Useful functions could be:
- currentTransactionDate()
- currentPostingAccount()
- currentTransactionTags() // Low priority
Notes:
- It should be possible to call these functions from other functions.
- The best way to achieve this could be to define a scope for every transaction and define these functions automatically within that scope.