<Purchase>
  <document id="document" PageSize="A4"  LeftMargin="20" RightMargin="20" ReportTitle="MATERIAL RECEIPT SUMMARY" HeadingArray="1,2"
    Font="Roboto" HeadingFontSize="11" FooterFontSize="9" FooterFontWeight="0" HeadingFontWeight="1" Orientation="2"/>
	
  <TableHeadings HeadingLevel="1" id="TableHeadings"
                 ColumnWidths="200,250,100,100,150,150,150,150,150">
    <TableHeading1>
    <Column Heading="Project" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
    <Column Heading="Material_Name" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
    <Column Heading="Unit" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>	
	<Column Heading="POQty" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
	<Column Heading="GRNPOQty" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
    <Column Heading="Return_Qty" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
	<Column Heading="GRNPOAmt" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
    <Column Heading="GRNWOPOQty" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
    <Column Heading="GRNWOPOAmt" ColSpan="1" RowSpan="1" HorizontalAlignment="1" FontSize="11" FontWeight="1" BgColour="#D5DBDB" Colour="#fff"/>
	</TableHeading1>
	
  </TableHeadings>
  
  <!--ReportType="Normal/Grouping"-->
  <Groupings ReportType="Normal" ShowSum="0">
    <GroupingData>
	  <Column Title="Project" HorizontalAlignment="0"  ColSpan="1" BgColour="#fff"  Colour="#535557" FontSize="10" FontWeight="1"/>
      <Column Title="Material_Name" HorizontalAlignment="0"  ColSpan="1" BgColour="#fff"  Colour="#535557" FontSize="10" FontWeight="1"/>
	  <Column Title="Unit" HorizontalAlignment="2"  ColSpan="1" BgColour="#fff" Colour="#535557" FontSize="10" FontWeight="1" /> 
	  <Column Title="POQty" HorizontalAlignment="2"  ColSpan="1" BgColour="#fff"  Colour="#535557" FontSize="10" FontWeight="1"/>
	  <Column Title="GRNPOQty" HorizontalAlignment="1"  ColSpan="1" BgColour="#fff" Colour="#535557" FontSize="10" FontWeight="1" />
      <Column Title="Return_Qty" HorizontalAlignment="1"  ColSpan="1" BgColour="#fff"  Colour="#535557" FontSize="10" FontWeight="1"/>
	  <Column Title="GRNPOAmt" HorizontalAlignment="2"  ColSpan="1" BgColour="#fff"  Colour="#535557" FontSize="10" FontWeight="1"/>
      <Column Title="GRNWOPOQty" HorizontalAlignment="2"  ColSpan="1" BgColour="#fff" Colour="#535557" FontSize="10" FontWeight="1" /> 	  
	  <Column Title="GRNWOPOAmt" HorizontalAlignment="2"  ColSpan="1" BgColour="#fff" Colour="#535557" FontSize="10" FontWeight="1" /> 
	 
	</GroupingData>
  </Groupings>
</Purchase>
















