f1e2e13b
chadzink
Implemented PorTo...
|
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|