Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047593Retail ModulesWeb POSpublic2021-08-25 13:402021-10-14 17:03
prakashmurugesan88 
prakashmurugesan88 
normalmajorhave not tried
closedfixed 
5
 
 
No
0047593: When Verified Return is done for BOM Main Product, Taxes of BOMs are missing
With preference OBPOS_NewStateActions = 'Y'
When BOM Main Product is added to a ticket, taxes of all its BOMs are applied to the ticket.
On doing verified return, it displays tax as 'as Per BOM' with tax amount zero.
But it should display taxes of all its BOMs
https://drive.google.com/file/d/1jXTjv1EsuXSe2XdGoA1_ztSWV1WnL3bE/view [^]
No tags attached.
Issue History
2021-08-25 13:40prakashmurugesan88New Issue
2021-08-25 13:40prakashmurugesan88Assigned To => prakashmurugesan88
2021-08-25 13:40prakashmurugesan88Triggers an Emergency Pack => No
2021-08-25 13:40prakashmurugesan88Statusnew => scheduled
2021-08-26 07:21hgbotNote Added: 0131371
2021-08-31 07:51hgbotNote Added: 0131448
2021-08-31 07:51hgbotResolutionopen => fixed
2021-08-31 07:51hgbotStatusscheduled => closed
2021-08-31 07:51hgbotFixed in Version => RR21Q4
2021-08-31 07:51hgbotNote Added: 0131449
2021-09-03 12:55hgbotNote Added: 0131562
2021-10-14 17:02guilleaerStatusclosed => new
2021-10-14 17:02guilleaerResolutionfixed => open
2021-10-14 17:02guilleaerFixed in VersionRR21Q4 =>
2021-10-14 17:02guilleaerStatusnew => scheduled
2021-10-14 17:03guilleaerStatusscheduled => resolved
2021-10-14 17:03guilleaerResolutionopen => fixed
2021-10-14 17:03guilleaerStatusresolved => closed

Notes
(0131371)
hgbot   
2021-08-26 07:21   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/553 [^]
(0131448)
hgbot   
2021-08-31 07:51   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/553 [^]
(0131449)
hgbot   
2021-08-31 07:51   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: bc0d0cee638542088c8b68c38e6435a9ee31435d
Author: Prakash M <prakash@qualiantech.com>
Date: 2021-08-31T05:50:36+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/bc0d0cee638542088c8b68c38e6435a9ee31435d [^]

Fixed BUG-47593: Fixes issue taxes of BOMs not applied when doing verified return of Main BOM Product
* productBOM list is missing in line product.
* Therefore taxes are not calculated properly.
* Fixed by including productBOM to line product.

---
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/LoadTicketUtils.js
---
(0131562)
hgbot   
2021-09-03 12:55   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: b027f54105f571cdd4e42b05e7291f720bacc572
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 2021-09-03T12:53:14+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/b027f54105f571cdd4e42b05e7291f720bacc572 [^]

Fixes ISSUE-47593: Payment panel should not open if there are draft menus in the ticket

---
A web-jspack/org.openbravo.pos2.restaurant/src/application-window/__test__/MainWindowHooks.test.js
M web-jspack/org.openbravo.pos2.restaurant/src/application-window/MainWindowHooks.js
---