<companies>
	<company code="M00">
		<logo>logo_x.png</logo>
		<!-- Please define header height so that rows and header don't overlap. Please note that customers using blanket orders require slightly taller header. Template hight should be tested with all types of POs -->
		<header_height>10.3cm</header_height>
		<!-- You can define page height and width to suit the standard paper size used locally.
			A4 height: 297mm, width: 210mm
			Letter height: 279mm, width: 216mm-->
		<page_height>297mm</page_height>
		<page_width>210mm</page_width>
		<!-- Do you want tax total and gross total to be printed in the summary. True or False (Case sensitive) -->
		<print_tax>True</print_tax>
		<!-- define supplier address parts you want printed on PO -->
		<supplier_address>
			<add_part new_line="True">Description</add_part>
			<add_part new_line="True">StreetName</add_part>
			<add_part new_line="True">Postbox</add_part>
			<add_part new_line="True">PostalZone</add_part>
			<add_part new_line="False">CityName</add_part>
			<add_part new_line="True">CountryName</add_part>
		</supplier_address>
		<!-- define invoicing address parts you want printed on PO -->
		<invoicing_address>
			<add_part>Name</add_part>
			<add_part>Postbox</add_part>
			<add_part>StreetName</add_part>
			<add_part>CityName</add_part>
		</invoicing_address>
		<!-- define delivery address parts you want printed on PO. new_line attribute defines if this address part should be printed on new line or same as previous address part -->
		<delivery_address>
			<add_part new_line="True">Description</add_part>
			<add_part new_line="True">StreetName</add_part>
			<add_part new_line="True">Postbox</add_part>
			<add_part new_line="True">PostalZone</add_part>
			<add_part new_line="False">CityName</add_part>
			<add_part new_line="True">CountryName</add_part>
		</delivery_address>
		<!-- define elements to be printed in first page header. Label localization should be defined in localizations.xml file -->
		<header>
			<field>PaymentTerm</field>
			<field>DeliveryTerms</field>
			<field>OwnerName</field>
			<field>OwnerEmail</field>
			<field>OwnerTelephone</field>
			<field>RecipientName</field>
			<field>HeaderDataText1</field>
		</header>
		<!-- Header texts are printed in bottom first page header without labels  -->
		<header_texts>
			<field>OrganizationPOPdfHeader</field>
			<field>OrganizationPOPdfFooter</field>
			<field>Note</field>
		</header_texts>
		<!-- Here you can list additional fields printed on the order line. You can use any elements from OrderLine/Data structure -->
		<row_additional_fields>
			
		</row_additional_fields>
		<!-- Footer can be defined here. type attribute defines if value should be hardcoded (text) or picked up from generated PO XML (field). -->
		<footer_texts>
			<!-- column1 elements are printed in the 1st column of the footer -->
			<column1 type="text">Basware Oyj</column1>
			<column1 type="field">OrganizationPhoneNumber</column1>
			<column1 type="field">OrganizationFaxNumber</column1>
			<column1 type="field">OrganizationVATnumber</column1>
			<!-- column2 elements are printed in the 2nd column of the footer -->
			<column2 type="text">Domicile: Espoo</column2>
			<column2 type="text">OVT: 003712345678</column2>
			<column2 type="text">Please sends e-invoices</column2>
			<column2 type="text">Basware will not pay paper invoices</column2>
			<!-- column3 elements are printed in the 3rd column of the footer -->
			<column3 type="text">www.basware.com</column3>
			<column3 type="text">SIMPLIFY OPERATIONS</column3>
			<column3 type="text">SPEND SMARTER</column3>
			<column3 type="text"/>
		</footer_texts>
	</company>
</companies>