পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Thursday, February 16, 2017

Drupal - Invoice Generation

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): Next, enable the Invoice in Modules and click on Save configuration.
Drupal Invoice Generation Step (3): Next, go to Store --> Invoices.
Drupal Invoice Generation Step (4): Click on Add Invoice.
Drupal Invoice Generation Step (5): Next, 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 filling the invoice details, click on Add Invoice.
Step (6): Go to Store --> Invoice --> Manage Invoices, here, you can view your pending and paid invoices.
Drupal Invoice Generation Copy the link given in the detail column and it'll redirect you to the checkout page.
Step (7):Next, you can also pay it by navigating to the given link localhost<Your Site Name>user/invoices/pay, it'll redirect you to Pay Invoice page as shown below.
Drupal Invoice Generation Here, you have to enter you invoice number and click on Pay Invoice button then it will redirect you to Checkout page as shown below. Here, you can enter the information for billing and click on Continue to next step button.
Drupal Invoice Generations Step (8): Next, you can review the product information and also the invoice number and company name. click on Continue to next step button.
Drupal Invoice Generation Step (9): Next, a message will get displayed as Checkout complete as shown below.
Drupal Invoice Generation

No comments:

Post a Comment