Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038213Retail ModulesWeb POSpublic2018-03-23 13:342018-05-07 12:16
aferraz 
ranjith_qualiantech_com 
normalminorhave not tried
closedfixed 
5
 
RR18Q3RR18Q3 
marvintm
No
0038213: Add Organization Tax ID to ticket print template
Ensure Organization (in this case would be the legal entity the store belongs to) Tax ID information is present in receipt json and add it to ticket print template.
N/A
No tags attached.
patch issue 38213 source posterminal.patch (1,279) 2018-03-28 08:14
https://issues.openbravo.com/file_download.php?file_id=11686&type=bug
Issue History
2018-03-23 13:34aferrazNew Issue
2018-03-23 13:34aferrazAssigned To => Retail
2018-03-23 13:34aferrazTriggers an Emergency Pack => No
2018-03-23 13:38marvintmDescription Updatedbug_revision_view_page.php?rev_id=16927#r16927
2018-03-26 15:21ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-03-26 15:21ranjith_qualiantech_comStatusnew => scheduled
2018-03-28 08:14ranjith_qualiantech_comFile Added: issue 38213 source posterminal.patch
2018-04-05 07:54hgbotCheckin
2018-04-05 07:54hgbotNote Added: 0103681
2018-04-23 08:12hgbotCheckin
2018-04-23 08:12hgbotNote Added: 0104019
2018-04-23 08:12hgbotCheckin
2018-04-23 08:12hgbotNote Added: 0104020
2018-04-23 08:15ranjith_qualiantech_comStatusscheduled => resolved
2018-04-23 08:15ranjith_qualiantech_comResolutionopen => fixed
2018-05-07 12:16marvintmReview Assigned To => marvintm
2018-05-07 12:16marvintmStatusresolved => closed
2018-05-07 12:16marvintmFixed in Version => RR18Q3

Notes
(0103681)
hgbot   
2018-04-05 07:54   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0a48309c10e8c60420435bb1c74e57f24897fc42
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 05 11:24:09 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0a48309c10e8c60420435bb1c74e57f24897fc42 [^]

Related to issue 38213 : Added Organization Tax Id to POSTerminal model

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
---
(0104019)
hgbot   
2018-04-23 08:12   
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 90fdceda0c867e8d86be16a159088401600b47ef
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 23 11:42:24 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/90fdceda0c867e8d86be16a159088401600b47ef [^]

Related to issue 38213 : Added Tax ID for Legal Organization

---
M referencedata/sampledata/The_White_Valley_Group/AD_ORGINFO.xml
---
(0104020)
hgbot   
2018-04-23 08:12   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bc4ecd92671fa3223a23ad14d1125ae6545bfc09
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 23 11:42:03 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc4ecd92671fa3223a23ad14d1125ae6545bfc09 [^]

Related to issue 38213 : Added Legal Organization Tax ID to Terminal Properties

* Added Tax Id to print templates

---
M src/org/openbravo/retail/posterminal/term/TerminalProperties.java
M web/org.openbravo.retail.posterminal/res/printcanceledreceipt.xml
M web/org.openbravo.retail.posterminal/res/printclosedinvoice.xml
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printquotation.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
---