Open Joshfindit opened 2 years ago
Thanks for reporting this @Joshfindit. That's an interesting idea and shouldn't be too hard to implement. I also like the template idea. To make editing a little easier maybe we could agree on a set of format specifiers such as
%i Invoice number
%d Invoice Date
%a Total amount (in charged currency)
%s Charged currency code
...
That way for your case the template would be
Aliexpress-invoice-%d-%n-%a-%s.pdf
What do you think?
The current format is nicely informative, but we would like to change it by adding:
Example:
We'd be open to any sort of templating format such as passing the JS template string directly in to `background.js'