← Back to Invoices

Invoice {{ if .InvoiceNumber }} {{ .InvoiceNumber }} {{ else }} {{ end }}

{{ if .OrgName }} {{ .OrgName }} · {{ else if .OrgID }} {{ .OrgID }} · {{ end }} {{ .InvoiceID }}

{{ if .StripeInvoiceNumber }}

Stripe invoice {{ .StripeInvoiceNumber }}

{{ end }}
{{ if .Overdue }} Overdue {{ else }} {{ .Status }} {{ end }}

Amount due

{{ .AmountDue }}

Amount paid

{{ .AmountPaid }}

Due date

{{ if .DueDate }}{{ .DueDate }}{{ else }}{{ end }}

Paid date

{{ if .PaidAt }}{{ .PaidAt }}{{ else }}{{ end }}

Period: {{ .Period }} · Currency: {{ .Currency }}

Stripe Sync: {{ if eq .StripeSyncStatus "synced" }} Synced {{ else if eq .StripeSyncStatus "pending" }} Pending {{ else if eq .StripeSyncStatus "not_mapped" }} Not Mapped {{ else }} {{ .StripeSyncStatus }} {{ end }} {{ if .StripeURL }} View in Stripe {{ end }}

Line items

{{ if .Error }} {{ else if eq (len .LineItems) 0 }}

No line items recorded for this invoice.

{{ else }}
{{ range .LineItems }} {{ end }}
Description Quantity Amount Period
{{ if .Description }}{{ .Description }}{{ else }}{{ end }} {{ .Quantity }} {{ .Amount }} {{ .Period }}
{{ end }}