- Drupal - Announcements
- Drupal - Site Upgrade
- Drupal - Site Backup
- Drupal - Optimization
- Drupal - User Management
- Drupal - Comments
- Drupal - Taxonomies
- Drupal - Menu Management
- Drupal - Publish Content
- Drupal - Delete Content
- Drupal - Modify Content
- Drupal - Create Content
- Drupal - Create Pages
- Drupal - Create Articles
- Drupal - Create Blog
- Drupal - Static Pages
- Drupal - Front Page
- Drupal - Themes & Layouts
- Drupal - Blocks & Regions
- Drupal - Main Menu
- Drupal - Architecture
- Drupal - Installation
- Drupal - Overview
- Drupal - Home
Drupal Advanced
- Drupal - Site Security
- Drupal - Poll Module
- Drupal - Form Module
- Drupal - Contact Module
- Drupal - Aggregator Module
- Drupal - Book Module
- Drupal - Pane Module
- Drupal - Default Modules
- Drupal - Extensions
- Drupal - Internationalization
- Drupal - Social Networking
- Drupal - Triggers & Actions
- Drupal - Multilingual Content
- Drupal - Error Handling
- Drupal - Site Search
- Drupal - URL Alias
Drupal E-Commerce
- Drupal - Order History
- Drupal - Email Notifications
- Drupal - Invoice Generation
- Drupal - Setup Payments
- Drupal - Setup Shipping
- Drupal - Receive Donations
- Drupal - Setup Discounts
- Drupal - Setup Taxes
- Drupal - Create Categories
- Drupal - Create Products
- Drupal - Setup Shopping Cart
Drupal Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
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
module and install in your Drupal site.Step 2 − Enable the Invoice in Modules and cpck Save configuration.
Step 3 − Go to Store --> Invoices.
Step 4 − Cpck Add Invoice.
Step 5 − You can view the Add Invoice page.
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.
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.
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.
Step 8 − You can review the product information and also the invoice number and company name. Cpck on Continue to next step button.
Step 9 − A final message will get displayed as Checkout complete as shown in the following screen.
Advertisements