AR Deposit v2: Difference between revisions

no edit summary
(Created page with "===Rules in AR Deposit=== # DepositPaymentMethod must be a payment method that is link to an Account that is created as type of "Deposit" Account. ===Assemblies version 1.8==...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
===Rules in AR Deposit===
# DepositPaymentMethod must be a payment method that is link to an Account that is created as type of "Deposit" Account.
 
===Assemblies version 12.8=0==
{{BaseReferenceAC20}}
{{BaseReferenceAC18}}
'''BCE.AutoCount.ARAP.dll'''
<br /><br />
==Sample with data model==
===Create new AR Deposit===
<syntaxhighlight lang="csharp">
Line 93 ⟶ 94:
new AutoCount.XtraUtils.LookupEditBuilder.DepositPaymentMethodLookupEditBuilder();
 
//The return table contains of 3 columns: (1) PaymentMethod, (2) BankAccount, (3) CurrencyCode (in version 1.8.28.184)
return depositBuilder.BuildDataTable(userSession);
}
Line 142 ⟶ 143:
 
<br /><br />
{{SeeAlsoAPIAccount}}
==See Also==
* [[AR Debtor v2]]
* [[AR Invoice v2]]
* [[AR Received Payment v2]]
* [[AR Debit Note v2]]
* [[AR Credit Note v2]]
* [[AR Refund v2]]
* [[AR Deposit v2]]
* [[AR Deposit - Create New or Update with Refund & Forfeit v2]]
 
[[Category:Programmer]]