You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Journal, the debit/credit columns are summed and their values displayed both on the transaction headers and the footer of the grid. We should also sum the debit (source) and credit (source) columns, but only render there values on the transaction header where it makes sense.
To do this, you will likely have to hide the grid footer column's value. This is easy - just set the footer template to some empty HTML, like <i></i>. Other than that, it should be the same as the regular debit/credit columns.
The text was updated successfully, but these errors were encountered:
In the Journal, the debit/credit columns are summed and their values displayed both on the transaction headers and the footer of the grid. We should also sum the debit (source) and credit (source) columns, but only render there values on the transaction header where it makes sense.
To do this, you will likely have to hide the grid footer column's value. This is easy - just set the footer template to some empty HTML, like
<i></i>
. Other than that, it should be the same as the regular debit/credit columns.The text was updated successfully, but these errors were encountered: