transactions.rb

 1result!
 2title "Transactions"
 3
 4table(
 5	@transactions,
 6	formatted_amount: "Amount",
 7	note: "Note",
 8	created_at: {
 9		label: "Date",
10		datatype: "xs:dateTime"
11	}
12)