excid3 / receipts

Easy receipts and invoices for your Ruby on Rails applications
MIT License
614 stars 77 forks source link

add statements #13

Closed anquinn closed 3 years ago

anquinn commented 3 years ago

Add a statement option to the gem.

Statements are based off of invoices, but allow for a statement period rather than a due date. A statement also does not require a status. This exposes start_date and end_date attributes in addition to those attributes exposed by invoices.

excid3 commented 3 years ago

I like it!