Is there any easy way to create a transaction save...
# general
b
Is there any easy way to create a transaction saved search to export similar to statement data please? But it should includes Customer Deposit. As a default it doesn't contain that Customer Deposit
m
Yes create a transaction saved search with Posting = T and Account = Accounts Receivable
Also make sure the Billing Status status is set to Open (unless you'd like to include closed transactions)
You can use this article to create a "running balance" column
I've never attempted the running balance but I know people have been successful with it
b
Thank you @MGBC what about these columns?
can we do that in one saved search?
not Open Transaction only
m
Yes you would use formulas like CASE WHEN {today} - {duedate} > 0 AND {today} - {duedate} < 30 THEN {amount} END. Then give that a column label of 1 - 30
Repeat that formula for 30 - 60, 60 - 90, etc
b
Thank you @MGBC
m
Also if you click this button (and you are familiar with FreeMarker and HTML) you can turn your saved search into a nice printable PDF
message has been deleted
b
Thank you
m
👍
l
@MGBC how is this being sent to the customers? Do we need to build something custom because we can't use anymore the standard Customer Statement pages? Thank you.
m
You can use the print button on the saved search to export it as a PDF. You can also add a link (in an inline HTML field) to the saved search and all the parameter &pdf=T to the end of the URL and it will load the search as a PDF
It can't be used to print/email automatically with any functions unless us script it to do that
l
Got it. Thank you