Skip to content

Commit

Permalink
Added "RequestedDespatchSupplyChainEvent" on position level
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Dec 28, 2022
1 parent b9dd53f commit 80f2ee0
Show file tree
Hide file tree
Showing 18 changed files with 1,346 additions and 187 deletions.
23 changes: 17 additions & 6 deletions doc/doc-index.html

Large diffs are not rendered by default.

132 changes: 126 additions & 6 deletions doc/horstoeko/orderx/OrderDocumentBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,26 @@ <h2>Methods</h2>

<p>Add an requested date or period on which delivery is requested (on position level)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
</div>
<div class="col-md-8 type">
<a href="#method_setDocumentPositionRequestedDespatchSupplyChainEvent">setDocumentPositionRequestedDespatchSupplyChainEvent</a>(<a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $occurrenceDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $startDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $endDateTime = null)

<p>Set the requested date or period on which pick up is requested (on position level)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
</div>
<div class="col-md-8 type">
<a href="#method_addDocumentPositionRequestedDespatchSupplyChainEvent">addDocumentPositionRequestedDespatchSupplyChainEvent</a>(<a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $occurrenceDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $startDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $endDateTime = null)

<p>Add an additional requested date or period on which pick up is requested (on position level)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -9361,13 +9381,113 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_setDocumentPositionRequestedDespatchSupplyChainEvent">
<div class="location">at line 3191</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>setDocumentPositionRequestedDespatchSupplyChainEvent</strong>(<a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $occurrenceDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $startDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $endDateTime = null)
</code>
</h3>
<div class="details">



<div class="method-description">
<p>Set the requested date or period on which pick up is requested (on position level)</p> </div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$occurrenceDateTime</td>
<td>A Requested Date on which Pick up is requested</td>
</tr>
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$startDateTime</td>
<td>The Start Date of he Requested Period on which Pick up is requested</td>
</tr>
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$endDateTime</td>
<td>The End Date of he Requested Period on which Pick up is requested</td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a></td>
<td></td>
</tr>
</table>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_addDocumentPositionRequestedDespatchSupplyChainEvent">
<div class="location">at line 3210</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>addDocumentPositionRequestedDespatchSupplyChainEvent</strong>(<a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $occurrenceDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $startDateTime = null, <a target="_blank" href="http://php.net/DateTime">DateTime</a>|null $endDateTime = null)
</code>
</h3>
<div class="details">



<div class="method-description">
<p>Add an additional requested date or period on which pick up is requested (on position level)</p> </div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$occurrenceDateTime</td>
<td>A Requested Date on which Pick up is requested</td>
</tr>
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$startDateTime</td>
<td>The Start Date of he Requested Period on which Pick up is requested</td>
</tr>
<tr>
<td><a target="_blank" href="http://php.net/DateTime">DateTime</a>|null</td>
<td>$endDateTime</td>
<td>The End Date of he Requested Period on which Pick up is requested</td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a></td>
<td></td>
</tr>
</table>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_setDocumentPositionTax">
<div class="location">at line 3213</div>
<div class="location">at line 3251</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>setDocumentPositionTax</strong>(string $categoryCode, string $typeCode, float $rateApplicablePercent, float|null $calculatedAmount = null, string|null $exemptionReason = null, string|null $exemptionReasonCode = null)
</code>
Expand Down Expand Up @@ -9448,7 +9568,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_addDocumentPositionTax">
<div class="location">at line 3254</div>
<div class="location">at line 3292</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>addDocumentPositionTax</strong>(string $categoryCode, string $typeCode, float $rateApplicablePercent, float|null $calculatedAmount = null, string|null $exemptionReason = null, string|null $exemptionReasonCode = null)
</code>
Expand Down Expand Up @@ -9529,7 +9649,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setDocumentPositionAllowanceCharge">
<div class="location">at line 3283</div>
<div class="location">at line 3321</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>setDocumentPositionAllowanceCharge</strong>(float $actualAmount, bool $isCharge, float|null $calculationPercent = null, float|null $basisAmount = null, string|null $reasonCode = null, string|null $reason = null)
</code>
Expand Down Expand Up @@ -9598,7 +9718,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_addDocumentPositionAllowanceCharge">
<div class="location">at line 3312</div>
<div class="location">at line 3350</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>addDocumentPositionAllowanceCharge</strong>(float $actualAmount, bool $isCharge, float|null $calculationPercent = null, float|null $basisAmount = null, string|null $reasonCode = null, string|null $reason = null)
</code>
Expand Down Expand Up @@ -9667,7 +9787,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setDocumentPositionLineSummation">
<div class="location">at line 3331</div>
<div class="location">at line 3369</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>setDocumentPositionLineSummation</strong>(float $lineTotalAmount, float|null $totalAllowanceChargeAmount = null)
</code>
Expand Down Expand Up @@ -9714,7 +9834,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setDocumentPositionReceivableTradeAccountingAccount">
<div class="location">at line 3349</div>
<div class="location">at line 3387</div>
<code> <a href="../../horstoeko/orderx/OrderDocumentBuilder.html"><abbr title="horstoeko\orderx\OrderDocumentBuilder">OrderDocumentBuilder</abbr></a>
<strong>setDocumentPositionReceivableTradeAccountingAccount</strong>(string $id, string|null $typeCode = null)
</code>
Expand Down
Loading

0 comments on commit 80f2ee0

Please sign in to comment.