Blame view

lib/syspro/business_objects/schemas/portii_doc.xml.erb 671 Bytes
6a873e0f   chadzink   Implement PorTii ...
1
2
3
4
5
6
7
8
9
10
11
  <PostInspections xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="PORTIIDOC.XSD">
    <Item>
      <GRNNumber><%= render_xml(@item_inspected.grn_number)%></GRNNumber>
      <Quantity><%= render_xml(@item_inspected.quantity)%></Quantity>
      <UnitOfMeasure><%= render_xml(@item_inspected.unit_of_measure)%></UnitOfMeasure>
      <Units><%= render_xml(@item_inspected.units)%></Units>
      <Pieces><%= render_xml(@item_inspected.pieces)%></Pieces>
      <Document><%= render_xml(@item_inspected.document)%></Document>
      <InspectionCompleted><%= render_xml(@item_inspected.inspection_completed)%></InspectionCompleted>
    </Item>
  </PostInspections>