Project page
https://www.drupal.org/project/uc_pdf_invoice_mail
Version: 7.x-1.3
GIT
git clone --branch 7.x-1.x https://git.drupal.org/project/uc_pdf_invoice_mail.git
cd uc_pdf_invoice_mail
-- INTRODUCTION --
This module generates PDF Invoice of order and sends PDF as an
attachment to customer.
-- REQUIREMENTS --
* DOMPDF 0.8.x Library or higher: https://github.com/dompdf/dompdf/releases
* Ubercart
* libraries
-- INSTALLATION --
* Download the latest release of this module.
* Upload the 'uc_pdf_invoice_mail' folder into your module directory and
activate the modules.
* Upload dompdf library (https://github.com/dompdf/dompdf/releases)
into the libraries folder so that it looks like
'sites/all/libraries/dompdf/autoload.inc.php'
* Enable the Ubercart PDF Invoice Mail module under 'Ubercart - extra'
in the Drupal module administration page.
* Thats it!. Now invoice attachment will get sent along with invoice mail.
Manual Testing of other projects
- https://www.drupal.org/node/2918159#comment-12337076
- https://www.drupal.org/node/2915501#comment-12337049
- https://www.drupal.org/node/2882993#comment-12336630
Comments
Comment #2
gaurav_manerkar commentedComment #3
gaurav_manerkar commentedComment #4
gaurav_manerkar commentedComment #5
PA robot commentedProject 1: https://www.drupal.org/node/2922433
Project 2: https://www.drupal.org/node/2922366
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #6
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #7
gaurav_manerkar commentedComment #8
gaurav_manerkar commentedManual Testing of other projects
- https://www.drupal.org/node/2918159#comment-12337076
- https://www.drupal.org/node/2915501#comment-12337049
- https://www.drupal.org/node/2882993#comment-12336630
Comment #9
gaurav_manerkar commentedComment #10
joshua1234511Went through the code
I would suggest having a composer file to load the DOMPDF
as i issues getting the setup to run properly. Version issue with the exiting package I had on my system.
5.3 Ensure the code contains a well-balanced amount of inline-comments.
Functions Definitions missing/less try adding a few more
Has Passed the test
https://pareview.sh/node/2957
Comment #11
gaurav_manerkar commentedComment #12
gaurav_manerkar commentedThanks @joshua1234511. I will work on suggestions you mentioned.
Comment #13
gaurav_manerkar commentedComment #14
gaurav_manerkar commentedComment #15
gaurav_manerkar commented@joshua1234511
I have implemented hooks_requirements so solve dompdf version issue
please uninstall older version of this module and reinstall this module
Functions definitions are added. please review
Comment #16
gaurav_manerkar commentedComment #17
joshua1234511Tested Code
https://pareview.sh/node/2957
Working as expected, functions definitions also added.
Comment #18
joshua1234511Comment #19
gaurav_manerkar commentedComment #20
PA robot commentedProject 1: https://www.drupal.org/node/2922433
Project 2: https://www.drupal.org/node/2922366
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #21
gaurav_manerkar commentedplease review
Comment #22
gaurav_manerkar commentedComment #23
gaurav_manerkar commentedComment #24
sleitner commentedYou should add a composer.json file to automate library installation in Drupal 8 (and minimize installation errors) and you could test it on https://simplytest.me/
Deprendencies for Drupal 8 are wrong, the format is {module}:{submodule}
Comment #25
avpadernoIf you are still working on this application, you should fix all known problems and set the status to Needs review. (See also the project application workflow.)
Please don't change status of this application if you aren't sure you have time to dedicate to this application, or it will be closed again as won't fix.
I am closing this application due to lack of activity.
Comment #26
gaurav_manerkar commentedClosing this
Comment #27
avpaderno