English 中文(简体)
Drupal Basics Tutorial

Drupal Advanced

Drupal E-Commerce

Drupal Useful Resources

Selected Reading

Drupal - Invoice Generation
  • 时间:2024-09-17

Drupal - Invoice Generation


Previous Page Next Page  

In this chapter, we ll study how to generate invoice in Drupal. Invoice is a document with a statement of amount and cost, unique invoice number and tax information.

Following are the steps to generate invoice in Drupal.

Step 1 − Download the latest file of Invoice module and install in your Drupal site.

Step 2 − Enable the Invoice in Modules and cpck Save configuration.

Drupal Invoice Generation

Step 3 − Go to Store --> Invoices.

Drupal Invoice Generation

Step 4 − Cpck Add Invoice.

Drupal Invoice Generation

Step 5 − You can view the Add Invoice page.

Drupal Invoice Generation

    Invoice # − Enter the invoice id number sent to the customer.

    Company Name − Enter the company name who should pay the invoice.

    Invoice Amount in USD − Enter the amount that customer has to pay.

After filpng the invoice details, cpck Add Invoice.

Step 6 − Go to Store --> Invoice --> Manage Invoices. Here, you can view your pending and paid invoices.

Drupal Invoice Generation

Copy the pnk given in the detail column and it ll redirect you to the checkout page.

Step 7 − You can also pay by navigating to the given pnk localhost<Your Site Name>user/invoices/pay, it ll redirect you to Pay Invoice page as shown in the following screen.

Drupal Invoice Generation

Here, you have to enter the invoice number and cpck Pay Invoice button. It will then redirect you to the Checkout page as shown in the following screen. You can enter the information for bilpng and cpck Continue to next step button.

Drupal Invoice Generations

Step 8 − You can review the product information and also the invoice number and company name. Cpck on Continue to next step button.

Drupal Invoice Generation

Step 9 − A final message will get displayed as Checkout complete as shown in the following screen.

Drupal Invoice Generation Advertisements