Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036284 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2017-06-19 18:41 | 2017-07-17 13:37 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 11d97faed65a | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | migueldejuana | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0036284: Several processes are marked as 'Grid Legacy' and should be converted to avoid runtime warning on every use | |||||||
Description | This issue covers commercial retail modules not part of retail.pack: The processes below trigger runtime warning about 'Grid Legacy' and should be converted. pi=# select m.javapackage, p.obuiapp_process_id, p.name, (select count(*) from obuiapp_parameter param where param.ad_reference_id = 'FF80818132D8F0F30132D9BC395D0038' and param.obuiapp_process_id = p.obuiapp_process_id) as grid_param from obuiapp_process p, ad_module m where p.ad_module_id = m.ad_module_id and p.isgridlegacy = 'Y' order by m.javapackage, p.name; javapackage | obuiapp_process_id | name | grid_param ---------------------------------------------------------+----------------------------------+----------------------------------------------------------+------------ org.openbravo.financialmgmt.accounting.report.notposted | EFAA65F3BF544918B1FF96B45879D0D4 | Post | 0 org.openbravo.mobile.procurement | 6D27AC4FB4B24153BE98ED701D2DF369 | Clear error (procurement) | 0 org.openbravo.mobile.procurement | C60D901F4987440EA7580A997D61D154 | Save order (procurement) | 0 org.openbravo.retail.copystore | 48436E0B9D0B4AC7AE1A6A724DABD7C9 | Copy Retail Store | 0 org.openbravo.retail.copystore | 10DB34ABBE254B7781B307E081F94A46 | Copy Terminal | 0 org.openbravo.retail.discounts.coupons | B3D4C8510A51410DA8DDB67581881ED2 | Clone offer | 0 org.openbravo.retail.discounts.coupons.codegenerator | C869961B18C24F2481C6BBC367698948 | Code generator | 0 org.openbravo.retail.sessions | C6E5609BB8134BCF9B06FDD6D1793AFF | Close Store | 0 org.openbravo.retail.sessions | A782000B3C93435F831FA63639FA1036 | Close Tills | 0 org.openbravo.retail.sessions | C13521B04CF24C20B76E8B0F6A54FD7D | Open Store | 0 org.openbravo.warehouse.pickinglist | 44821BBF79D64516844F388CB2E0F36E | Assign and Group Picking List | 0 org.openbravo.warehouse.pickinglist | B6F5DE7C02A64E3DB6E770AF56E299E2 | Cancel Picking List | 0 org.openbravo.warehouse.pickinglist | 6DA8E27C96D04E329A7A54007AF2DB55 | Close Picking List | 0 org.openbravo.warehouse.pickinglist | 19F96A6F508B4E359C0F0FBE11457FE0 | Create Picking List | 0 org.openbravo.warehouse.pickinglist | 16B1669F496B475B8D0C4D01BF6DD761 | Edit Picking List Item | 1 org.openbravo.warehouse.pickinglist | 2984DA09C1A64D8F802D432813BA19ED | Picking List Item Raise Incidence | 0 org.openbravo.warehouse.pickinglist | 3724E106FE4544F2B4402A1D1AE4E1AC | Picking List Movement Line Reject | 0 org.openbravo.warehouse.pickinglist | CAC397FDDF754A1A8FEE22FDDE8FE2FF | Picking List Movment Line Complete Process | 0 org.openbravo.warehouse.pickinglist | 1D2743148D75422AB403C1003D814839 | PickingList Pick And Edit | 1 org.openbravo.warehouse.pickinglist | 369B3102426943F692396E12753DC4BB | Picking Select Sales Orders | 1 org.openbravo.warehouse.pickinglist | A4008FA053C34DF0ACB814F04948E205 | Process Picking List | 0 org.openbravo.warehouse.pickinglist | C107C380836042A9AF4E107521C947AA | Re Assign Picking List | 0 org.openbravo.warehouse.pickinglist | 40317268E74C445FA85DB97249AFFE37 | Validate Picking List | 0 | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | Check migration guide [1] [1] http://wiki.openbravo.com/wiki/How_to_create_a_Standard_Process_Definition#Migrating_old_Processes [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0097893) hgbot (developer) 2017-07-06 08:27 |
Repository: erp/pmods/org.openbravo.mobile.procurement Changeset: ff149cbc05d6916d6ab64d71987304c64a506022 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 06 11:56:28 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.procurement/rev/ff149cbc05d6916d6ab64d71987304c64a506022 [^] Related to issue 36284 : Changed Grid Legacy in Process definition * Changed grid legacy to 'N' for clearOrder and saveOrder --- M src-db/database/sourcedata/OBUIAPP_PROCESS.xml --- |
(0097894) hgbot (developer) 2017-07-06 08:30 |
Repository: erp/pmods/org.openbravo.retail.discounts.coupons Changeset: ab8e19c77e76bf62398b73143b2a1173c55b2a99 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 06 12:00:14 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons/rev/ab8e19c77e76bf62398b73143b2a1173c55b2a99 [^] Related to issue 36284 : Changed Grid Legacy in Process definition for Copy Discount --- M src-db/database/sourcedata/OBUIAPP_PROCESS.xml --- |
(0097896) hgbot (developer) 2017-07-06 08:42 |
Repository: erp/pmods/org.openbravo.retail.sessions Changeset: 8fa687853050b207300e9024c032a0385730af82 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 06 12:11:22 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/8fa687853050b207300e9024c032a0385730af82 [^] Related to issue 36284 : Changed Grid Legacy in Process definition * Changed grid legacy to 'N' for Open Store, Close Store and Close Tills --- M src-db/database/sourcedata/OBUIAPP_PROCESS.xml --- |
(0097897) hgbot (developer) 2017-07-06 08:43 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: a75966d6d7702cbbd01b7bc361160d381323efb8 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 06 12:13:03 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/a75966d6d7702cbbd01b7bc361160d381323efb8 [^] Related to issue 36284 : Changed Grid Legacy in Process definition --- M src-db/database/sourcedata/OBUIAPP_PROCESS.xml --- |
(0097909) hgbot (developer) 2017-07-06 13:33 |
Repository: erp/pmods/org.openbravo.retail.discounts.coupons.codegenerator Changeset: f058aff23d400361ec9288f90a1973fffb5fba94 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Jul 06 17:01:58 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons.codegenerator/rev/f058aff23d400361ec9288f90a1973fffb5fba94 [^] Related to issue 36284 : Changed Grid Legacy in Process definition --- M src-db/database/sourcedata/OBUIAPP_PROCESS.xml --- |
(0098079) ranjith_qualiantech_com (developer) 2017-07-14 11:37 |
Soruce code are not changed for the following process while migrating from "Compatibility with Legacy Grids" to false org.openbravo.warehouse.pickinglist | 16B1669F496B475B8D0C4D01BF6DD761 | Edit Picking List Item org.openbravo.warehouse.pickinglist | 2984DA09C1A64D8F802D432813BA19ED | Picking List Item Raise Incidence org.openbravo.warehouse.pickinglist | 1D2743148D75422AB403C1003D814839 | PickingList Pick And Edit org.openbravo.warehouse.pickinglist | 369B3102426943F692396E12753DC4BB | Picking Select Sales Orders Ref: http://wiki.openbravo.com/wiki/How_to_create_a_Standard_Process_Definition#Migrating_old_Processes [^] |
(0098092) hgbot (developer) 2017-07-17 08:42 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: 11d97faed65ad49d8ba2a59acfe70251bcf085c0 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Jul 17 12:12:27 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/11d97faed65ad49d8ba2a59acfe70251bcf085c0 [^] Fixed issue 36284 : Changed Grid Legacy in Process definition * Changed code for Migrating "Compatibility with Legacy Grids" to false --- M src/org/openbravo/warehouse/pickinglist/EditPickingListItemHandler.java M src/org/openbravo/warehouse/pickinglist/SelectOrdersHandler.java M src/org/openbravo/warehouse/pickinglist/actionhandler/EditActionHandler.java --- |
(0098102) migueldejuana (developer) 2017-07-17 13:37 |
Reviewed |
Issue History | |||
Date Modified | Username | Field | Change |
2017-06-19 18:41 | shuehner | New Issue | |
2017-06-19 18:41 | shuehner | Assigned To | => Retail |
2017-06-19 18:41 | shuehner | Triggers an Emergency Pack | => No |
2017-06-19 18:41 | shuehner | Relationship added | related to 0036281 |
2017-06-22 12:28 | shuehner | Resolution time | => 1499896800 |
2017-06-22 12:28 | shuehner | Severity | minor => major |
2017-06-27 13:37 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2017-06-27 13:37 | ranjith_qualiantech_com | Status | new => scheduled |
2017-07-04 10:09 | alostale | Proposed Solution updated | |
2017-07-06 08:27 | hgbot | Checkin | |
2017-07-06 08:27 | hgbot | Note Added: 0097893 | |
2017-07-06 08:30 | hgbot | Checkin | |
2017-07-06 08:30 | hgbot | Note Added: 0097894 | |
2017-07-06 08:42 | hgbot | Checkin | |
2017-07-06 08:42 | hgbot | Note Added: 0097896 | |
2017-07-06 08:43 | hgbot | Checkin | |
2017-07-06 08:43 | hgbot | Note Added: 0097897 | |
2017-07-06 13:33 | hgbot | Checkin | |
2017-07-06 13:33 | hgbot | Note Added: 0097909 | |
2017-07-07 09:03 | ranjith_qualiantech_com | Status | scheduled => resolved |
2017-07-07 09:03 | ranjith_qualiantech_com | Resolution | open => fixed |
2017-07-14 11:37 | ranjith_qualiantech_com | Note Added: 0098079 | |
2017-07-14 11:37 | ranjith_qualiantech_com | Status | resolved => new |
2017-07-14 11:37 | ranjith_qualiantech_com | Resolution | fixed => open |
2017-07-14 11:37 | ranjith_qualiantech_com | Status | new => scheduled |
2017-07-17 08:42 | hgbot | Checkin | |
2017-07-17 08:42 | hgbot | Note Added: 0098092 | |
2017-07-17 08:42 | hgbot | Status | scheduled => resolved |
2017-07-17 08:42 | hgbot | Resolution | open => fixed |
2017-07-17 08:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/11d97faed65ad49d8ba2a59acfe70251bcf085c0 [^] |
2017-07-17 13:37 | migueldejuana | Review Assigned To | => migueldejuana |
2017-07-17 13:37 | migueldejuana | Note Added: 0098102 | |
2017-07-17 13:37 | migueldejuana | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |