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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025642
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2014-02-03 12:382014-02-06 15:22
ReportermalsasuaView Statuspublic 
Assigned Toguilleaer 
PriorityurgentResolutionfixedFixed in VersionRMP31
StatusclosedFix in branchFixed in SCM revisione8c19f951de6
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025642: Some features are not ready to be used with "sales with returns" orders.

DescriptionIn RMP31 you are able to use "Layaways" and "Paid Open Tickets" with orders which mix positive and negative lines (Sales with return). The problem is that "Layaways" and "Paid open tickets" features are not already ready to work with this kind of orders.
Steps To ReproduceCASE 1 - Pay open tickets
. in WEB POS create receipt:
. add line: avalanche transceiver
 . return this line
. receipt amount is -150.5

. run the process: pay open tickets and select the previous order
. amount displayed to pay is 150.5 instead of -150.5
. finish process
. successful process is displayed, but order has not been sent

CASE 2 - Layaways
- Create a new order
- Add one line
- Add one line
- Select the 2nd line and return it
- Using menu, mark this order as layaway
- layaway the order.

You will never be able to reload this order through layaway functionality.
Proposed SolutionFor the moment, don't allow to use these features with this kind of orders.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0063870)
hgbot (developer)
2014-02-03 17:59

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 17:59:20 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0 [^]

fixed issue 25642: Sales with returns are not allowed to create layaways neither to be paid through multiorders

---
M src-db/database/model/functions/OBPOS_FIXISSUE25555.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_PACKAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_REF_TABLE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
M src-db/database/sourcedata/OBPOS_PRINT_TEMPLATE.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063871)
hgbot (developer)
2014-02-03 18:10

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8d06ec6438597d1b188d3921eacb2dfd84e491c4
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 18:04:25 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8d06ec6438597d1b188d3921eacb2dfd84e491c4 [^]

related to issue 25642: remove previous commit

---
M src-db/database/model/functions/OBPOS_FIXISSUE25555.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_PACKAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_REF_TABLE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
M src-db/database/sourcedata/OBPOS_PRINT_TEMPLATE.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063872)
hgbot (developer)
2014-02-03 18:10

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: dddd4b18cdca560f2e8add3a28ed23a513433aec
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 18:09:42 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dddd4b18cdca560f2e8add3a28ed23a513433aec [^]

related to issue 25642: correct fix

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063873)
migueldejuana (developer)
2014-02-03 18:20

Closed and reviewed in RMP31
(0063975)
hgbot (developer)
2014-02-06 13:20

Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 17:59:20 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0 [^]

fixed issue 25642: Sales with returns are not allowed to create layaways neither to be paid through multiorders

---
M src-db/database/model/functions/OBPOS_FIXISSUE25555.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_PACKAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_REF_TABLE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
M src-db/database/sourcedata/OBPOS_PRINT_TEMPLATE.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063976)
hgbot (developer)
2014-02-06 13:20

Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 8d06ec6438597d1b188d3921eacb2dfd84e491c4
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 18:04:25 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/8d06ec6438597d1b188d3921eacb2dfd84e491c4 [^]

related to issue 25642: remove previous commit

---
M src-db/database/model/functions/OBPOS_FIXISSUE25555.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_PACKAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_REF_TABLE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBCLKER_TEMPLATE.xml
M src-db/database/sourcedata/OBPOS_PRINT_TEMPLATE.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063977)
hgbot (developer)
2014-02-06 13:20

Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: dddd4b18cdca560f2e8add3a28ed23a513433aec
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Feb 03 18:09:42 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/dddd4b18cdca560f2e8add3a28ed23a513433aec [^]

related to issue 25642: correct fix

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0063982)
guilleaer (manager)
2014-02-06 15:22

reclosing issues

- Issue History
Date Modified Username Field Change
2014-02-03 12:38 malsasua New Issue
2014-02-03 12:38 malsasua Assigned To => marvintm
2014-02-03 12:38 malsasua Triggers an Emergency Pack => No
2014-02-03 15:59 guilleaer Summary pay open tickets process does not work with negative orders => Some features are not ready to be used with "sales and return" orders.
2014-02-03 15:59 guilleaer Description Updated View Revisions
2014-02-03 15:59 guilleaer Steps to Reproduce Updated View Revisions
2014-02-03 15:59 guilleaer Proposed Solution updated
2014-02-03 16:00 guilleaer Summary Some features are not ready to be used with "sales and return" orders. => Some features are not ready to be used with "sales with returns" orders.
2014-02-03 16:00 guilleaer Assigned To marvintm => migueldejuana
2014-02-03 16:00 guilleaer Steps to Reproduce Updated View Revisions
2014-02-03 17:11 guilleaer Assigned To migueldejuana => guilleaer
2014-02-03 17:59 hgbot Checkin
2014-02-03 17:59 hgbot Note Added: 0063870
2014-02-03 17:59 hgbot Status new => resolved
2014-02-03 17:59 hgbot Resolution open => fixed
2014-02-03 17:59 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0 [^]
2014-02-03 18:10 hgbot Checkin
2014-02-03 18:10 hgbot Note Added: 0063871
2014-02-03 18:10 hgbot Checkin
2014-02-03 18:10 hgbot Note Added: 0063872
2014-02-03 18:20 migueldejuana Review Assigned To => migueldejuana
2014-02-03 18:20 migueldejuana Note Added: 0063873
2014-02-03 18:20 migueldejuana Status resolved => closed
2014-02-03 18:20 migueldejuana Fixed in Version => RMP31
2014-02-06 13:20 hgbot Checkin
2014-02-06 13:20 hgbot Note Added: 0063975
2014-02-06 13:20 hgbot Status closed => resolved
2014-02-06 13:20 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/e8c19f951de6cc3d0a1252c2336b6f23f07eb7f0 [^]
2014-02-06 13:20 hgbot Checkin
2014-02-06 13:20 hgbot Note Added: 0063976
2014-02-06 13:20 hgbot Checkin
2014-02-06 13:20 hgbot Note Added: 0063977
2014-02-06 15:22 guilleaer Note Added: 0063982
2014-02-06 15:22 guilleaer Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker