Changeset 2868143
- Timestamp:
- 02/20/2023 11:57:26 AM (3 years ago)
- Location:
- woocommerce-mis-report/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
woocommerce_ic_mis_report.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mis-report/trunk/readme.txt
r2722746 r2868143 1 1 === WooCommerce Sales MIS Report === 2 3 2 Contributors: infosoftplugin 4 3 Plugin Name: WooCommerce Sales MIS Report … … 10 9 Requires at least: 4.5 11 10 Requires PHP: 5.6 12 Tested up to: 6. 0.013 Stable tag: 4.0. 211 Tested up to: 6.1.0 12 Stable tag: 4.0.3 14 13 License: GPLv3 or later 15 14 License URI: http://www.gnu.org/licenses/agpl-3.0.html 16 15 WC requires at least: 3.5.0 17 WC tested up to: 6.4.016 WC tested up to: 7.4.0 18 17 19 18 … … 110 109 111 110 == Changelog == 111 = 4.0.3 - 20-February-2023 = 112 * Tested: Compatible with latest WooCommerce 7.4.0 and Wordpress 6.1.0 versions. 113 112 114 = 4.0.2 - 12-May-2022 = 113 115 * Tested: Compatible with latest WooCommerce 6.4.0 and Wordpress 6.0.0 versions. … … 123 125 * Tested: Compatible with latest WooCommerce 3.5.6 and Wordpress 5.1.1 versions. 124 126 * Fix: Bug fix. 125 126 127 127 128 = 3.8 - 24-January-2019 = -
woocommerce-mis-report/trunk/woocommerce_ic_mis_report.php
r2722746 r2868143 4 4 Plugin URI: http://plugins.infosofttech.com 5 5 Description: Woocommerce Sales Reporter shows you all key sales information in one main Dashboard in very intuitive, easy to understand format which gives a quick overview of your business and helps make smart decisions 6 Version: 4.0. 26 Version: 4.0.3 7 7 Author: Infosoft Consultant 8 8 Author URI: http://plugins.infosofttech.com … … 10 10 License: A "Slug" license name e.g. GPL2 11 11 12 Tested Wordpress Version: 6. 0.x12 Tested Wordpress Version: 6.1.x 13 13 WC requires at least: 3.5.x 14 WC tested up to: 6.4.x 14 WC tested up to: 7.4.x 15 Requires at least: 5.7 15 16 Requires PHP: 5.6 16 17 … … 20 21 Last Update Date: March 15, 2019 21 22 Last Update Date: May 12, 2022 23 Last Update Date: February 02, 2023 22 24 **/ 23 25 … … 317 319 <div class="ic_box_space"> 318 320 <div class="ic_box_form_fields"> 319 <label for="start_date"><?php _e('Start Date:' )?></label>321 <label for="start_date"><?php _e('Start Date:','icwoocommercemis')?></label> 320 322 <div class="form_control"> 321 323 <input type="text" name="start_date" id="start_date" class="_proc_date" value="<?php echo $summary_start_date;?>" readonly="readonly"/> … … 324 326 325 327 <div class="ic_box_form_fields"> 326 <label for="end_date"><?php _e('End Date:' )?></label>328 <label for="end_date"><?php _e('End Date:','icwoocommercemis')?></label> 327 329 <div class="form_control"> 328 330 <input type="text" name="end_date" id="end_date" class="_proc_date" value="<?php echo $summary_end_date;?>" readonly="readonly"/> … … 332 334 <div class="clear_product"></div> 333 335 <div class="submit_loader"> 334 <input type="submit" name="btnSearch" class="ic_button" id="btnSearch" value=" Search" />336 <input type="submit" name="btnSearch" class="ic_button" id="btnSearch" value="<?php esc_html_e('Search','icwoocommercemis')?>" /> 335 337 </div> 336 338 … … 454 456 </div> 455 457 456 <div class="row"> 457 458 <!-- <style> 459 #top_product_pie_chart, #last_7_days_sales_order_amount { 460 width: 100%; 461 height: 300px; 462 } 463 </style>--> 458 <div class="row"> 464 459 <div class="col-md-6"> 465 460 <div class="icpostbox"> … … 575 570 <div class="Notes"> 576 571 <div class="offer-plugin"> 577 <h4>Upgrade to Premium Gold Plugin for $1 69</h4>572 <h4>Upgrade to Premium Gold Plugin for $199</h4> 578 573 <div class="clearfix"></div> 579 574 </div>
Note: See TracChangeset
for help on using the changeset viewer.