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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046842
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2021-05-26 12:562021-06-03 08:56
ReporterjetxarriView Statuspublic 
Assigned Torqueralta 
PriorityurgentResolutionfixedFixed in VersionRR21Q3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR20Q3.4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046842: Not possible to print an Invoice created in another store

DescriptionJAVA class
modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/Invoices.java

Is not taking into account that invoice is cross store or not when retrieving the taxes.

It should follow the behaviour of
modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/PaidReceipts.java

Where before getting the taxes is disabling filter by organization
if (jsonsent.has("crossStore") && jsonsent.get("crossStore") != JSONObject.NULL) {
            qTaxes.setFilterOnReadableOrganization(false);
          }
Steps To Reproduce-Create a role with access to store A only
-Create one ticket an invoice in store B
-Login with created role in the store A
-Open the ticket generated in store B from store A
-Click on print of the menu
-Select the invoice and press Print Invoice
TagsNOR
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0128873)
hgbot (developer)
2021-06-01 16:29

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/446 [^]
(0128924)
hgbot (developer)
2021-06-02 09:44

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: a7d38196f7bfbe99747f2ff21842a4fde313bd03
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-06-02T07:44:41+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a7d38196f7bfbe99747f2ff21842a4fde313bd03 [^]

Fixed BUG-46842: Disabling filter by organization in cross-store flow

---
M src/org/openbravo/retail/posterminal/Invoices.java
---
(0128925)
hgbot (developer)
2021-06-02 09:44

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/446 [^]
(0128929)
marvintm (manager)
2021-06-02 09:59

In fact the fix doesn't work correctly after all, even though the code doesn't break anything, the crossStore property is not being sent so it doesn't do anything.
(0128976)
hgbot (developer)
2021-06-03 05:47

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/452 [^]
(0128989)
hgbot (developer)
2021-06-03 08:56

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c865f9b16ec7dd1f5039035415c05fe87e68238f
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-06-03T06:56:04+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c865f9b16ec7dd1f5039035415c05fe87e68238f [^]

Fix BUG-46842: Checking by cross store definition in organization instead read the crossStore json property

---
M src/org/openbravo/retail/posterminal/Invoices.java
---
(0128990)
hgbot (developer)
2021-06-03 08:56

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/452 [^]

- Issue History
Date Modified Username Field Change
2021-05-26 12:56 jetxarri New Issue
2021-05-26 12:56 jetxarri Assigned To => Retail
2021-05-26 12:56 jetxarri Triggers an Emergency Pack => No
2021-05-26 12:56 jetxarri Tag Attached: NOR
2021-05-26 13:15 rafaroda Resolution time => 1622844000
2021-05-26 21:30 rqueralta Assigned To Retail => rqueralta
2021-05-28 18:36 rqueralta Status new => scheduled
2021-06-01 16:29 hgbot Note Added: 0128873
2021-06-02 09:44 hgbot Resolution open => fixed
2021-06-02 09:44 hgbot Status scheduled => closed
2021-06-02 09:44 hgbot Fixed in Version => RR21Q3
2021-06-02 09:44 hgbot Note Added: 0128924
2021-06-02 09:44 hgbot Note Added: 0128925
2021-06-02 09:59 marvintm Note Added: 0128929
2021-06-02 09:59 marvintm Status closed => new
2021-06-02 09:59 marvintm Resolution fixed => open
2021-06-02 09:59 marvintm Fixed in Version RR21Q3 =>
2021-06-03 05:47 hgbot Note Added: 0128976
2021-06-03 08:56 hgbot Note Added: 0128989
2021-06-03 08:56 hgbot Note Added: 0128990
2021-06-03 08:56 marvintm Status new => scheduled
2021-06-03 08:56 marvintm Status scheduled => resolved
2021-06-03 08:56 marvintm Fixed in Version => RR21Q3
2021-06-03 08:56 marvintm Resolution open => fixed
2021-06-03 08:56 marvintm Review Assigned To => marvintm
2021-06-03 08:56 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker