"Invoice mass pdf export" is a module, which exports your invoices between selected dates in pdf files. It's different to the mass pdf export from WHMCS itself, because the module exports one pdf file each invoice.
The best place to start if you need help with a specific product is to contact the developer. All WHMCS Marketplace developers have both a website and support URL listed.
1.0.0. Create Plugin
Easily accept Bitcoin, Tether, Ethereum and many other crypto payments on your WHMCS website
As WHMCS does provide tax rules options where you can configure your GST tax but we have some extra features in our module that makes it stand out and necessary to use.
A handling fee are the costs that business owners incur when processing payments from customers.
Introduce discounts applicable to orders of specified products combinations or quantities.
Snowhammer @snowhammer8700
Outdated listing. The download link is not working, website does not answer. Wayback machine tells that it's down at least since Febr.2023.
Shaun Murray @shaun1065
There's a bug in the date selection where the code mixes up months and days in the range. eg. it thinks 06/10/2022 is 10th June.
This is fixable by using Carbon::createFromFormat('d/m/Y',$v)->toDateString(); instead of Carbon::parse($v)->toDateString(); in lib/admin/Controller.php
There may be other presumptions about date formats in the code. I changed a few to get UK style (d/m/y) date formats and english language strings.
The other issue is that depending on your server and volume of invoices, your server may time out generating all those invoices and there is no indication it's doing anything until you get that timeout error.
Other than these issues this worked fine for me with WHMCS 8.1.
Alexander Tovey @alexander5208
Does not work with version 8
Sina Shiri @sina1286
does your module support whmcs v7.10.2 ?!
becuase you don't mention v7.10.2.
thank you
MAPPUS Sébastien @mappus5804
Perfect, big thanks