blob: 030639e4693a7dc77b5bc49d4b1b1efead77eba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%p
= transaction.id
Type:
= transaction.type
Amount:
= number_to_currency(transaction.amount)
Status:
= transaction.status
Date
= transaction.created_at.strftime("%Y-%m-%d")
- if sub_start = transaction.subscription_details.billing_period_start_date
From subscription which started
= sub_start
- else
Not paid as part of subscription
|