Finding the Invoice Date Range
I want to customize my Invoice and e-mail messages to show the date range of the existing Invoice. For example, I want an e-mail subject line to read something like this:
Invoice 123456: 12/01/2014 - 12/15/2014
I can do the first part like this:
Invoice {{ invoice.invoice_number }}
So how do I find the dates? Can I use the {{ invoice.line_items }} collection in this way? My tests have not been very promising, so I assume I am doing something wrong.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Seth B on Dec 17, 2014 @ 04:22 AM
Not possible for the subject.
The dates you have access to are the ones directly on the invoice. For instance, creation date and due date.
2 Posted by Erik France on Dec 17, 2014 @ 05:15 AM
Seth, I appreciate the help. I was hoping to do a few things that, evidently, are outside the limits so far. Thanks for the information.