Changeset 3439725
- Timestamp:
- 01/14/2026 05:05:47 PM (4 months ago)
- Location:
- woo-zoho
- Files:
-
- 4 edited
- 8 copied
-
tags/1.6.0 (copied) (copied from woo-zoho/trunk)
-
tags/1.6.0/api/api.php (copied) (copied from woo-zoho/trunk/api/api.php) (1 diff)
-
tags/1.6.0/includes/plugin-pages.php (copied) (copied from woo-zoho/trunk/includes/plugin-pages.php) (4 diffs)
-
tags/1.6.0/readme.txt (copied) (copied from woo-zoho/trunk/readme.txt) (2 diffs)
-
tags/1.6.0/templates/log-entries.php (copied) (copied from woo-zoho/trunk/templates/log-entries.php)
-
tags/1.6.0/templates/setting.php (copied) (copied from woo-zoho/trunk/templates/setting.php)
-
tags/1.6.0/templates/settings.php (copied) (copied from woo-zoho/trunk/templates/settings.php)
-
tags/1.6.0/woo-zoho.php (copied) (copied from woo-zoho/trunk/woo-zoho.php) (2 diffs)
-
trunk/api/api.php (modified) (1 diff)
-
trunk/includes/plugin-pages.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-zoho.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-zoho/tags/1.6.0/api/api.php
r3379635 r3439725 308 308 public function get_fields_invoice($module){ 309 309 310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment"," branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","vat_reg_no","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices 311 311 312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment"," branch_id","pricebook_id"]';312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","vat_reg_no","branch_id","pricebook_id"]'; 313 313 314 314 $json['recurringinvoices']='["recurrence_name","start_date","end_date","recurrence_frequency","repeat_every","tax_id","email","gst_no","gst_treatment","place_of_supply","source_of_supply","destination_of_supply","abn","vendor_id","payment_terms","payment_terms_label","is_discount_before_tax","shipping_charge","adjustment","adjustment_description","quantity","unit","rate","description","name","discount","branch_id"]'; -
woo-zoho/tags/1.6.0/includes/plugin-pages.php
r3350136 r3439725 1515 1515 $check=$force_check; $auto_check=false; 1516 1516 $api_check=isset($info['api_check']) ? (int)$info['api_check'] : time(); 1517 if(!$force_check && $api_check<$time ){ //check validity period in settings tab1517 if(!$force_check && $api_check<$time && !empty($info['refresh_token'])){ //check validity period in settings tab , auto check ,if prevsiously connected (refresh not empty) 1518 1518 $check=true; $auto_check=true; 1519 1519 } … … 1727 1727 if(isset($_POST['vx_test_connection']) ){ //|| isset($_POST['save']) 1728 1728 $force_check=true; 1729 } 1729 } 1730 1730 1731 //verify connection 1731 1732 $info=$this->validate_api($info,$force_check); … … 1765 1766 wp_enqueue_script('vxc-select2' ); 1766 1767 wp_enqueue_style('vxc-select2'); 1767 1768 1768 include_once(self::$path."templates/setting.php"); 1769 1769 } … … 1863 1863 $api=$this->get_api($info); 1864 1864 $meta=$this->post('meta',$info); 1865 $info=$api->handle_code(); 1865 $info=$api->handle_code(); 1866 1866 //get objects after saving acces token 1867 1867 $token=$this->post('access_token',$info); -
woo-zoho/tags/1.6.0/readme.txt
r3420341 r3439725 4 4 Requires at least: 4.7 5 5 Tested up to: 6.9 6 Stable tag: 1. 5.97 Version: 1. 5.96 Stable tag: 1.6.0 7 Version: 1.6.0 8 8 WC requires at least: 3.0 9 9 WC tested up to: 10.4 … … 175 175 176 176 177 = 1.6.0 = 178 * added "vat_reg_no field" feature. 179 177 180 = 1.5.9 = 178 181 * added "custom line item field from qty" feature. -
woo-zoho/tags/1.6.0/woo-zoho.php
r3379635 r3439725 3 3 * Plugin Name: Integration for WooCommerce and Zoho 4 4 * Description: Integrates WooCommerce with Zoho allowing new orders to be automatically sent to your Zoho account. 5 * Version: 1. 5.95 * Version: 1.6.0 6 6 * Requires at least: 4.7 7 7 * Author: CRM Perks … … 24 24 public $domain='vxc-zoho'; 25 25 public $crm_name='zoho'; 26 public $version = '1. 5.9';26 public $version = '1.6.0'; 27 27 public $min_wc_version = '3.0'; 28 28 public $update_id = '50003'; -
woo-zoho/trunk/api/api.php
r3379635 r3439725 308 308 public function get_fields_invoice($module){ 309 309 310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment"," branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","vat_reg_no","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices 311 311 312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment"," branch_id","pricebook_id"]';312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","vat_reg_no","branch_id","pricebook_id"]'; 313 313 314 314 $json['recurringinvoices']='["recurrence_name","start_date","end_date","recurrence_frequency","repeat_every","tax_id","email","gst_no","gst_treatment","place_of_supply","source_of_supply","destination_of_supply","abn","vendor_id","payment_terms","payment_terms_label","is_discount_before_tax","shipping_charge","adjustment","adjustment_description","quantity","unit","rate","description","name","discount","branch_id"]'; -
woo-zoho/trunk/includes/plugin-pages.php
r3350136 r3439725 1515 1515 $check=$force_check; $auto_check=false; 1516 1516 $api_check=isset($info['api_check']) ? (int)$info['api_check'] : time(); 1517 if(!$force_check && $api_check<$time ){ //check validity period in settings tab1517 if(!$force_check && $api_check<$time && !empty($info['refresh_token'])){ //check validity period in settings tab , auto check ,if prevsiously connected (refresh not empty) 1518 1518 $check=true; $auto_check=true; 1519 1519 } … … 1727 1727 if(isset($_POST['vx_test_connection']) ){ //|| isset($_POST['save']) 1728 1728 $force_check=true; 1729 } 1729 } 1730 1730 1731 //verify connection 1731 1732 $info=$this->validate_api($info,$force_check); … … 1765 1766 wp_enqueue_script('vxc-select2' ); 1766 1767 wp_enqueue_style('vxc-select2'); 1767 1768 1768 include_once(self::$path."templates/setting.php"); 1769 1769 } … … 1863 1863 $api=$this->get_api($info); 1864 1864 $meta=$this->post('meta',$info); 1865 $info=$api->handle_code(); 1865 $info=$api->handle_code(); 1866 1866 //get objects after saving acces token 1867 1867 $token=$this->post('access_token',$info); -
woo-zoho/trunk/readme.txt
r3420341 r3439725 4 4 Requires at least: 4.7 5 5 Tested up to: 6.9 6 Stable tag: 1. 5.97 Version: 1. 5.96 Stable tag: 1.6.0 7 Version: 1.6.0 8 8 WC requires at least: 3.0 9 9 WC tested up to: 10.4 … … 175 175 176 176 177 = 1.6.0 = 178 * added "vat_reg_no field" feature. 179 177 180 = 1.5.9 = 178 181 * added "custom line item field from qty" feature. -
woo-zoho/trunk/woo-zoho.php
r3379635 r3439725 3 3 * Plugin Name: Integration for WooCommerce and Zoho 4 4 * Description: Integrates WooCommerce with Zoho allowing new orders to be automatically sent to your Zoho account. 5 * Version: 1. 5.95 * Version: 1.6.0 6 6 * Requires at least: 4.7 7 7 * Author: CRM Perks … … 24 24 public $domain='vxc-zoho'; 25 25 public $crm_name='zoho'; 26 public $version = '1. 5.9';26 public $version = '1.6.0'; 27 27 public $min_wc_version = '3.0'; 28 28 public $update_id = '50003';
Note: See TracChangeset
for help on using the changeset viewer.