a.daniello Posted January 28, 2015 Report Posted January 28, 2015 I'ld like a mass export of invoices, anyone can help me? Why? I need give invoices to my tax preparer and a CSV report isn't valid. Until today we do this task selecting, one by one, the invoices but.... is very tedious!!! Any suggestion is very appreciated! Thanks PauloV 1
0 Blesta Addons Posted January 28, 2015 Report Posted January 28, 2015 i need the same feature , i have this MOD in my personnal TODO list . but until i arrive to this mod , i have almost 20 plugins/modules to finish (personnal) , and about 10 plugins/modules for the cummunity in free version . i don't count the payed plugins/modules . but if you want to make a plugin for this , is not to complicated , i have the scenario -/+ how to do it in my mind . 1 - select generated invoice between date xxxx and date xxxx . (here store just the invoices ID in array) 2 - for each invoice run the donwload invoice function , and store it under a custome folder . enjoy PauloV 1
0 a.daniello Posted January 28, 2015 Author Report Posted January 28, 2015 naja7host, what do you think about 1. download all invoices in an archive (eg. a zip file) or 2. download all invoices in only one PDF file (as now is in email with multiple invoices) ?
0 Blesta Addons Posted January 28, 2015 Report Posted January 28, 2015 i preffer get invoice by invoice , if all are zipped in one file is great . but the essiencial is to store them in a ftp folder , not attached all in email .
0 a.daniello Posted January 28, 2015 Author Report Posted January 28, 2015 I too. I hope thai i'll have to develop this MOD. Blesta Addons 1
0 Blesta Addons Posted January 28, 2015 Report Posted January 28, 2015 I too. I hope thai i'll have to develop this MOD. if you will , you can if you ned any help i can help of course . just make the first work,then we can all correct and improuve the code .
0 PauloV Posted January 28, 2015 Report Posted January 28, 2015 +1 for this feature. Its not very hard, like naja7host said We will also need for our accounting and a few extras like: 1º- PDF Final Invoice Exporting (this is in this forum) 2º- SAF-T (Standard Audit File for Tax) - its a XML file standard for exporting all Clients Data + Services Data + Invoices Data in one big XML file for all EU countries for legal accounting More info in here: http://en.wikipedia.org/wiki/SAF-T http://ec.europa.eu/taxation_customs/resources/documents/taxation/tax_fraud_evasion/com_2012_722_en.pdf We are using a report that we build for our own WHMCS and we will port to blesta and release here wen time comes to finally go with blesta live Blesta Addons 1
0 Blesta Addons Posted January 30, 2015 Report Posted January 30, 2015 i want just to give you more info that can help you todo this task . the TCPDF wrapper support saving file to a local folder , so basically you didn't need to code any thing to save the output , what you need is just a code like this Loader::loadComponents($this, array("SettingsCollection", "Upload")); $temp = $this->SettingsCollection->fetchSetting(null, Configure::get("Blesta.company_id"), "uploads_dir"); $upload_path = $temp['value'] . Configure::get("Blesta.company_id") . DS . "pdf_files" . DS; // Create the upload path if it doesn't already exist $this->Upload->createUploadPath($upload_path, 0777); $this->pdf->Output($upload_path . $name . "." . $this->getFileExtension($this->mime_type), 'F');this code will save the files to the upload folder inside the c ompany folder , in pdf_files folder .you can customise more to add a subfolder fot the dates of the generated invoice . Michael and a.daniello 2
0 a.daniello Posted January 30, 2015 Author Report Posted January 30, 2015 Many thanks, naja7host. Now all i need is... time!
0 Blesta Addons Posted January 30, 2015 Report Posted January 30, 2015 Now all i need is... time! The "TIME" is the only obstacle i have in my life
0 WebHostCentral UK - Dean Posted February 11, 2015 Report Posted February 11, 2015 This would be very useful for income purpose... We export all invoices in 1 PDF for the tax man... This is one thing i miss from WHMCS. Any updates?
0 Michael Posted November 7, 2015 Report Posted November 7, 2015 Is this useful feature released yet? Not yet, and I don't think there's a feature request for it to get the votes and maybe a CORE number.
0 Paul Posted November 9, 2015 Report Posted November 9, 2015 You want a single PDF of all invoices in a given date range? How many invoices are you anticipating being generated? Would a CSV report work instead?
0 activa Posted November 13, 2015 Report Posted November 13, 2015 You want a single PDF of all invoices in a given date range? How many invoices are you anticipating being generated? Would a CSV report work instead? from our case , we need a separated invoice ; every invoice ina pdf file ...
Question
a.daniello
14 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now