AR Invoice: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
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;