firegento-pdf icon indicating copy to clipboard operation
firegento-pdf copied to clipboard

Generates nicer and configurable PDF for invoices, creditmemos and shippings in Magento

Results 21 firegento-pdf issues
Sort by recently updated
recently updated
newest added

Hi there, I have an issue with my pdf invoices, that you can maybe help me with. I don't know if this has been asked before, at least I didn't...

I am trying to include the zipped invoice feature (https://github.com/firegento/firegento-pdf/pull/244/files) into the latest development branch and although I am seeing the setting in the invoice configuration and have set this...

First of all i would like to say thank you for this great extension and we are very satisfied with it. For orders with a lot of items it would...

At the moment you can get all PDFs which are checked in the invoice view (or wherever) as a long PDF. I would like to implement an alternative: get single...

feature

Thanks @nige-one

Currently the packing list is translated as "Shipment". I am referring to line 483 in Abstract.php } elseif ($mode == 'shipment') { $title = 'Shipment'; } else {

enhancement

Hi there, i found a lot of suggestions like changing the namen in the CSV, but nothing helped. Where can i change "Steuer:" on my PDF Invoice? regards Helle

invalid
question
documentation

Hi, I am having trouble with translating the tax (USt.) part in my invoice. I followed this discussion https://github.com/firegento/firegento-pdf/issues/261 and translated Tax in the app/design/adminhtml/default/myadmintheme/locale/de_DE/translate.csv file, it works however the...

question
documentation

We should add example pdfs for invoice, creditmemo and shipping. We should add examples for one and two currencies, custom options, config, bundle, grouped and simple products. - [ ]...

documentation

example: \FireGento_Pdf_Model_Engine_Abstract::insertHeader() if ($this->getMode() == 'invoice') { $title = 'Invoice'; } elseif ($this->getMode() == 'shipment') { $title = 'Packingslip'; } else { $title = 'Creditmemo'; }

refactor