Hi,
These are the entries showing in the gl_map when doing the debug on the particular transaction. Only 1 GL entry is showing but it has both debit and credit amount.
Before process_gl_map
[{u’account_currency’:
u’INR’, u’account’: u’Stock Received But Not Billed’,
u’party_type’: None, u’company’: u’Coir’, u’is_opening’: u’No’,
u’fiscal_year’: u’2016-2017’, u’against’: u’Meenakshipuram’,
u’debit_in_account_currency’: 222772.0, u’credit’: 222772.0,
u’voucher_type’: u’Purchase Receipt’, u’debit’: 222772.0, u’remarks’:
u’Accounting Entry for Stock’, u’party’: None, u’voucher_no’:
u’PREC-00184’, u’credit_in_account_currency’: 222772.0, u’cost_center’:
u’Main’, u’posting_date’: datetime.date(2016, 5, 26)}]
After process_gl_map
[{u’account_currency’:
u’INR’, u’account’: u’Stock Received But Not Billed,
u’party_type’: None, u’company’: u’Coir’, u’is_opening’: u’No’,
u’fiscal_year’: u’2016-2017’, u’against’: u’Meenakshipuram’,
u’debit_in_account_currency’: 222772.0, u’credit’: 222772.0,
u’voucher_type’: u’Purchase Receipt’, u’debit’: 222772.0, u’remarks’:
u’Accounting Entry for Stock’, u’party’: None, u’voucher_no’:
u’PREC-00184’, u’credit_in_account_currency’: 222772.0, u’cost_center’:
u’Main’, u’posting_date’: datetime.date(2016, 5, 26)}]