=== Inventory Tracker for WooCommerce ===
Contributors: samiur6688
Tags: woocommerce, inventory, stock, product notes, admin tools
Requires at least: 5.6
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Easily track WooCommerce product stock and add custom notes from the WordPress dashboard.

== Description ==
**Inventory Tracker for WooCommerce** is a plugin designed to help users efficiently track WooCommerce product stock. It provides a dedicated interface within the WordPress dashboard, showing a table of all products with:

- **Product Name**
- **Current Stock Quantity**
- **Custom Side Note** (editable per product, stored as product meta)

The plugin allows users to quickly view and update stock-related notes without opening each product individually. It’s intended for internal use within the WordPress dashboard, helping users manage inventory, plan restocks, and record product-specific information.

**Features:**
- Displays all products with stock quantities in one place.
- Adds a custom side note field for each product.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/inventory-tracker-for-woocommerce` directory, or install the plugin through the WordPress Plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Access the **Inventory Tracker** menu in your WordPress dashboard and go to the **Inventory Page** submenu to view stock and manage side notes if needed.

== Frequently Asked Questions ==

= Does this affect the frontend? =  
No, this plugin is intended for use in the WordPress dashboard only.

= Where are the notes stored? =  
The notes are stored as product meta, linked to each WooCommerce product.

= Does this work for all product types? =  
Yes, it supports all standard WooCommerce product types.

== Screenshots ==

1. Example of output

== Changelog ==
= 1.0 =
* Initial release.

= 1.0.1 =
* Updated "Tested up to" version.
* Improved coding standards compliance.
* Updated language file name.