Syntax to know which user handled the accounts transaction Documnet (Custom Report Tag)

i have this Petty Cash Account which has the following

{DOCUMENT DATE} {DOCUMENT TIME}
[TRANSACTIONS]

Amount: {AMOUNT}

Remarks:

{DESCRIPTION}

i want to buid a custom report which shows the user who did the transaction?

This is what i have try and failed:

[Cash Out:4,4,3,3,:0]
Date & Time|Remarks|Amount|User

{ACCOUNT TRANSACTION DETAILS:Petty Cash OUT:Cash}|{REPORT TICKET DETAILS:T.User}

Total|{ACCOUNT TRANSACTION TOTAL:Petty Cash OUT:Cash}

Unfortunately we don’t store user info with account transactions.

ok so i hope in future it is because how will be know who did the transaction if the accounts dont balance

There are some magic things you can do to record this yourself. Its rather complex though. It involves using Entities as your Accounts with custom fields etc.

1 Like

oh ok will try some other time