Merge branch 'develop' into dev-quality-inspection-accounts

This commit is contained in:
Marica
2021-04-14 19:06:14 +05:30
committed by GitHub
160 changed files with 3172 additions and 1274 deletions

View File

@@ -659,6 +659,7 @@ class AccountsController(TransactionBase):
'dr_or_cr': dr_or_cr,
'unadjusted_amount': flt(d.advance_amount),
'allocated_amount': flt(d.allocated_amount),
'precision': d.precision('advance_amount'),
'exchange_rate': (self.conversion_rate
if self.party_account_currency != self.company_currency else 1),
'grand_total': (self.base_grand_total