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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0055588
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSminoralways2024-05-24 16:142024-08-06 08:19
ReportergowthamveeramuthuView Statuspublic 
Assigned Tofofarril 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0055588: copy retail store process replacing the org searchkey in the name of DocumentType and Document sequence etc

Descriptioncreating new store via copy retail store process.
after the process successful, we noticed the document type and document sequence names are not correct.

the letter "R" is replaced with new organization search key(1234).
for example:
PS A1234 Invoice
PS 1234FC Order

we noticed:
If original store name is "Rajesh" then originalStorePrefix = "R"
 
if (originalStorePrefix != null && origDocName.contains(originalStorePrefix)) {
  newDocName = origDocName.replace(originalStorePrefix, process.getParam("searchKey"));
}

we have to identify the places where similar logic is applied and provide a fix.
Steps To Reproduce1. change the orginal organization name as single word like "Rajini"
2. use the same org as base for the copy retail store process.
3. complete the process
4. you can see the documentType, DocumentSeq etc places, the name letter "R" is replaced with new org searchKey.

attached the images.
TagsNo tags attached.
Attached Filespng file icon Screenshot 2024-05-24 at 7.37.00 PM.png [^] (184,815 bytes) 2024-05-24 16:14


png file icon Screenshot 2024-05-24 at 6.15.36 PM.png [^] (178,204 bytes) 2024-05-24 16:15


png file icon Screenshot 2024-05-24 at 6.16.00 PM.png [^] (200,115 bytes) 2024-05-24 16:16

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0165867)
hgbot (developer)
2024-06-12 19:46

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/75 [^]
(0167724)
hgbot (developer)
2024-08-06 08:18

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: bea71d68755184f8afbe5722bebdbb7a3feb460e
Author: Francisco Javier Deler O'Farril <francisco.ofarril@doceleguas.com>
Date: 06-08-2024 06:18:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/bea71d68755184f8afbe5722bebdbb7a3feb460e [^]

Fixes ISSUE-55588: Copy retail store process replacing the org searchkey in...

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---
(0167725)
hgbot (developer)
2024-08-06 08:18

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/75 [^]
(0167726)
marvintm (manager)
2024-08-06 08:19

Tested that the problem was reproducible before the fix with the described steps to reproduce, and that it is no longer reproducible after the fix.

- Issue History
Date Modified Username Field Change
2024-05-24 16:14 gowthamveeramuthu New Issue
2024-05-24 16:14 gowthamveeramuthu Assigned To => Retail
2024-05-24 16:14 gowthamveeramuthu File Added: Screenshot 2024-05-24 at 7.37.00 PM.png
2024-05-24 16:14 gowthamveeramuthu Triggers an Emergency Pack => No
2024-05-24 16:15 gowthamveeramuthu File Added: Screenshot 2024-05-24 at 6.15.36 PM.png
2024-05-24 16:16 gowthamveeramuthu File Added: Screenshot 2024-05-24 at 6.16.00 PM.png
2024-05-27 11:02 Practics Issue Monitored: Practics
2024-06-10 12:11 guillermogil Assigned To Retail => guillermogil
2024-06-11 14:54 fofarril Assigned To guillermogil => fofarril
2024-06-11 14:55 fofarril Status new => scheduled
2024-06-12 19:46 hgbot Note Added: 0165867
2024-06-24 15:17 gowthamveeramuthu Severity major => minor
2024-08-06 08:18 hgbot Resolution open => fixed
2024-08-06 08:18 hgbot Status scheduled => closed
2024-08-06 08:18 hgbot Note Added: 0167724
2024-08-06 08:18 hgbot Note Added: 0167725
2024-08-06 08:19 marvintm Note Added: 0167726


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker