svn commit: r1814569 - /ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1814569 - /ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml

jleroux@apache.org
Author: jleroux
Date: Wed Nov  8 11:11:30 2017
New Revision: 1814569

URL: http://svn.apache.org/viewvc?rev=1814569&view=rev
Log:
Improved: Company Logo is missing at Print Pick Sheet PDF
(OFBIZ-7322)

Steps to regenerate:
1) Go to Facility component. Select a facility and submit (Facility for which
   some orders are available in ready to pick status).
2) Now go to picking screen.
3) From the list of ready to pick orders try to print Pick sheet by clicking on
   "Print Pick Sheet" button.
4) See the logo is missing in pdf.

Thanks: Pawan Verma

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml?rev=1814569&r1=1814568&r2=1814569&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/data/OrganizationDemoData.xml Wed Nov  8 11:11:30 2017
@@ -20,7 +20,7 @@ under the License.
 <entity-engine-xml>
     <!-- The main Company Internal Organization -->
     <Party partyId="Company" partyTypeId="PARTY_GROUP" statusId="PARTY_ENABLED"/>
-    <PartyGroup partyId="Company" groupName="Your Company Name Here"/>
+    <PartyGroup partyId="Company" groupName="Your Company Name Here" logoImageUrl="/images/ofbiz_logo.gif"/>
     <PartyRole partyId="Company" roleTypeId="BILL_FROM_VENDOR"/>
     <PartyRole partyId="Company" roleTypeId="BILL_TO_CUSTOMER"/>
     <PartyRole partyId="Company" roleTypeId="INTERNAL_ORGANIZATIO"/>