AR Deposit: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
==Technical Specification==
===Rules in AR Deposit===
# DepositPaymentMethod'''Deposit Payment Method''' must be a payment method that is link to an Account that is created as type of "Deposit" Account in '''GL''' | '''Account Maintenance'''.
 
<br />
===Assemblies version 1.8=, 1.9==
{{BaseReferenceAC18}}
'''BCE.AutoCount.ARAP.dll'''
<br /><br />
==Sample with data model==
===Create new AR Deposit===
<syntaxhighlight lang="csharp">
Line 97 ⟶ 99:
</syntaxhighlight>
 
===Classes of Source (data model)===
<syntaxhighlight lang="csharp">
public class ARDepositSource
Line 141 ⟶ 143:
 
===Implementation===
* Deposit without Debtor Code
[[File:ProgrammerNewARDeposit1.PNG|link=]]<br />
* Deposit with Debtor Code
[[File:ProgrammerNewARDeposit2.PNG|link=]]
<syntaxhighlight lang="csharp">
Line 188 ⟶ 192:
</syntaxhighlight>
 
{{SeeAlsoAPIAccount}}
==See Also==
* [[AR Debtor]]
* [[AR Invoice]]
* [[AR Received Payment]]
* [[AR Debit Note]]
* [[AR Credit Note]]
* [[AR Refund]]
* [[AR Deposit]]
* [[AR Deposit - Create New or Update with Refund & Forfeit]]
 
[[Category:Programmer]]
[[Category:API]]