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

gauravmanerkar created an issue. See original summary.

gaurav_manerkar’s picture

Issue summary: View changes
gaurav_manerkar’s picture

Issue summary: View changes
gaurav_manerkar’s picture

Title: Ubercart PDF Invoice Mail » [D7] Ubercart PDF Invoice Mail
PA robot’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 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.

PA robot’s picture

We 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.

gaurav_manerkar’s picture

Issue summary: View changes
gaurav_manerkar’s picture

Priority: Major » Normal
Issue tags: +PAreview: review bonus
joshua1234511’s picture

Went 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

gaurav_manerkar’s picture

Priority: Normal » Critical
gaurav_manerkar’s picture

Thanks @joshua1234511. I will work on suggestions you mentioned.

gaurav_manerkar’s picture

Issue tags: +Ubercart, +ecommerce, +mail
gaurav_manerkar’s picture

Issue summary: View changes
gaurav_manerkar’s picture

@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

gaurav_manerkar’s picture

Issue summary: View changes
joshua1234511’s picture

Tested Code
https://pareview.sh/node/2957

Working as expected, functions definitions also added.

joshua1234511’s picture

Status: Needs review » Reviewed & tested by the community
gaurav_manerkar’s picture

Status: Reviewed & tested by the community » Needs review
PA robot’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 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.

gaurav_manerkar’s picture

please review

gaurav_manerkar’s picture

Priority: Critical » Normal
gaurav_manerkar’s picture

Issue summary: View changes
sleitner’s picture

Status: Needs review » Needs work

You 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}

dependencies:
  - ubercart:ubercart
  - ubercart:uc_order
  - ubercart:uc_product
  - ubercart:uc_cart
  - ubercart:uc_store
avpaderno’s picture

Status: Needs work » Closed (won't fix)
Issue tags: -Ubercart, -ecommerce, -mail

If 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.

gaurav_manerkar’s picture

Status: Closed (won't fix) » Closed (duplicate)

Closing this

avpaderno’s picture