Notes |
|
(0118943)
|
hgbot
|
2020-04-06 10:52
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 00f799553369f73469ee678dcede357c099d5032
Author: Javi Armendáriz <katanagari <at> gmail.com>
Date: Mon Apr 06 10:40:53 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/00f799553369f73469ee678dcede357c099d5032 [^]
Related to ISSUE-43657: Migrated most Masterdata models to IndexedDB
---
M src-db/database/model/modifiedTables/M_PRODUCT.xml
M src-db/database/model/tables/OBPOS_TERMINALTYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M src/org/openbravo/retail/posterminal/master/BPCategory.java
M src/org/openbravo/retail/posterminal/master/BPSetLine.java
M src/org/openbravo/retail/posterminal/master/Characteristic.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/Country.java
M src/org/openbravo/retail/posterminal/master/CrossStoreFilter.java
M src/org/openbravo/retail/posterminal/master/CrossStoreFilterProperties.java
M src/org/openbravo/retail/posterminal/master/Discount.java
M src/org/openbravo/retail/posterminal/master/DiscountBusinessPartnerSet.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterBusinessPartner.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterBusinessPartnerGroup.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristic.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristicProperties.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterProduct.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterProductCategory.java
M src/org/openbravo/retail/posterminal/master/DiscountFilterRole.java
M src/org/openbravo/retail/posterminal/master/LoadedProduct.java
M src/org/openbravo/retail/posterminal/master/OfferPriceList.java
M src/org/openbravo/retail/posterminal/master/OfferPriceListProperties.java
M src/org/openbravo/retail/posterminal/master/PriceList.java
M src/org/openbravo/retail/posterminal/master/PriceListProperties.java
M src/org/openbravo/retail/posterminal/master/Product.java
M src/org/openbravo/retail/posterminal/master/ProductBOM.java
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/ProductDiscProperties.java
M src/org/openbravo/retail/posterminal/master/ProductPrice.java
M src/org/openbravo/retail/posterminal/master/ProductPriceProperties.java
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
M src/org/openbravo/retail/posterminal/master/ProductServiceLinked.java
M src/org/openbravo/retail/posterminal/master/SalesRepresentative.java
M src/org/openbravo/retail/posterminal/master/ServicePriceRule.java
M src/org/openbravo/retail/posterminal/master/ServicePriceRuleRange.java
M src/org/openbravo/retail/posterminal/master/ServicePriceRuleRangePrices.java
M src/org/openbravo/retail/posterminal/master/ServicePriceRuleVersion.java
M src/org/openbravo/retail/posterminal/master/ServicePriceRuleVersionProperties.java
M src/org/openbravo/retail/posterminal/master/ServiceProduct.java
M src/org/openbravo/retail/posterminal/master/ServiceProductCategory.java
M src/org/openbravo/retail/posterminal/master/TaxCategory.java
M src/org/openbravo/retail/posterminal/master/TaxCategoryBOM.java
M src/org/openbravo/retail/posterminal/master/TaxRate.java
M src/org/openbravo/retail/posterminal/master/TaxZone.java
M src/org/openbravo/retail/posterminal/master/TaxZoneProperties.java
M src/org/openbravo/retail/posterminal/term/Store.java
M web/org.openbravo.retail.posterminal/js/actions/changequantity.js
M web/org.openbravo.retail.posterminal/js/actions/discount.js
M web/org.openbravo.retail.posterminal/js/components/modalcategorytree.js
M web/org.openbravo.retail.posterminal/js/components/modalcrossstoreselector.js
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
M web/org.openbravo.retail.posterminal/js/components/modalreceiptproperties.js
M web/org.openbravo.retail.posterminal/js/components/modalselectopenreceipts.js
M web/org.openbravo.retail.posterminal/js/components/orderdetails.js
M web/org.openbravo.retail.posterminal/js/components/salesrepresentative.js
M web/org.openbravo.retail.posterminal/js/components/servicesfilter.js
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.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/businesspartner.js
M web/org.openbravo.retail.posterminal/js/model/characteristic.js
M web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
M web/org.openbravo.retail.posterminal/js/model/discounts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/model/pricelist.js
M web/org.openbravo.retail.posterminal/js/model/product-category-tree.js
M web/org.openbravo.retail.posterminal/js/model/product-servicelinked.js
M web/org.openbravo.retail.posterminal/js/model/product.js
M web/org.openbravo.retail.posterminal/js/model/productcharacteristicvalue.js
M web/org.openbravo.retail.posterminal/js/model/productprice.js
M web/org.openbravo.retail.posterminal/js/model/service-category.js
M web/org.openbravo.retail.posterminal/js/model/service-product.js
M web/org.openbravo.retail.posterminal/js/model/servicepricerule.js
M web/org.openbravo.retail.posterminal/js/model/servicepricerulerange.js
M web/org.openbravo.retail.posterminal/js/model/servicepricerulerangeprices.js
M web/org.openbravo.retail.posterminal/js/model/servicepriceruleversion.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalDeleteDiscounts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.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/customeraddress/editcreatecustomeraddress.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/editcreatecustomerform.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ticketdiscount.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
M web/org.openbravo.retail.posterminal/js/receiptMultiLineEdit.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
M web/org.openbravo.retail.posterminal/js/utils/utils.js
A build/classes/org/openbravo/retail/posterminal/buildvalidation/DuplicatedServicesPriceRuleVersion.class
A build/classes/org/openbravo/retail/posterminal/buildvalidation/DuplicatedServicesPriceRuleVersionData.class
A build/classes/org/openbravo/retail/posterminal/modulescript/ConvertBrandIntoCharacteristic.class
A build/classes/org/openbravo/retail/posterminal/modulescript/ConvertBrandIntoCharacteristicData.class
A build/classes/org/openbravo/retail/posterminal/modulescript/SetServicesTrancheInProduct.class
A build/classes/org/openbravo/retail/posterminal/modulescript/SetServicesTrancheInProductData.class
A src-util/buildvalidation/src/org/openbravo/retail/posterminal/buildvalidation/DuplicatedServicesPriceRuleVersion.java
A src-util/buildvalidation/src/org/openbravo/retail/posterminal/buildvalidation/DuplicatedServicesPriceRuleVersion_data.xsql
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/ConvertBrandIntoCharacteristic.java
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/ConvertBrandIntoCharacteristic_data.xsql
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/SetServicesTrancheInProduct.java
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/SetServicesTrancheInProduct_data.xsql
A src/org/openbravo/retail/posterminal/master/ProductCategoryTree.java
A src/org/openbravo/retail/posterminal/master/ProductCategoryTreeProperties.java
A src/org/openbravo/retail/posterminal/master/TaxCategoryBOMProperties.java
A src/org/openbravo/retail/posterminal/master/TaxCategoryProperties.java
A src/org/openbravo/retail/posterminal/master/TaxRateProperties.java
A src/org/openbravo/retail/posterminal/term/ReturnReason.java
A src/org/openbravo/retail/posterminal/term/ReturnReasonProperties.java
A web/org.openbravo.retail.posterminal/app/.eslintrc.json
A web/org.openbravo.retail.posterminal/app/model/masterdata/BPCategoryModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/BPSetLineModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/CharacteristicModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/CharacteristicValueModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/CountryModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/PriceListModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductBOMModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductCategoryTreeModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductCharacteristicValueModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductPriceModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ProductServiceLinkedModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/SalesRepresentativeModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServicePriceRuleModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServicePriceRuleRangeModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServicePriceRuleRangePricesModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServicePriceRuleVersionModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServiceProductCategoryModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/ServiceProductModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/TaxCategoryBOMModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/TaxCategoryModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/TaxRateModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/TaxZoneModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterBusinessPartnerGroupModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterBusinessPartnerModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterBusinessPartnerSetModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterCharacteristicModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterPriceListModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterProductCategoryModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterProductModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountFilterRoleModel.js
A web/org.openbravo.retail.posterminal/app/model/masterdata/discount/DiscountModel.js
A web/org.openbravo.retail.posterminal/app/taxesengine/common/rules/priceexcluding-tax.js
A web/org.openbravo.retail.posterminal/app/taxesengine/common/rules/priceincluding-tax.js
A web/org.openbravo.retail.posterminal/app/taxesengine/common/tax-engine.js
A web/org.openbravo.retail.posterminal/app/taxesengine/common/tax-rules.js
A web/org.openbravo.retail.posterminal/js/taxesengine/pos/pos-taxes.js
A web/org.openbravo.retail.posterminal/js/utils/remoteUtils.js
A web/org.openbravo.retail.posterminal/js/utils/servicesUtils.js
R src/org/openbravo/retail/posterminal/BrandChHQLCriteria.java
R src/org/openbravo/retail/posterminal/BrandChValueHQLCriteria.java
R src/org/openbravo/retail/posterminal/BrandHQLCriteria.java
R src/org/openbravo/retail/posterminal/BrandProductHQLCriteria.java
R src/org/openbravo/retail/posterminal/BrandsFilterByCHHQLCriteria.java
R src/org/openbravo/retail/posterminal/PCharacteristicHQLCriteria.java
R src/org/openbravo/retail/posterminal/ProductCharacteristicHQLCriteria.java
R src/org/openbravo/retail/posterminal/master/Brand.java
R src/org/openbravo/retail/posterminal/master/BrandProperties.java
R src/org/openbravo/retail/posterminal/master/Category.java
R src/org/openbravo/retail/posterminal/master/CategoryProperties.java
R src/org/openbravo/retail/posterminal/master/CategoryTree.java
R src/org/openbravo/retail/posterminal/master/CategoryTreeProperties.java
R src/org/openbravo/retail/posterminal/master/ProductCategoryAndTree.java
R src/org/openbravo/retail/posterminal/master/ProductCategoryAndTreeProperties.java
R src/org/openbravo/retail/posterminal/master/ReturnReason.java
R src/org/openbravo/retail/posterminal/master/ReturnReasonProperties.java
R web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
R web/org.openbravo.retail.posterminal/js/model/bpartnerset.js
R web/org.openbravo.retail.posterminal/js/model/bpcategory.js
R web/org.openbravo.retail.posterminal/js/model/brand.js
R web/org.openbravo.retail.posterminal/js/model/country.js
R web/org.openbravo.retail.posterminal/js/model/discountset.js
R web/org.openbravo.retail.posterminal/js/model/executor.js
R web/org.openbravo.retail.posterminal/js/model/offerpricelist.js
R web/org.openbravo.retail.posterminal/js/model/product-category.js
R web/org.openbravo.retail.posterminal/js/model/productbom.js
R web/org.openbravo.retail.posterminal/js/model/promotions.js
R web/org.openbravo.retail.posterminal/js/model/returnreasons.js
R web/org.openbravo.retail.posterminal/js/model/salesrepresentative.js
R web/org.openbravo.retail.posterminal/js/model/taxRate.js
R web/org.openbravo.retail.posterminal/js/model/taxZone.js
R web/org.openbravo.retail.posterminal/js/model/taxcategorybom.js
---
|
|
|
(0118945)
|
hgbot
|
2020-04-06 11:06
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c662715802d33cad83c983ed0fa753916f5488b7
Author: Javi Armendáriz <katanagari <at> gmail.com>
Date: Mon Apr 06 10:25:48 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c662715802d33cad83c983ed0fa753916f5488b7 [^]
Fixed ISSUE-43657: Migrated most Masterdata models to IndexedDB
---
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
M src/org/openbravo/mobile/core/process/ProcessHQLQuery.java
M web-test/base/ob-app.js
M web-test/model/persistence/indexeddb/IndexedDBController.test.js
M web-test/model/persistence/indexeddb/models.js
M web-test/util/ArrayUtils.test.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/Criteria.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/Index.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBController.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/IndexedDBQuery.js
M web/org.openbravo.mobile.core/app/model/persistence/indexeddb/Model.js
M web/org.openbravo.mobile.core/app/util/network/Request.js
M web/org.openbravo.mobile.core/source/component/dialog/ob-properties.js
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-product-browser.js
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
A src/org/openbravo/mobile/core/master/MasterDataInformationProvider.java
A src/org/openbravo/mobile/core/master/MasterDataLoadException.java
A src/org/openbravo/mobile/core/master/MasterDataLoader.java
A src/org/openbravo/mobile/core/master/MasterDataProcessHQLQuery.java
A web-test/model/masterdata/MasterdataController.test.js
A web-test/model/masterdata/masterdata-models.js
A web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js
A web/org.openbravo.mobile.core/app/model/masterdata/MasterdataModel.js
---
|
|
|
(0118946)
|
hgbot
|
2020-04-06 11:06
|
|
|
|
(0118947)
|
hgbot
|
2020-04-06 11:45
|
|
Repository: erp/pmods/org.openbravo.retail.discounts
Changeset: d150738e1132fd805ff1fd49f92920eb798aed24
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Apr 03 11:50:28 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/d150738e1132fd805ff1fd49f92920eb798aed24 [^]
related to BUG-43657 Masterdata IndexedDB
---
M src/org/openbravo/retail/discounts/DiscountsComponentProvider.java
M web/org.openbravo.retail.discounts/js/discountsengine/common/discount-rules.js
M web/org.openbravo.retail.discounts/js/discountsengine/common/rules/manual-promotions-discount.js
M web/org.openbravo.retail.discounts/js/promotion-manual.js
R web/org.openbravo.retail.discounts/js/promotion-XYdifferentProduts.js
R web/org.openbravo.retail.discounts/js/promotion-XYsameProduct.js
R web/org.openbravo.retail.discounts/js/promotion-buyXgiftY.js
R web/org.openbravo.retail.discounts/js/promotion-discount.js
R web/org.openbravo.retail.discounts/js/promotion-discounttotal.js
R web/org.openbravo.retail.discounts/js/promotion-freeitemstotal.js
R web/org.openbravo.retail.discounts/js/promotion-pack.js
R web/org.openbravo.retail.discounts/js/promotion-percentagediscounttotal.js
---
|
|
|
(0118949)
|
hgbot
|
2020-04-06 11:46
|
|
|
|
(0118950)
|
hgbot
|
2020-04-06 11:47
|
|
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 15d18b9397e6dd32232f71cb9891f43d19b28302
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Apr 03 11:55:45 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/15d18b9397e6dd32232f71cb9891f43d19b28302 [^]
related to BUG-43657 Masterdata IndexedDB
---
M referencedata/sampledata/The_White_Valley_Group/AD_TREENODE.xml
M referencedata/sampledata/The_White_Valley_Group/AD_WINDOW_ACCESS.xml
M referencedata/sampledata/The_White_Valley_Group/C_TAX.xml
M referencedata/sampledata/The_White_Valley_Group/M_CHARACTERISTIC.xml
M referencedata/sampledata/The_White_Valley_Group/M_CH_VALUE.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_CH.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_CH_VALUE.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_TERMINALTYPE.xml
M src-db/database/sourcedata/AD_MODULE.xml
---
|
|
|
(0118979)
|
hgbot
|
2020-04-06 11:54
|
|
Repository: tools/automation/pi-mobile
Changeset: e839f672c92a28bc15abfb43dac82491fbb8d014
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Apr 03 12:00:11 2020 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e839f672c92a28bc15abfb43dac82491fbb8d014 [^]
related to BUG-43657 Masterdata IndexedDB
---
M src-test/org/openbravo/test/mobile/awo/tests/DoubleConfirmDeltaApproval/AWODA400_VerifyUseOfWhseConfAtWhseLevel.java
M src-test/org/openbravo/test/mobile/awo/tests/DoubleConfirmDeltaApproval/AWODA410_VerifyUseOfInitialWhseConfig.java
M src-test/org/openbravo/test/mobile/awo/tests/DoubleConfirmDeltaApproval/AWODA420_VerifyUseOfRoutingWhseConfig.java
M src-test/org/openbravo/test/mobile/core/junit/SequentialTestInfo.java
M src-test/org/openbravo/test/mobile/quarantine/pack/RAN/receipts/I32962_VerifyAssortmentDiscountProductII.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/terminals/WebPOSExtModulesServSeqTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/ContactInfoForCombo.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/ContactInfoForPack.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/creditnote/I41052_VerifyCreditNoteCreationInCrossStore.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bypaymentmethod/I30305_VerifyDiscountByMultiPaymentII.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bypaymentmethod/I31850_VerifyDiscountByPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bypaymentmethod/I34856_VerifyDiscountWithMultiProduct.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/I40460_VerifyTotalDiscountWithPriority.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/I40666_VerifyTotalDiscountWithNonGroupedProduct.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/I40812_VerifyMultiManualTotalDiscounts.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/I41097_VerifyManualAndTotalDiscounts.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/AutocompleteSameFamiliesAndSelectProducts.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/AutoincludeComboWithFamiliesWithOneItem.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/ChangeOrderToShowFamilies.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I32360_VerifyFamilyProductInAssortment.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I39513_VerifyMultiComboFixedPrice.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I39831_VerifyComboFixedPriceDiscountAppliedToProductWithSamePrice.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_pricedjustment/I40213_VerifyNetAmountWithTaxesInCascade.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/I40478_VerifyScaledDiscountWithLowerPrice.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/I41008_VerifyDiscountWithPriceAdjustment.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/highvolumes/I35383_EnsureNumericSearchsContinueWorking_StockCriteria.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_ChangeLineQuantitiesWithByTotals.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_FixedAmountByTotal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_FixedPercentageByTotal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_RemoveMultiDiscountsByTotal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_VariableAmountByTotal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_VariablePercentageByTotal.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupc/I34304_VerifyMultiUPCOnSearch.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/productonfly/CreateOTFWithDiscounts.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/selfcheckout/I38194_SCORefreshMasterData.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/selfcheckout/SCOBuyWithDiscountManual.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34252_VerifyCashUpWithoutCache.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34985_InitCashUpWithoutCache.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I35469_VerifyCashMethodsInOpenTill.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/splitline/I39858_VerifySplitLineWithManualAndAutoPromo.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoCombos.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoDiscPerTotalAmt.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoFreeProdPerTotalAmt.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoFreeProdScaledPriceAndManualPromo.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoPercentDiscPerTotalAmt.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoScaledPrice.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoTwoFamilyCombos.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I32551_FilterByStockAndPriceCriteria.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I34532_FilterStockProdCharAndName.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I34966_StockCriteriaFilter.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/taxexempt/I36493_RecoverTaxExemptFromBackend.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/taxexempt/I37958_VerifyOrderLineWithTaxExempt.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/taxexempt/TaxExemptBP.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/taxexempt/TaxExemptPerLine.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/annotations/SuiteAnnotations.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/annotations/TestClassAnnotations.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/javascript/MobileCoreAPI.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/junit/OBWildcardPatternSuite.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/selenium/terminals/MobileCoreTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP010_ProductWithNoPriceInMainPricelistUsingBrowse.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP020_ProductWithNoPriceInMainPricelistUsingSearch.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP030_ProductWithNoPriceInMainPricelistUsingBestSeller.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP040_ProductWithNoPriceInMainPricelistUsingSearchBestSeller.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP050_ProductWithNoPriceInMainPricelistUsingSearchRemote.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/allowNoPrice/ANPIMP060_ProductWithNoPriceInMainPricelistUsingSearchRemoteBestSeller.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I31243_CashupPaymentNames.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35216_VerifyCashUpSplitLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I37048_VerifyPaymentMethodCashupInSyncMode.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreUISelectStore.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/InStoreUISelectStore.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/customercreation/I36463_CustomerSearchUsingAdvancedFilter.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/BPSet_DiscountTest.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/Communit6780_FixedPercentageDiscount.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I28164_DiscountsRemovedWhenReturnPresent.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/discountsandpromotions/I32243_VerifyProductDiscountWithVariableAmount.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I32338_ApplyManualPromoAfterTapButtonPay.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I32601_ReturnLineAndApplyPromotion.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I33019_VerifyPacksInNaturalTreeOrganization.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I35006_VerifyDiscountPriorityOnUpdate.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I36160_VerifyDiscountWithIncludeExcludeProducts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I36520_VerifyDiscountWithAssortmentProducts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I36851_PackDiscountIsNotWorkingWithNonGroupedProducts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I37125_VerifyDiscountProductOnReload.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I39841_VerifyTicketPaymentIfApprovalForDiscretionaryDiscount.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I39879_VerifyDiscountsWithSameNameAndDiffOrgs.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I40812_VerifyMultiManualDiscounts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I41396_VerifyDiscountAppliedToOneLineAfterSplit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/SplitDiscountsForNonGroupedProducts.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/DocumentnoSynchronizationEmptyReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I36463_CustomerSearchUsingSelectorFilter.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/ProductCharacteristicsSearchProductChangesCharacteristic_HV.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31030_VerifyLayawayOnMultiPriceList.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I34185_VerifyLayawayWithHookCancellation.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/masterDataRefresh/I38194_ResfreshMasterDataCashManagement.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/masterDataRefresh/I38194_ResfreshMasterDataCashUp.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/masterDataRefresh/I38194_ResfreshMasterDataPointOfSale.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/masterDataRefresh/ResfreshMasterDataOnTimer.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multidiscounts/Multidiscounts_WithAutomaticPromotions.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/I32115_PriceListDefinedInParentOrganization.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/I32217_MPLDiscountOnlyForOneCustomerAndDifferentTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLDiscountsWithPriceIncludeTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/orderselector/VerifyOrderSelector.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I36277_VerifyBestSellerCategoryIsAlwaysShown.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/DisableToolbarTabButtons.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33092_VerifyProductCharacteristics.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33287_VerifyProductCharacteristics.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I33734_WrongTotalWithRoundedPromotions.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34085_VeriifyInvoiceWithDiffPriceList.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34398_VerifyProductCharacteristicsValue.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35254_VerifyAssortmentDiscountProduct.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree_HV.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/I35858_CorrectDataInBackendWithSeveralManualPromotions.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/I36333_VerifyProductCharacteristicsFilter.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38347_ProductChValueDeactivated.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/MenuButtonApproval.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsFilterOnWebPOS.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductSelectCharacteristic.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/I32898_VerifiedReturnsAndRemoteCustomer.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I34296_VerifiedReturnsAndRemoteCustomer.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I34748_ReturnsAndRemoteCustomerWithDeactivatedBP.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I43226_VerifiedReturnWithPriceIncludesTax.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I43226_VerifiedReturnWithoutPriceIncludesTax.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I33759_DeleteReceiptLinesToZero.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/serviceswithpricerules/PercentageBeforeDiscountsTest.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/SPMMulticurrencyPayInEURUSD.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMSaleAndReloadSharedPayments.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/I39858_VerifySplitLineWithManualAndAutoPromo.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticAndManualPromoPriceAdjust.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticPriceAdjust.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticPromo.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticPromoPack1.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticPromoPack2.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticPromoPriceAdjust.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I28393_IncrementalRefreshProductLoad.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I30382_MasterDataUpdatedWithIncrementalRefresh.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31148_HookRenderCategory.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31539_ProductsNotInAssorment_FullRefresh.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31675_VerifyDefaultCashPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31679_VerifyMultiPaymentMethod.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32714_HookPreCustomerAddrSaveCancelling.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34586_CashupErrorLoginRestricted.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34868_ResetCacheModelAfterIncrementalRefresh.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I37025_Pagination.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/retailapi/POSProductCategoryAndTreeRequest.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/retailapi/POSProductCharacteristicValueOptionalFiltering.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/bestsellers/I32445_FilterByCharacteristicAndBestseller.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/pricecriteria/I32446_FilterByCharacteristicsAndPriceCriteria.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I32447_FilterByCharacteristicAndStockCriteria.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job002/TaxesSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job017/TaxesSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job017/TaxesSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32445_FilterByCharacteristicAndBestseller.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/AllTaxesTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/AllTaxesTestsHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/CreateSaleAndCheckTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/CreateSaleAndCheckTaxesAtDocLevel.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/CreateSaleAndCheckTaxesExc.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/CreateSaleWithBOMTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/CreateSaleWithBOMTaxes2.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/DifferentNonDependantTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I27778_TaxWithBaseTaxPriceWithTax.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I27778_TaxWithBaseTaxPriceWithoutTax.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I33933_VerifyDocumentLevelTaxesCalculation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I36530_VerifyOldTicketsShownWithProperTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I38160AdjustHighestVarianceTax.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I38434_VerifyTaxWhenCustomerIsModified.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/I41647_VerifyTaxLabelWhenDeleteLineWithDifferentTax.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxAndDelete.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxDeferred.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxInReturns.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxNo.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxOnlyForConfigured.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxSimple.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ModifyTaxWithoutIncludingTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/MultipleLinesDependantTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/MultipleLinesSameProductCascadeTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/NormalCascadeAndDependantTaxesI.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/NormalCascadeAndDependantTaxesII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/NormalCascadeAndDependantTaxesIII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TAXa010_Tax21.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TaxCalculationHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TaxesBasedOnStoreAddress.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ThreeProductsCascadeTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/ThreeProductsNormalDependantTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TwoProductsCascadeTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/TwoSetsTaxesWithDependantTaxes.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/taxes/WebPOSTaxTerminalHelper.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job012/DiscountsPriceAdjSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job014/DiscountsComboSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job014/SplitLineSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job015/ExtMultidiscountsSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job016/DiscountsByTotalSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job016/DiscountsScaledPriceSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/bestsellers/I32445_FilterByBrandAndBestseller.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/AllDiscountsByTotalTestsOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_bytotal/I41092_VerifyFreeProductPerTotalAmount.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/AllDiscountsComboTestsOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_pricedjustment/AllDiscountsPriceAdjOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/AllScaledPriceDiscountsTestsOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/I38813_VerifyDiscountWhenCanceledByAnother.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/I38813_VerifyDiscountWhenCanceledByAnother2.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/AllExtMultidiscountsTestsOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multidiscounts/Multidiscounts_ByTotalWithAutomaticPromotions.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/pricecriteria/I32446_FilterByBrandAndPriceCriteria.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/AllSplitLineTestsOD.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithPromoComboFamilyComboFreeProd.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I32447_FilterByBrandAndStockCriteria.java
R src-test/org/openbravo/test/mobile/retail/mobilecore/utils/OldDiscountsEngineUtils.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job012/ReceiptSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job013/DiscountsAndPromotionsSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job015/SplitLinesSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job018/MultidiscountsSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/AllDiscountAndPromotionsTestsOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/Communit6781_BuyXPayYSameProduct.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/Communit6783_BuyXPayYDifferentProductCheapestDistributed.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/Communit6784_BuyXPayYDifferentProductAverage.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/Communit6786_BuyXGetYGiftDistributed.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I22425_Communit6789_BuyXGetYGift.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I30542_BuyXPayYDiffProd_Average.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I30542_BuyXPayYDiffProd_LowestDistrib.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I35637_VerifyPriceAdjWithIsMultiple.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I39573_VerifyReceiptWithZeroDiscount.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_AverageI.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_AverageII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_LowestDistributedI.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_LowestDistributedII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_LowestII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/MultiPromotions_BuyXPayYDiffProducts_MostExpensiveII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multidiscounts/AllMultidiscountsTestsOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/AllReceiptsSuiteOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32253_SearchProductType.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32445_FilterByBrandAndBestseller.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32454_BrandsFilterByCharacteristics.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34399_VerifyProductBrandValue.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38304_VerifyCharacteristicsByMultipleFilter.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductBrandSearch.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleAndCheckTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleAndCheckTaxesAtDocLevel.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleAndCheckTaxesExc.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleWithBOMTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateSaleWithBOMTaxes2.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/DifferentNonDependantTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I27778_TaxWithBaseTaxPriceWithTax.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I27778_TaxWithBaseTaxPriceWithoutTax.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I33933_VerifyDocumentLevelTaxesCalculation.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I36530_VerifyOldTicketsShownWithProperTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I38160AdjustHighestVarianceTax.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I38434_VerifyTaxWhenCustomerIsModified.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I41647_VerifyTaxLabelWhenDeleteLineWithDifferentTax.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxAndDelete.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxDeferred.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxInReturns.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxNo.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxOnlyForConfigured.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxSimple.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ModifyTaxWithoutIncludingTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/MultipleLinesDependantTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/MultipleLinesSameProductCascadeTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/NormalCascadeAndDependantTaxesI.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/NormalCascadeAndDependantTaxesII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/NormalCascadeAndDependantTaxesIII.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/TAXa010_Tax21.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/TaxCalculationHelper.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ThreeProductsCascadeTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ThreeProductsNormalDependantTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/TwoProductsCascadeTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/TwoSetsTaxesWithDependantTaxes.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/WebPOSTaxTerminalHelper.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sampledata/I30563_NotLoadProductCharacteristicsNotLoadedProductsTest.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/AllSplitLinesTestsOD.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithAutomaticAndManualPromoBuyXGetYGift.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36954_FindUsingCache.java
---
|
|
|
(0118982)
|
hgbot
|
2020-04-06 11:54
|
|
Repository: erp/devel/pi
Changeset: bade432f6c3d31ea390fe5dc8d8576762ab25d9d
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Apr 03 11:56:40 2020 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bade432f6c3d31ea390fe5dc8d8576762ab25d9d [^]
related to BUG-43657 Masterdata IndexedDB
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
M modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M referencedata/sampledata/F_B_International_Group/AD_WINDOW_ACCESS.xml
M referencedata/sampledata/QA_Testing/AD_WINDOW_ACCESS.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
---
|
|
|
|
|
|
|
|
|
(0119009)
|
Sandrahuguet
|
2020-04-07 08:23
(edited on: 2020-04-07 08:25) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(0119026)
|
hgbot
|
2020-04-07 09:53
|
|
Repository: erp/pmods/org.openbravo.service.integration.magento.mappings
Changeset: 34daa15e7b232cb853d90c02d34ca4187fc5b365
Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 07 09:52:59 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.magento.mappings/rev/34daa15e7b232cb853d90c02d34ca4187fc5b365 [^]
Related to ISSUE-43657: Fix MagentoExportTaxTest
---
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/02-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/03-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/04-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/05-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/08-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/09-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/10-OB.json
---
|
|
|
|
|
|
|
|
|
(0119029)
|
hgbot
|
2020-04-07 10:04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(0119053)
|
hgbot
|
2020-04-07 14:12
|
|
Repository: erp/pmods/org.openbravo.service.integration.magento.mappings
Changeset: 68b8d1ed83ef194605ca634c9048528b0631f5bb
Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 07 13:53:48 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.magento.mappings/rev/68b8d1ed83ef194605ca634c9048528b0631f5bb [^]
Related to ISSUE-43657: Fix MagentoExportTaxTest
---
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/MagentoExportTaxTest.java
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/02-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/03-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/04-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/05-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/06-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/07-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/08-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/09-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/10-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/11-Magento.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/taxes/data/11-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/utils/MagentoTestConstants.java
M src/org/openbravo/service/integration/magento/mappings/outbound/taxes/TaxRateExportMapper.java
M src/org/openbravo/service/integration/magento/mappings/outbound/taxes/TaxZoneExportMapper.java
M src/org/openbravo/service/integration/magento/mappings/outbound/taxes/TaxZoneRuleExportMapper.java
---
|
|
|
(0119054)
|
hgbot
|
2020-04-07 14:12
|
|
Repository: erp/pmods/org.openbravo.service.integration.magento.mappings
Changeset: ef01009aa0481fe7fa42442db0ffac33c39b29a6
Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 07 14:12:27 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.magento.mappings/rev/ef01009aa0481fe7fa42442db0ffac33c39b29a6 [^]
Related to ISSUE-43657: Fix MagentoExportProductTest
---
M src-test/org/openbravo/service/integration/magento/mappings/outbound/products/data/02-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/products/data/03-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/products/data/04-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/products/data/05-OB.json
M src-test/org/openbravo/service/integration/magento/mappings/outbound/products/data/06-OB.json
---
|
|
|
(0119055)
|
hgbot
|
2020-04-07 14:13
|
|
|
|
(0119063)
|
hgbot
|
2020-04-07 16:14
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons.otf
Changeset: 211c61fd9256d11b59b686afd97067d192e70586
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 07 16:13:11 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons.otf/rev/211c61fd9256d11b59b686afd97067d192e70586 [^]
Related to ISSUE 43657 backed out changeset b53f326ae037
---
M src/org/openbravo/retail/discounts/coupons/otf/master/Couponrules.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesBPCat.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesOrg.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesPrint.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesProduct.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesProductCat.java
---
|
|
|
(0119064)
|
hgbot
|
2020-04-07 16:14
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons.otf
Changeset: eea3e341322632a9a34d1be53ded9076f65ed001
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 07 16:13:23 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons.otf/rev/eea3e341322632a9a34d1be53ded9076f65ed001 [^]
Related to ISSUE 43657 Backed out changeset 7a6908eae513
---
M web/org.openbravo.retail.discounts.coupons.otf/js/model/Couponrules.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesBPCat.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesOrg.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesPrint.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesProduct.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesProductCat.js
M web/org.openbravo.retail.discounts.coupons.otf/js/utils.js
---
|
|
|
(0119065)
|
hgbot
|
2020-04-07 16:14
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons.otf
Changeset: dfbb5107e23a444cdeafce86932e0b68ff33487d
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 07 16:13:38 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons.otf/rev/dfbb5107e23a444cdeafce86932e0b68ff33487d [^]
Related to ISSUE 43657 Backed out changeset 3258d997cca8
---
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesBPCatModel.js
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesModel.js
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesOrgModel.js
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesPrintModel.js
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesProductCatModel.js
M web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesProductModel.js
---
|
|
|
(0119066)
|
hgbot
|
2020-04-07 16:14
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons.otf
Changeset: 714d433a76bda07b2c3f87c952e157349ca3112f
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 07 16:14:02 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons.otf/rev/714d433a76bda07b2c3f87c952e157349ca3112f [^]
Related to ISSUE 43657 Backed out changeset ea02211243b5
---
M src/org/openbravo/retail/discounts/coupons/otf/OBCPOTFComponentProvider.java
M src/org/openbravo/retail/discounts/coupons/otf/master/Couponrules.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesBPCat.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesOrg.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesPrint.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesProduct.java
M src/org/openbravo/retail/discounts/coupons/otf/master/CouponrulesProductCat.java
M web/org.openbravo.retail.discounts.coupons.otf/js/model/Couponrules.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesBPCat.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesOrg.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesPrint.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesProduct.js
M web/org.openbravo.retail.discounts.coupons.otf/js/model/CouponrulesProductCat.js
M web/org.openbravo.retail.discounts.coupons.otf/js/utils.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesBPCatModel.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesModel.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesOrgModel.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesPrintModel.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesProductCatModel.js
R web/org.openbravo.retail.discounts.coupons.otf/app/model/masterdata/OBCPOTFCouponrulesProductModel.js
---
|
|
|
|
|
|
(0119144)
|
hgbot
|
2020-04-14 08:32
|
|
Repository: erp/pmods/org.openbravo.retail.digitalcoupons
Changeset: 219a1fd8c73ec9c4377c5883d6bea1462a9bce07
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 25 17:24:02 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.digitalcoupons/rev/219a1fd8c73ec9c4377c5883d6bea1462a9bce07 [^]
Related to ISSUE-43657 [IndexedDB-masterdata] Updating IssuingCompany, SubType model to Indexed DB
---
M src/org/openbravo/retail/digitalcoupons/DigitalCouponsComponentProvider.java
M src/org/openbravo/retail/digitalcoupons/master/IssuingCompany.java
M src/org/openbravo/retail/digitalcoupons/master/SubType.java
M web/org.openbravo.retail.digitalcoupons/js/modalDigitalCoupons.js
M web/org.openbravo.retail.digitalcoupons/js/model/issuingCompany.js
M web/org.openbravo.retail.digitalcoupons/js/model/subType.js
M web/org.openbravo.retail.digitalcoupons/js/utils/digitalcouponutils.js
A web/org.openbravo.retail.digitalcoupons/app/model/masterdata/IssuingCompanyModel.js
A web/org.openbravo.retail.digitalcoupons/app/model/masterdata/SubTypeModel.js
---
|
|
|
(0119145)
|
hgbot
|
2020-04-14 08:32
|
|
|
|
(0119206)
|
hgbot
|
2020-04-16 08:02
|
|
|
|
|
|
|
(0119277)
|
hgbot
|
2020-04-21 08:41
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: b55b9d1654d59344d4d70662490f2900aff9bf34
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Mar 30 19:38:31 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/b55b9d1654d59344d4d70662490f2900aff9bf34 [^]
Related to ISSUE-43657 [IndexedDB-masterdata-loyalty] Refactored LoyaltyPointReason Model
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyPointReason.java
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltypointreason.js
M web/org.openbravo.retail.loyalty.programs/js/view/addpoints-popup.js
A web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyPointReasonModel.js
---
|
|
|
(0119278)
|
hgbot
|
2020-04-21 08:41
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: 2f55e04fddf3fec139f0234e85e43c4d1238e312
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Mar 30 19:39:26 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/2f55e04fddf3fec139f0234e85e43c4d1238e312 [^]
Related to ISSUE-43657 [IndexedDB-masterdata-loyalty] Refactored LoyaltyEarnRules Model
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyEarnRules.java
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltyearnrules.js
A web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyEarnRulesModel.js
---
|
|
|
(0119279)
|
hgbot
|
2020-04-21 08:41
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: a844f707d6e15fc1575b5018a9173e6fbcc05569
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Apr 21 08:27:46 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/a844f707d6e15fc1575b5018a9173e6fbcc05569 [^]
Related to ISSUE-43657 [IndexedDB-masterdata-loyalty] Refactored LoyaltyCard Model
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyCard.java
M web/org.openbravo.retail.loyalty.programs/js/hooks/obrlp_postBarcodeAction.js
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltycard.js
A web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyCardModel.js
---
|
|
|
(0119296)
|
hgbot
|
2020-04-21 12:36
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: b6df5c1d292ed6169385a08d7a8cd2a3f9723571
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 21 12:36:06 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/b6df5c1d292ed6169385a08d7a8cd2a3f9723571 [^]
Related to ISSUE-43657 backed out changeset a844f707d6e1
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyCard.java
M web/org.openbravo.retail.loyalty.programs/js/hooks/obrlp_postBarcodeAction.js
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltycard.js
R web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyCardModel.js
---
|
|
|
(0119297)
|
hgbot
|
2020-04-21 12:36
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: f03dbba5b6c3761705231c20ac85c2efe488e428
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 21 12:36:25 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/f03dbba5b6c3761705231c20ac85c2efe488e428 [^]
Related to ISSUE-43657 Backed out changeset 2f55e04fddf3
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyEarnRules.java
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltyearnrules.js
R web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyEarnRulesModel.js
---
|
|
|
(0119298)
|
hgbot
|
2020-04-21 12:36
|
|
Repository: erp/pmods/org.openbravo.retail.loyalty.programs
Changeset: 2e89499c21d27054f25b9ff460895aa93b029778
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Apr 21 12:36:40 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.loyalty.programs/rev/2e89499c21d27054f25b9ff460895aa93b029778 [^]
Related to ISSUE-43657 Backed out changeset b55b9d1654d5
---
M src/org/openbravo/retail/loyalty/programs/OBRLPComponentProvider.java
M src/org/openbravo/retail/loyalty/programs/master/LoyaltyPointReason.java
M web/org.openbravo.retail.loyalty.programs/js/model/loyaltypointreason.js
M web/org.openbravo.retail.loyalty.programs/js/view/addpoints-popup.js
R web/org.openbravo.retail.loyalty.programs/app/model/masterdata/LoyaltyPointReasonModel.js
---
|
|
|
(0119314)
|
hgbot
|
2020-04-22 08:29
|
|
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: b96a6f42ce6e10db6052cb59a4ff2dfa17fa17a6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Mar 26 12:08:57 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/b96a6f42ce6e10db6052cb59a4ff2dfa17fa17a6 [^]
Related to ISSUE-43657 [IndexedDB-masterdata-product] Replacing CurrencyPanel Model by Terminal Property
---
M web/org.openbravo.retail.sessions/js/countcash/countcash-model.js
M web/org.openbravo.retail.sessions/js/countcash/tabcountcash.js
---
|
|
|
(0119326)
|
hgbot
|
2020-04-22 10:58
|
|
|
|
(0119487)
|
hgbot
|
2020-04-29 09:52
|
|
|
|
(0119488)
|
hgbot
|
2020-04-29 09:52
|
|
|
|
(0120590)
|
hgbot
|
2020-06-03 12:49
|
|
|
|
(0120591)
|
hgbot
|
2020-06-03 12:50
|
|
|
|
(0120592)
|
hgbot
|
2020-06-03 12:51
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b26e5ced79900414ed3249173a14278188f8a4d0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 03 16:18:56 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b26e5ced79900414ed3249173a14278188f8a4d0 [^]
Related to issue-43657 [IndexedDB-masterdata] Replacing CurrencyPanel Model by Terminal Property
---
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/js/closecash/view/tabcashpayments.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
A src/org/openbravo/retail/posterminal/term/CurrencyPanel.java
R src/org/openbravo/retail/posterminal/master/CurrencyPanel.java
R web/org.openbravo.retail.posterminal/js/model/currencypanel.js
---
|
|