Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045248Retail ModulesCopy Retail Storepublic2020-10-19 14:542020-11-02 10:40
rafaroda 
prakashmurugesan88 
urgentmajoralways
closedfixed 
5
 
 
No
0045248: Copy store does not copy field Organization Tax Category from Organization window
When I copy a store, the new store has the field Organization Tax Category from Organization window
1. Do copy store of a store that has field Organization Tax Category from Organization window fille
2. Check that the value is empty in the new store
Values should be the same as the copied store.
CopyRetailStore, NOR
related to defect 0045247 closed prakashmurugesan88 Copy store does not copy values of Document Type > Template > Email definitions subtab 
related to defect 0045144 closed prakashmurugesan88 Fix incremental and full refresh with Multi Tax Category module 
related to feature request 0045249 new marvintm Copy store: add field to upload logo of new store 
related to feature request 0045250 new marvintm Copy store: Excel to accept Organization sheet to add all the AD_ORG_INFO and AD_ORG data 
related to feature request 0045251 closed marvintm Copy store: Name of the store Address can not be set 
related to defect 0045252 closed prakashmurugesan88 Copy store adds odd “-Warehouse” label in the warehouse created 
related to defect 0045253 closed prakashmurugesan88 Copy store does not reset the Gift Card Number Document Sequence to 0 
related to defect 0045254 closed prakashmurugesan88 Copy store adds store name to the roles created even if original is composed of only code 
related to defect 0045256 closed prakashmurugesan88 Copy store appends store code to the cash management events copied 
Issue History
2020-10-19 14:54rafarodaNew Issue
2020-10-19 14:54rafarodaAssigned To => marvintm
2020-10-19 14:54rafarodaResolution time => 1604098800
2020-10-19 14:54rafarodaTriggers an Emergency Pack => No
2020-10-19 14:54rafarodaIssue generated from0045247
2020-10-19 14:54rafarodaRelationship addedrelated to 0045247
2020-10-19 14:55rafarodaNote Added: 0123770
2020-10-19 14:55rafarodaRelationship addedrelated to 0045144
2020-10-19 14:55rafarodaTag Attached: NOR
2020-10-19 15:04rafarodaIssue cloned0045249
2020-10-19 15:04rafarodaRelationship addedrelated to 0045249
2020-10-19 15:06rafarodaRelationship addedrelated to 0045250
2020-10-19 16:01rafarodaRelationship addedrelated to 0045251
2020-10-19 16:04rafarodaIssue cloned0045252
2020-10-19 16:04rafarodaRelationship addedrelated to 0045252
2020-10-19 16:19rafarodaRelationship addedrelated to 0045253
2020-10-19 16:25rafarodaRelationship addedrelated to 0045254
2020-10-19 16:40rafarodaRelationship addedrelated to 0045256
2020-10-20 08:40marvintmAssigned Tomarvintm => Retail
2020-10-21 17:03rafarodaTag Attached: CopyRetailStore
2020-10-22 09:17prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-10-30 07:36marvintmResolution time1604098800 => 1604962800
2020-10-30 07:56prakashmurugesan88Statusnew => scheduled
2020-11-02 06:21hgbotNote Added: 0124075
2020-11-02 07:22hgbotResolutionopen => fixed
2020-11-02 07:22hgbotStatusscheduled => closed
2020-11-02 07:22hgbotNote Added: 0124081
2020-11-02 07:22hgbotNote Added: 0124082
2020-11-02 10:32hgbotNote Added: 0124085
2020-11-02 10:40hgbotNote Added: 0124086
2020-11-02 10:40hgbotNote Added: 0124087

Notes
(0123770)
rafaroda   
2020-10-19 14:55   
See related issue 0045144
(0124075)
hgbot   
2020-11-02 06:21   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/12 [^]
(0124081)
hgbot   
2020-11-02 07:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: 97dd99b4008d1a32e71b459138f3cfdc8303f7c9
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-10-30T20:00:49+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/97dd99b4008d1a32e71b459138f3cfdc8303f7c9 [^]

Fixed BUG-45248: Included organization tax category in copy store process

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---
(0124082)
hgbot   
2020-11-02 07:22   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/12 [^]
(0124085)
hgbot   
2020-11-02 10:32   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/13 [^]
(0124086)
hgbot   
2020-11-02 10:40   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/13 [^]
(0124087)
hgbot   
2020-11-02 10:40   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: 6d513dff02434671d6c1019f387acaef94526f66
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-11-02T14:42:17+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/6d513dff02434671d6c1019f387acaef94526f66 [^]

Fixed BUG-45248: Fixed dependency on taxcategory module
* Fixed by using generic get method to fetch taxCategoryOrg

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---