on 2024 Aug 08 4:32 AM
Journal Entry – Clearing (Asynchronous)
如下圖,APARItem中有PartialPaymentAmtInDspCrcy可以做部分金額結清,但GLItems似乎沒有提供金額相關欄位,該如何做部分結清呢?
如圖的分配金額,於API中如何表示呢?
API里的G/L item是用来清账总账行项目的。两个凭证的总账行项目互相清账不存在部分和剩余清账的说法。
截图中手工操作的清账也不是总账清账,依然是AR清账。 部分清账的可以参考如下:
<APARItems>
<ReferenceDocumentItem>1</ReferenceDocumentItem>
<!--<CompanyCode></CompanyCode>-->
<AccountType>D</AccountType>
<APARAccount>1000322</APARAccount>
<FiscalYear>2021</FiscalYear>
<AccountingDocument>1800000033</AccountingDocument>
<AccountingDocumentItem>1</AccountingDocumentItem>
<!--Optional:-->
<PartialPaymentAmtInDspCrcy currencyCode="EUR">70</PartialPaymentAmtInDspCrcy>
</APARItems>
<APARItems>
<ReferenceDocumentItem>2</ReferenceDocumentItem>
<!--<CompanyCode></CompanyCode>-->
<AccountType>D</AccountType>
<APARAccount>1000322</APARAccount>
<FiscalYear>2021</FiscalYear>
<AccountingDocument>1400000069</AccountingDocument>
<AccountingDocumentItem>1</AccountingDocumentItem>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
您好,補充說明如下。
首先,建立兩張DZ: 1400000105、1400000106,主要是想沖銷「暫收款」,而非DR科目,因此使用GLItems。
您說的APARItems,是要結清 客戶發票(DR) 的 應收帳款-庫存現金 時使用的。
透過結清API,如下Payload,確實可以完整1042金額結清:
如下圖,確實可以看到暫收款金額 1042 完整結清了:
從結清總帳科目頁面,確實選不到1400000105、1400000106了,因為已經結清了:
但是根據文件,GLItems中沒有像APARItems一樣,有金額欄位PartialPaymentAmtInDspCrcy可以輸入,因此想問的是,像是這種總帳科目結清,如何做到如同APARItem一樣,可以結清部分金額,例如暫收款金額1042,先結清1000。
User | Count |
---|---|
93 | |
10 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.