AR Invoice: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 8:
 
<br />
==References of AutoCount Accounting version 1.8, 1.9==
{{BaseReferenceAC18}}
'''BCE.AutoCount.ARAP.dll'''
Line 32:
doc.SalesAgent = source.SalesPerson;
doc.JournalType = source.JournalType;
 
//Set whether to apply rounding method of either by Document or by Each Line,
//this may affect different result in GST Calculation due to decimal point rounding.
doc.RoundingMethod = source.RoundMethod;
 
//Document Level Inclusive Tax
doc.InclusiveTax = source.Inclusive;
Line 119 ⟶ 121:
</syntaxhighlight>
 
{{SeeAlsoAPIAccount}}
{{SeeAlsoAccount}}
 
[[Category:Programmer]]
[[Category:API]]