<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="P10A" pageWidth="595" pageHeight="842" whenNoDataType="BlankPage" columnWidth="535" leftMargin="30" rightMargin="30" topMargin="20" bottomMargin="20" uuid="cb3b5e8d-21e4-4f13-9127-534d96aaae85">
	<property name="ireport.scriptlethandling" value="0"/>
	<property name="ireport.encoding" value="UTF-8"/>
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<import value="net.sf.jasperreports.engine.*"/>
	<import value="java.util.*"/>
	<import value="net.sf.jasperreports.engine.data.*"/>
	<parameter name="reportpath" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["./"]]></defaultValueExpression>
	</parameter>
	<parameter name="filterid" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["0"]]></defaultValueExpression>
	</parameter>
	<parameter name="periodyear" class="java.lang.String">
		<defaultValueExpression><![CDATA["2009"]]></defaultValueExpression>
	</parameter>
	<parameter name="organd" class="java.lang.String">
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<queryString>
		<![CDATA[SELECT vw_employee_month.entity_id, vw_employee_month.entity_name,
Employee_Tax_Types.tax_identification as pinnumber, vw_employee_month.period_year,
sum(vw_employee_month.basic_pay + vw_employee_month.tax_allowance + getAdjustment(vw_employee_month.employee_month_id, 4, 32)) as grosspay,
sum(Employee_Tax_Types.Amount) as paye,
orgs.org_name, orgs.pin

FROM vw_employee_month
	INNER JOIN Employee_Tax_Types ON vw_employee_month.Employee_Month_ID = Employee_Tax_Types.Employee_Month_ID
	INNER JOIN Period_Tax_Types ON (vw_employee_month.Period_ID = Period_Tax_Types.Period_ID)
	AND (Employee_Tax_Types.Tax_Type_ID = Period_Tax_Types.Tax_Type_ID)
	INNER JOIN Tax_Types ON Period_Tax_Types.Tax_Type_id = Tax_Types.Tax_Type_id
	AND (vw_employee_month.org_id = Tax_Types.org_id)
	INNER JOIN orgs ON (vw_employee_month.org_id = orgs.org_id)

WHERE (tax_types.use_type = 3)
AND (vw_employee_month.period_year = '$P!{periodyear}')
$P!{organd}

GROUP BY vw_employee_month.entity_id, vw_employee_month.entity_name, Employee_Tax_Types.tax_identification, vw_employee_month.period_year, orgs.org_name, orgs.pin;]]>
	</queryString>
	<field name="entity_id" class="java.lang.Integer"/>
	<field name="entity_name" class="java.lang.String"/>
	<field name="pinnumber" class="java.lang.String"/>
	<field name="period_year" class="java.lang.String"/>
	<field name="grosspay" class="java.lang.Double"/>
	<field name="paye" class="java.lang.Double"/>
	<field name="org_name" class="java.lang.String"/>
	<field name="pin" class="java.lang.String"/>
	<variable name="grosspay_1" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[$F{grosspay}]]></variableExpression>
	</variable>
	<variable name="paye_1" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[$F{paye}]]></variableExpression>
	</variable>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="169" splitType="Stretch">
			<staticText>
				<reportElement key="staticText-10" x="10" y="57" width="39" height="17" uuid="a0d82916-62ec-4c63-a074-ee9a6054b6c0"/>
				<textElement>
					<font fontName="Times New Roman" size="12" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[P. 10A]]></text>
			</staticText>
			<image scaleImage="RetainShape" hAlign="Center">
				<reportElement key="image-1" x="120" y="10" width="260" height="75" uuid="757bdb29-73e3-43fa-877b-1564ea6476b6"/>
				<imageExpression><![CDATA[$P{reportpath} + "kralogo.jpg"]]></imageExpression>
			</image>
			<staticText>
				<reportElement key="staticText-13" x="28" y="107" width="346" height="17" uuid="cefdd1f3-fc35-46df-95f8-b6075ade9b8b"/>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[P.A.Y.E. SUPPORTING LIST FOR END OF YEAR CERTIFICATE : YEAR]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-9" x="184" y="85" width="140" height="17" uuid="1c2aa39f-f5d5-467b-9d6f-ffa316735109"/>
				<textElement>
					<font fontName="Times New Roman" size="12" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[Income Tax Department]]></text>
			</staticText>
			<textField isStretchWithOverflow="true" pattern="dd, MMMMM yyyy" isBlankWhenNull="true">
				<reportElement key="textField-4" x="375" y="107" width="73" height="17" uuid="ce478e53-553b-43da-9e1d-8bb88bdcc6b8"/>
				<box leftPadding="2" rightPadding="2">
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="12" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{period_year}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="162" y="127" width="313" height="17" uuid="1967f177-bde8-4e42-9c27-3b29a2fd6c54"/>
				<textElement>
					<font fontName="Times New Roman" size="12" isBold="true" isUnderline="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{org_name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="162" y="144" width="313" height="17" uuid="ba43af08-71b6-4890-8222-a9fd6660bf86"/>
				<textElement>
					<font fontName="Times New Roman" size="12" isBold="true" isUnderline="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{pin}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-11" x="27" y="144" width="135" height="17" uuid="646caca7-ad33-40a3-8daf-b9d80198bd44"/>
				<textElement markup="html">
					<font fontName="Times New Roman" size="12" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[EMPLOYER'S PIN :]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-11" x="27" y="127" width="135" height="17" uuid="5c2e57c2-6fc3-40c5-ba36-ba852d4949de"/>
				<textElement markup="html">
					<font fontName="Times New Roman" size="12" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[EMPLOYER'S NAME :]]></text>
			</staticText>
		</band>
	</title>
	<pageHeader>
		<band height="9" splitType="Stretch"/>
	</pageHeader>
	<columnHeader>
		<band height="32" splitType="Stretch">
			<staticText>
				<reportElement key="element-90" x="4" y="0" width="118" height="32" forecolor="#000000" uuid="508b3c32-aeb0-46e3-a5a9-359047ba2fcd"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[EMPLOYEE'S PIN]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="122" y="0" width="176" height="32" forecolor="#000000" uuid="916b6bba-59c3-47e0-8fe3-06a990ea7fc7"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[EMPLOYEE'S NAME]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="298" y="0" width="132" height="32" forecolor="#000000" uuid="6c58e781-844b-4528-bb1d-5c7976244f59"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Center">
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL EMOLUMENTS KSHS.]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="430" y="0" width="94" height="32" forecolor="#000000" uuid="8284d6e9-6f52-41f5-850d-8b7fca677722"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL PAYE DEDUCTED KSHS]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="14" splitType="Stretch">
			<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
				<reportElement key="textField" x="4" y="0" width="118" height="14" uuid="1046a6e7-295b-4781-b1c1-81bd908c1f83"/>
				<box leftPadding="1" rightPadding="1">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{pinnumber}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
				<reportElement key="textField" x="122" y="0" width="176" height="14" uuid="24b2bf09-ee37-40ad-8aa6-e7d18729ed65"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{entity_name}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="298" y="0" width="132" height="14" uuid="b56588cc-7afe-4095-964f-9d8eabc2b2b7"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{grosspay}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" pattern="#,##0.00;-#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="430" y="0" width="94" height="14" uuid="e844a46f-eda0-4d66-8dc6-d8661691459a"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{paye}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band height="27" splitType="Stretch">
			<line>
				<reportElement key="line" positionType="FixRelativeToBottom" x="0" y="3" width="535" height="1" forecolor="#808080" uuid="2165b19c-718a-4dcc-966e-7147b1b22cc6"/>
				<graphicElement>
					<pen lineWidth="0.25" lineStyle="Solid"/>
				</graphicElement>
			</line>
			<textField pattern="" isBlankWhenNull="false">
				<reportElement key="textField" x="356" y="5" width="139" height="19" uuid="92145e03-7965-437f-a0c4-c46b0f8cf283"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" size="8"/>
				</textElement>
				<textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER} + " of "]]></textFieldExpression>
			</textField>
			<textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
				<reportElement key="textField" x="498" y="5" width="36" height="19" forecolor="#000000" backcolor="#FFFFFF" uuid="3fbaa1a1-334c-465c-90f4-c3adf0b61c0a"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Top" rotation="None">
					<font fontName="Times New Roman" size="8" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="Helvetica" pdfEncoding="CP1252" isPdfEmbedded="false"/>
					<paragraph lineSpacing="Single"/>
				</textElement>
				<textFieldExpression><![CDATA["" + $V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<textField pattern="EEE, d MMM yyyy HH:mm:ss" isBlankWhenNull="false">
				<reportElement key="textField" x="2" y="5" width="209" height="19" uuid="7dbd5c9f-fc00-492c-836f-e9948d374fdc"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[new Date()]]></textFieldExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band height="107" splitType="Stretch">
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="298" y="0" width="132" height="16" uuid="e57ea16d-8af5-4d21-9497-809b74068914"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.0"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{grosspay_1}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="430" y="0" width="94" height="16" uuid="c65b0747-cf63-489f-bb15-70a7323e526e"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.5"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{paye_1}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="430" y="16" width="94" height="16" uuid="fcb53d41-2d7f-43fb-97ce-f4cb5413f504"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.5"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["0.00"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="element-90" x="122" y="0" width="176" height="16" forecolor="#000000" uuid="6fdab3e4-4c8b-4241-af4b-1e73c9a0e14b"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL PAYE TAX]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="122" y="16" width="308" height="16" forecolor="#000000" uuid="9777bca8-1523-4e67-90d8-61abcf0e8516"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL WCPS]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="4" y="0" width="118" height="80" forecolor="#000000" uuid="c5131829-e952-4e34-9ac2-9d43463035aa"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement markup="html">
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[BANK OF REMMITANCE
</br><u>Co-OPERATIVE BANK OF KENYA</u>]]></text>
			</staticText>
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="430" y="32" width="94" height="16" uuid="b4aae7c9-f293-4516-9ed0-e9e5343f5c84"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.5"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA["0.00"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="element-90" x="122" y="32" width="308" height="16" forecolor="#000000" uuid="97947267-3291-4b01-97ed-8a649422027d"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[FRINGE BENEFIT TAX]]></text>
			</staticText>
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="430" y="48" width="94" height="16" uuid="4b2b9dcf-e0ff-4adb-8588-1ad42ac9c94c"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.5"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{paye_1}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="element-90" x="122" y="48" width="308" height="16" forecolor="#000000" uuid="9c544ddd-2989-4f03-abec-30f64920bfdd"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TAX ON LUMPSUMS/AUDIT/PENALTY/INTEREST]]></text>
			</staticText>
			<staticText>
				<reportElement key="element-90" x="122" y="64" width="308" height="16" forecolor="#000000" uuid="aa1680db-4a7d-4c17-bf30-1f7af0beab67"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement>
					<font fontName="Times New Roman" size="10" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL TAX PAID FOR THE QUARTER]]></text>
			</staticText>
			<textField pattern="#,##0.00;-#,##0.00">
				<reportElement x="430" y="64" width="94" height="16" uuid="59b6e474-2265-44d4-bdd7-3f02bde55450"/>
				<box leftPadding="2" rightPadding="2">
					<pen lineWidth="0.5"/>
					<topPen lineWidth="0.0"/>
					<leftPen lineWidth="0.5"/>
					<bottomPen lineWidth="0.5"/>
					<rightPen lineWidth="0.5"/>
				</box>
				<textElement textAlignment="Right">
					<font fontName="Times New Roman" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{paye_1}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="4" y="90" width="520" height="13" uuid="a3ea2bdb-d0cb-4121-bae4-959a4dd4130c"/>
				<textElement textAlignment="Center" markup="html">
					<font fontName="Times New Roman" size="8"/>
				</textElement>
				<text><![CDATA[<b>NOTE TO EMPLOYER:</b> ATTACH TWO COPIES OF THIS LIST TO END OF YEAR CERTIFICATE (P10)]]></text>
			</staticText>
		</band>
	</summary>
</jasperReport>
