Releases: strzibny/invoice_printer
Releases · strzibny/invoice_printer
v2.4.0
2.3.0
2.2.0
New features:
- New
variable_symbol
field - Items' breakdown with the new free-form
breakdown
field - New totals table
- Support for bold ttf fonts
- Displaying a running server version
Fixes:
- Do not draw sublabels for the fields in info box if the main fields don't exist
- Don't fail when provider_lines or purchaser_lines not provided
2.1.0
v2.0.0
New features:
- New modern look & feel
- More flexible buyer/seller boxes
- Server is decoupled to a separate gem
invoice_printer_server
- New bundled fonts in a separate gem
invoice_printer_fonts
- Official Docker image
- Prawn 2.2
Deprecations:
- Old
provider_
andpurchaser_
address fields are replaced withprovider_lines
andpurchaser_lines
for better flexibility.
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Features:
- Invoice/document name and number
- Purchaser and provider boxes with addresses and identificaton numbers
- Payment method box showing banking details including SWIFT and IBAN fields
- Issue/due dates box
- Configurable items' table with item description, quantity, unit, price per unit, tax and item's total amount fields
- Final subtotal/tax/total info box
- Page numbers
- Configurable labels & sublabels (optional little labels)
- Configurable font file
- Logotype (as image scaled to fit 50px of height)
- Background (as image)
- Stamp & signature (as image)
- Note
- Well tested