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 several places throughout the codebase the description field is named something else (ie Payee) mostly due to copying other code bases code. This description field ultimately will contain all information about the transactions and should be large enough to contain an extremely detailed and long field.
In addition this is where the second layer of transaction descriptions would occur. So serializing the transaction data and saving as JSON in this description to allow for clients to investigate a general transaction without a human decoding what happened.
The text was updated successfully, but these errors were encountered:
A basic double journal entry is:
In several places throughout the codebase the description field is named something else (ie Payee) mostly due to copying other code bases code. This description field ultimately will contain all information about the transactions and should be large enough to contain an extremely detailed and long field.
In addition this is where the second layer of transaction descriptions would occur. So serializing the transaction data and saving as JSON in this description to allow for clients to investigate a general transaction without a human decoding what happened.
The text was updated successfully, but these errors were encountered: