spree-contrib / spree_print_invoice

Create a PDF invoice for Spree orders.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
91 stars 239 forks source link

Refactor. #63

Closed futhr closed 9 years ago

futhr commented 9 years ago

Refactor for master branch. Re-submitting my (updated) pull request (#47).

Note: need to add more tests for prawn templates, but 0 - 96% coverage I believe is a good start.

futhr commented 9 years ago

print invoice settings

orders side menu Not that right side menu need CSS tweak to crop text or it will look strange for languages like German and Finnish (they have longest words). Also its tooltip should go to left not top.

invoice sample

packagin slip sample

peterberkenbosch commented 9 years ago

Awesome!! <3

JDutil commented 9 years ago

:+1:

futhr commented 9 years ago

@peterberkenbosch or @JDutil You welcome to press merge if you like the update ;). I have cherry-picked the first 6 commits into 2-4-stable branch. The rest is major rework to move this extension forward.

peterberkenbosch commented 9 years ago

Merged! awesome work @futhr !!

futhr commented 9 years ago

Thank you!