Skip to content

Commit

Permalink
Fix docs for DocumentBuilder "TradeAccountingAccount"
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 15, 2024
1 parent cf43e13 commit 63c2ed0
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/ZugferdDocumentBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2723,8 +2723,15 @@ public function addDiscountTermsToPaymentTerms(?float $calculationPercent = null
* Add an AccountingAccount
* Detailinformationen zur Buchungsreferenz
*
* @param string $id __BT-19, From BASIC WL__
* @param string|null $typeCode __BT-, From __
* @param string $id __BT-19, From BASIC WL__ Posting reference of the byuer. If required, this reference shall be provided by the Buyer to the Seller prior to the issuing of the Invoice.
* @param string|null $typeCode __BT-X-290, From EXTENDED__ Type of the posting reference
* Allowed values:
* - 1 Financial
* - 2 Subsidiary
* - 3 Budget
* - 4 Cost Accounting
* - 5 Payable
* - 6 Job Cose Accounting
* @return ZugferdDocumentBuilder
*/
public function addDocumentReceivableSpecifiedTradeAccountingAccount(?string $id, ?string $typeCode): ZugferdDocumentBuilder
Expand Down Expand Up @@ -3694,8 +3701,15 @@ public function setDocumentPositionLineSummation(float $lineTotalAmount, ?float
* Add an AccountingAccount on item level
* Detailinformationen zur Buchungsreferenz
*
* @param string $id
* @param string|null $typeCode
* @param string $id __BT-133, From COMFORT__ Posting reference of the byuer. If required, this reference shall be provided by the Buyer to the Seller prior to the issuing of the Invoice.
* @param string|null $typeCode __BT-X-99, From EXTENDED__ Type of the posting reference
* Allowed values:
* - 1 Financial
* - 2 Subsidiary
* - 3 Budget
* - 4 Cost Accounting
* - 5 Payable
* - 6 Job Cose Accounting
* @return ZugferdDocumentBuilder
*/
public function addDocumentPositionReceivableSpecifiedTradeAccountingAccount(string $id, ?string $typeCode): ZugferdDocumentBuilder
Expand Down

0 comments on commit 63c2ed0

Please sign in to comment.