portor.xml.erb 1.01 KB
<?xml version="1.0" encoding="Windows-1252"?>
<PostPurchaseOrderReceipts xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="portor.xsd">
  <Parameters>
    <TransactionDate><%= render_xml(@transaction_date) %></TransactionDate>
    <IgnoreWarnings><%= render_xml(@ignore_warnings, "N") %></IgnoreWarnings>
    <NonStockedWhToUse><%= render_xml(@non_stocked_wh_to_use) %></NonStockedWhToUse>
    <GRNMatchingAction><%= render_xml(@grn_matching_action, "A") %></GRNMatchingAction>
    <AllowBlankSupplier><%= render_xml(@allow_blank_supplier, "N")%></AllowBlankSupplier>
    <ApplyIfEntireDocumentValid><%= render_xml(@apply_if_entire_document_valid, "N")%></ApplyIfEntireDocumentValid>
    <ValidateOnly><%= render_xml(@validate_only, "N")%></ValidateOnly>
    <ManualSerialTransfersAllowed><%= render_xml(@manual_serial_transfers_allowed, "N")%></ManualSerialTransfersAllowed>
    <IgnoreAnalysis><%= render_xml(@ignore_analysis, "N")%></IgnoreAnalysis>
  </Parameters>
</PostPurchaseOrderReceipts>