Openbravo Issue Tracking System - POS2
View Issue Details
0050379POS2POSpublic2022-09-30 13:042022-10-10 11:18
mtaal 
radhakrishnan 
normalmajorhave not tried
closedfixed 
5
 
 
No
0050379: CRM - External Business Partner Printing Closed Invoice does not retrieve external BP information
When using the CRM connector with an external business partner the closed invoice printing does not support/show external business partner information.
Enable CRM Connector
Complete a ticket with an invoice
Re-open the ticket from the closed ticket list
Click print ticket button
Select to print the invoice
No externalBusinessPartner data is present in the invoice
In the InvoiceProperties class in org.openbravo.retail.posterminal add this line:
        add(new HQLProperty("inv.externalBusinessPartnerReference",
            "externalBusinessPartnerReference"));

The client side code to load the business partner is already present, no changes needed on the client side.
No tags attached.
diff propsedFix.diff (642) 2022-09-30 13:05
https://issues.openbravo.com/file_download.php?file_id=17573&type=bug
Issue History
2022-09-30 13:04mtaalNew Issue
2022-09-30 13:04mtaalAssigned To => Retail
2022-09-30 13:04mtaalTriggers an Emergency Pack => No
2022-09-30 13:05jorgewederagoFile Added: propsedFix.diff
2022-09-30 15:10radhakrishnanAssigned ToRetail => radhakrishnan
2022-09-30 15:10radhakrishnanStatusnew => scheduled
2022-10-10 07:13hgbotNote Added: 0141870
2022-10-10 11:18hgbotResolutionopen => fixed
2022-10-10 11:18hgbotStatusscheduled => closed
2022-10-10 11:18hgbotNote Added: 0141894
2022-10-10 11:18hgbotFixed in Version => RR23Q1
2022-10-10 11:18hgbotNote Added: 0141895

Notes
(0141870)
hgbot   
2022-10-10 07:13   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/949 [^]
(0141894)
hgbot   
2022-10-10 11:18   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/949 [^]
(0141895)
hgbot   
2022-10-10 11:18   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 975d220366971b1906703860dc9672a3d904885e
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 07-10-2022 15:57:41
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/975d220366971b1906703860dc9672a3d904885e [^]

Fixed ISSUE-50379: Added ExternalBPRef in invoice properties

---
M src/org/openbravo/retail/posterminal/InvoiceProperties.java
---