Plugin Directory

Changeset 3438629


Ignore:
Timestamp:
01/13/2026 01:06:50 PM (2 months ago)
Author:
iflairwebtechnologies
Message:

Updated reame.txt file and added logo

Location:
individual-item-description-and-price-for-wp-invoices
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • individual-item-description-and-price-for-wp-invoices/tags/1.1.0/README.txt

    r3240438 r3438629  
    1 === Individual item description and price for WP Invoices ===
     1=== Individual Item Description and Price for WP Invoices ===
    22Contributors: iflairwebtechnologies
    3 Donate link: https://www.iflair.in
    4 Tags: Wp Invoicing, Plugins, Price, Invoice, wp invoice
     3Donate link: https://www.iflair.com/
     4Tags: wp invoicing, wp invoice, invoice, price, description, add-on
    55Requires at least: 4.7
    6 Tested up to: 6.7
     6Tested up to: 6.9
    77Requires PHP: 5.6
    88Stable tag: 1.1.0
    99License: GPLv2 or later
     10License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11
     12Add individual item descriptions and prices per invoice in WP Invoices with rich text support and PDF/email compatibility.
    1013
    1114== Description ==
    1215
    13 It's stable add-on plugin provide option for WPinvoice to change individual item description and price, it's great add on feature who using wp invoices plugin to add description and price and it's helps to your account.
     16This is a stable add-on plugin for **WP-Invoice** that allows you to change **item descriptions and prices individually per invoice or quote**.
    1417
     18It is especially useful when you want to customize item details for a specific invoice **without modifying the predefined product data**.
     19
     20The plugin adds a Rich Text editor for item descriptions and ensures that customized descriptions and prices are displayed correctly in HTML invoices, PDF invoices, and email notifications.
     21
     22Video Demo: 
    1523https://vimeo.com/380875997
    1624
    1725= Features =
    1826
    19 * The Plugin can be installed and activated without PHP notices, warnings or errors
    20 * Item now has a new field "Description" which is a RichText editor (minimum: bold, italic, ul, li, link)
    21 * Item can be added to invoice and quote and have
    22   - all the default fields of an item
    23   - a field "Individual Description" which is prefilled from the existing Item
    24 * The invoice/quote the **individual description** is saved for the particular invoice only.
    25 * The prefilled individual description is not overridden in the predefined product item.
    26 * The prefilled individual price is not overridden in the predefined product item.
    27 * The individual description and price is shown in whenever necessary (html template, pdf).
    28 * [WPML](https://wpml.org/) Compatibility and translatable plugin
    29 * Loco translatable plugin
     27* Install and activate without PHP notices, warnings, or errors
     28* Adds a new **Description** field with Rich Text editor support:
     29  - Bold
     30  - Italic
     31  - Lists
     32  - Links
     33* Items added to invoices and quotes include:
     34  - All default WP-Invoice item fields
     35  - An **Individual Description** field prefilled from the product item
     36* Individual descriptions and prices are saved **per invoice/quote only**
     37* Predefined product descriptions and prices remain unchanged
     38* Individual descriptions and prices appear correctly in:
     39  - HTML invoice templates
     40  - PDF invoices
     41  - Email invoices
     42* WPML compatible and translatable
     43* Loco Translate compatible
    3044
    3145== Installation ==
    3246
    33 1. Upload all the files into your wp-content/plugins directory, be sure to put them into a folder called "wp-invoice-add-on"
    34 2. Activate the plugin at the plugin administration page
    35 3. Follow set-up steps on main Invoice page
     471. Upload all files to the `/wp-content/plugins/` directory in a folder named `wp-invoice-add-on`
     482. Activate the plugin through the **Plugins** menu in WordPress
     493. Create or edit an invoice/quote and add item-level descriptions and prices
    3650
    3751== Frequently Asked Questions ==
    3852
    39 [Individual item description and price for WP Invoices Plugin if any question contact us](https://www.iflair.com/contact.htm)
     53= Does this plugin require WP-Invoice to be installed? =
     54
     55Yes. This is an add-on plugin and requires the **WP-Invoice** plugin to be installed and activated.
     56
     57= Will changing an item description affect the original product? =
     58
     59No. Individual descriptions and prices are saved **only for the specific invoice or quote**. 
     60The original product data remains unchanged.
     61
     62= Can I set different prices for the same item on different invoices? =
     63
     64Yes. You can customize the price per item on each invoice without affecting other invoices.
     65
     66= Are individual descriptions visible in PDF and email invoices? =
     67
     68Yes. Customized item descriptions and prices are displayed in **HTML, PDF, and email invoices**.
     69
     70= Does the plugin support multiple languages? =
     71
     72Yes. The plugin is **WPML compatible** and also supports **Loco Translate** for easy translations.
     73
     74= Is this plugin compatible with the latest WordPress version? =
     75
     76Yes. The plugin is tested up to **WordPress 6.9**.
     77
     78= Where can I get support? =
     79
     80If you have questions or need help, please contact us here: 
     81https://www.iflair.com/contact.htm
    4082
    4183== Screenshots ==
    4284
    43 1. Add can add individual description and prices in invoice item
    44 2. Individual description and prices in pdf inovoice
    45 3. Individual description and prices in email inovoice
     851. Add individual descriptions and prices to invoice items
     862. Individual descriptions and prices displayed in PDF invoices
     873. Individual descriptions and prices displayed in email invoices
    4688
    4789== Upgrade Notice ==
    4890
     91= Version 1.1.0 =
     92* Fixed plugin translation issues for other languages
     93
     94== Changelog ==
     95
     96= Version 1.1.0 =
     97* Fixed: Plugin not translating into other languages
     98
    4999= Version 1.0.1 =
    50 * New features.
    51 
    52 == Change Log ==
     100* Added new features
    53101
    54102= Version 1.0.0 =
    55 * PDF and Email Issue Fixed
    56 
    57 = Version 1.1.0 =
    58 * Fixed : Plugin not translate in other langauge.
     103* Fixed PDF and email issues
  • individual-item-description-and-price-for-wp-invoices/tags/1.1.0/wpinvoices_itemdescription.php

    r3240438 r3438629  
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.0.0' );
     38define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.1.0' );
    3939
    4040/**
  • individual-item-description-and-price-for-wp-invoices/trunk/README.txt

    r3240437 r3438629  
    1 === Individual item description and price for WP Invoices ===
     1=== Individual Item Description and Price for WP Invoices ===
    22Contributors: iflairwebtechnologies
    3 Donate link: https://www.iflair.in
    4 Tags: Wp Invoicing, Plugins, Price, Invoice, wp invoice
     3Donate link: https://www.iflair.com/
     4Tags: wp invoicing, wp invoice, invoice, price, description, add-on
    55Requires at least: 4.7
    6 Tested up to: 6.7
     6Tested up to: 6.9
    77Requires PHP: 5.6
    88Stable tag: 1.1.0
    99License: GPLv2 or later
     10License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11
     12Add individual item descriptions and prices per invoice in WP Invoices with rich text support and PDF/email compatibility.
    1013
    1114== Description ==
    1215
    13 It's stable add-on plugin provide option for WPinvoice to change individual item description and price, it's great add on feature who using wp invoices plugin to add description and price and it's helps to your account.
     16This is a stable add-on plugin for **WP-Invoice** that allows you to change **item descriptions and prices individually per invoice or quote**.
    1417
     18It is especially useful when you want to customize item details for a specific invoice **without modifying the predefined product data**.
     19
     20The plugin adds a Rich Text editor for item descriptions and ensures that customized descriptions and prices are displayed correctly in HTML invoices, PDF invoices, and email notifications.
     21
     22Video Demo: 
    1523https://vimeo.com/380875997
    1624
    1725= Features =
    1826
    19 * The Plugin can be installed and activated without PHP notices, warnings or errors
    20 * Item now has a new field "Description" which is a RichText editor (minimum: bold, italic, ul, li, link)
    21 * Item can be added to invoice and quote and have
    22   - all the default fields of an item
    23   - a field "Individual Description" which is prefilled from the existing Item
    24 * The invoice/quote the **individual description** is saved for the particular invoice only.
    25 * The prefilled individual description is not overridden in the predefined product item.
    26 * The prefilled individual price is not overridden in the predefined product item.
    27 * The individual description and price is shown in whenever necessary (html template, pdf).
    28 * [WPML](https://wpml.org/) Compatibility and translatable plugin
    29 * Loco translatable plugin
     27* Install and activate without PHP notices, warnings, or errors
     28* Adds a new **Description** field with Rich Text editor support:
     29  - Bold
     30  - Italic
     31  - Lists
     32  - Links
     33* Items added to invoices and quotes include:
     34  - All default WP-Invoice item fields
     35  - An **Individual Description** field prefilled from the product item
     36* Individual descriptions and prices are saved **per invoice/quote only**
     37* Predefined product descriptions and prices remain unchanged
     38* Individual descriptions and prices appear correctly in:
     39  - HTML invoice templates
     40  - PDF invoices
     41  - Email invoices
     42* WPML compatible and translatable
     43* Loco Translate compatible
    3044
    3145== Installation ==
    3246
    33 1. Upload all the files into your wp-content/plugins directory, be sure to put them into a folder called "wp-invoice-add-on"
    34 2. Activate the plugin at the plugin administration page
    35 3. Follow set-up steps on main Invoice page
     471. Upload all files to the `/wp-content/plugins/` directory in a folder named `wp-invoice-add-on`
     482. Activate the plugin through the **Plugins** menu in WordPress
     493. Create or edit an invoice/quote and add item-level descriptions and prices
    3650
    3751== Frequently Asked Questions ==
    3852
    39 [Individual item description and price for WP Invoices Plugin if any question contact us](https://www.iflair.com/contact.htm)
     53= Does this plugin require WP-Invoice to be installed? =
     54
     55Yes. This is an add-on plugin and requires the **WP-Invoice** plugin to be installed and activated.
     56
     57= Will changing an item description affect the original product? =
     58
     59No. Individual descriptions and prices are saved **only for the specific invoice or quote**. 
     60The original product data remains unchanged.
     61
     62= Can I set different prices for the same item on different invoices? =
     63
     64Yes. You can customize the price per item on each invoice without affecting other invoices.
     65
     66= Are individual descriptions visible in PDF and email invoices? =
     67
     68Yes. Customized item descriptions and prices are displayed in **HTML, PDF, and email invoices**.
     69
     70= Does the plugin support multiple languages? =
     71
     72Yes. The plugin is **WPML compatible** and also supports **Loco Translate** for easy translations.
     73
     74= Is this plugin compatible with the latest WordPress version? =
     75
     76Yes. The plugin is tested up to **WordPress 6.9**.
     77
     78= Where can I get support? =
     79
     80If you have questions or need help, please contact us here: 
     81https://www.iflair.com/contact.htm
    4082
    4183== Screenshots ==
    4284
    43 1. Add can add individual description and prices in invoice item
    44 2. Individual description and prices in pdf inovoice
    45 3. Individual description and prices in email inovoice
     851. Add individual descriptions and prices to invoice items
     862. Individual descriptions and prices displayed in PDF invoices
     873. Individual descriptions and prices displayed in email invoices
    4688
    4789== Upgrade Notice ==
    4890
     91= Version 1.1.0 =
     92* Fixed plugin translation issues for other languages
     93
     94== Changelog ==
     95
     96= Version 1.1.0 =
     97* Fixed: Plugin not translating into other languages
     98
    4999= Version 1.0.1 =
    50 * New features.
    51 
    52 == Change Log ==
     100* Added new features
    53101
    54102= Version 1.0.0 =
    55 * PDF and Email Issue Fixed
    56 
    57 = Version 1.1.0 =
    58 * Fixed : Plugin not translate in other langauge.
     103* Fixed PDF and email issues
  • individual-item-description-and-price-for-wp-invoices/trunk/wpinvoices_itemdescription.php

    r3240437 r3438629  
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.0.0' );
     38define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.1.0' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.