start working on new woc versions

This commit is contained in:
Hesabix 2025-05-13 06:10:06 +00:00
parent 63eb468496
commit aaa757247a
11 changed files with 14 additions and 17 deletions

View file

@ -11,7 +11,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
Connect Hesabix Online Accounting to WooCommerce.
== Description ==
This plugin helps connect your (online) store to Hesabix online accounting software. By using this plugin, saving products, contacts, and orders in your store will also save them automatically in your Hesabix account. Besides that, just after a client pays a bill, the receipt document will be stored in Hesabix as well. Of course, you have to register your account in Hesabix first. To do so, visit Hesabix at the link here www.Hesabix.com and sign up for free. After you signed up and entered your account, choose your business, then in the settings menu/API, you can find the API keys for the business and import them to the plugin settings. Now your module is ready to use.
This plugin helps connect your (online) store to Hesabix online accounting software. By using this plugin, saving products, contacts, and orders in your store will also save them automatically in your Hesabix account. Besides that, just after a client pays a bill, the receipt document will be stored in Hesabix as well. Of course, you have to register your account in Hesabix first. To do so, visit Hesabix at the link here hesabix.com and sign up for free. After you signed up and entered your account, choose your business, then in the settings menu/API, you can find the API keys for the business and import them to the plugin settings. Now your module is ready to use.
For more information and a full guide to how to use Hesabix and WooCommerce Plugin, visit Hesabixs website and go to the “Accounting School” menu.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 471 B

View file

@ -384,7 +384,7 @@ class Ssbhesabix_Admin_Display
<a class="btn btn-sm btn-success" href="https://hesabix.ir" target="_blank">ورود به
حسابیکس</a>
<a class="btn btn-sm btn-warning"
href="https://www.hesabix.ir/help/topics/%D8%A7%D9%81%D8%B2%D9%88%D9%86%D9%87/%D9%88%D9%88%DA%A9%D8%A7%D9%85%D8%B1%D8%B3"
href="https://hesabix.ir/help/topics/%D8%A7%D9%81%D8%B2%D9%88%D9%86%D9%87/%D9%88%D9%88%DA%A9%D8%A7%D9%85%D8%B1%D8%B3"
target="_blank">راهنمای افزونه</a>
</div>
</div>

View file

@ -67,7 +67,7 @@ class Ssbhesabix_Setting {
?>
<h3 class="h3 hesabix-tab-page-title mt-4"><?php esc_attr_e( 'Hesabix Accounting', 'ssbhesabix' ); ?></h3>
<p class="p mt-4 hesabix-p hesabix-f-12 ms-3"
style="text-align: justify"><?php esc_attr_e( 'This module helps connect your (online) store to Hesabix online accounting software. By using this module, saving products, contacts, and orders in your store will also save them automatically in your Hesabix account. Besides that, just after a client pays a bill, the receipt document will be stored in Hesabix as well. Of course, you have to register your account in Hesabix first. To do so, visit Hesabix at the link here www.hesabix.ir and sign up for free. After you signed up and entered your account, choose your business, then in the settings menu/API, you can find the API keys for the business and import them to the plugins settings. Now your module is ready to use.', 'ssbhesabix' ); ?></p>
style="text-align: justify"><?php esc_attr_e( 'This module helps connect your (online) store to Hesabix online accounting software. By using this module, saving products, contacts, and orders in your store will also save them automatically in your Hesabix account. Besides that, just after a client pays a bill, the receipt document will be stored in Hesabix as well. Of course, you have to register your account in Hesabix first. To do so, visit Hesabix at the link here hesabix.ir and sign up for free. After you signed up and entered your account, choose your business, then in the settings menu/API, you can find the API keys for the business and import them to the plugins settings. Now your module is ready to use.', 'ssbhesabix' ); ?></p>
<p class="p hesabix-p hesabix-f-12"><?php esc_attr_e( 'For more information and a full guide to how to use Hesabix and WooCommerce Plugin, visit Hesabixs website and go to the “Guides and Tutorials” menu.', 'ssbhesabix' ); ?></p>
<div class="alert alert-danger hesabix-f mt-4">
@ -100,9 +100,9 @@ class Ssbhesabix_Setting {
<div class="col">
<h4 class="h4 hesabix-tab-page-title mt-4"><?php esc_attr_e( 'Plugin Tutorial Video', 'ssbhesabix' ); ?></h4>
<video controls poster="https://www.hesabix.ir/img/woocommerc-plugin-help-cover.jpg"
<video controls poster="https://hesabix.ir/img/woocommerc-plugin-help-cover.jpg"
id="hesabix-tutorial-video" style="border: 1px solid gray" class="mt-3">
<source src="https://www.hesabix.ir/file/woocommerce/woocommerce-plugin-tutorial.mp4"
<source src="https://hesabix.ir/file/woocommerce/woocommerce-plugin-tutorial.mp4"
type="video/mp4"></source>
</video>
</div>
@ -208,8 +208,8 @@ class Ssbhesabix_Setting {
<form id="ssbhesabix_form" enctype="multipart/form-data" action="" method="post">
<?php
global $plugin_version;
if (defined('SSBHESABFA_VERSION')) {
$plugin_version = constant('SSBHESABFA_VERSION');
if (defined('SSBHESABIX_VERSION')) {
$plugin_version = constant('SSBHESABIX_VERSION');
}
$server_php_version = phpversion();
$plugin_php_version = '8.1';

View file

@ -492,7 +492,7 @@ class Ssbhesabix_Api
//================================================================================================
public function saveStatistics()
{
$plugin_version = constant('SSBHESABFA_VERSION');
$plugin_version = constant('SSBHESABIX_VERSION');
$endpoint = "https://hesabix.ir/statistics/save";
$body = array(

Binary file not shown.

View file

@ -190,7 +190,7 @@ msgid ""
"store will also save them automatically in your Hesabix account. Besides that, "
"just after a client pays a bill, the receipt document will be stored in "
"Hesabix as well. Of course, you have to register your account in Hesabix "
"first. To do so, visit Hesabix at the link here www.hesabix.ir and sign up "
"first. To do so, visit Hesabix at the link here hesabix.ir and sign up "
"for free. After you signed up and entered your account, choose your business, "
"then in the settings menu/API, you can find the API keys for the business and "
"import them to the plugins settings. Now your module is ready to use."
@ -200,7 +200,7 @@ msgstr ""
"در حسابیکس نیز بصورت خودکار ثبت و ذخیره می شوند. همچنین با پرداخت مشتری، سند "
"دریافت وجه از مشتری نیز در حسابیکس ثبت می شود. بدیهی است برای استفاده از این "
"افزونه باید ابتدا یک حساب کاربری در حسابیکس داشته باشید. برای این کار می توانید "
"به وب سایت حسابیکس به آدرس www.hesabix.ir سر بزنید و به رایگان ثبت نام کنید. "
"به وب سایت حسابیکس به آدرس hesabix.ir سر بزنید و به رایگان ثبت نام کنید. "
"پس از ثبت نام در حسابیکس و ورود به حساب خود، و سپس ورود به یک کسب و کار، در "
"قسمت تنظیمات / API می توانید کلید API مربوط به کسب و کار خود را دریافت و در "
"قسمت تنظیمات این ماژول وارد نمایید. پس از آن ماژول شما آماده استفاده است."
@ -796,8 +796,8 @@ msgid "Settings were saved successfully."
msgstr "تنظیمات به‌روزرسانی شد."
#. Plugin URI of the plugin/theme
msgid "https://www.hesabix.ir/"
msgstr "https://www.hesabix.ir/"
msgid "https://hesabix.ir/"
msgstr "https://hesabix.ir/"
#. Description of the plugin/theme
msgid "Connect Hesabix Online Accounting to WooCommerce."
@ -834,9 +834,6 @@ msgstr "به روزرسانی محصولات در حسابیکس بر اساس
msgid "Update completed successfully."
msgstr "به روزرسانی با موفقیت انجام شد."
msgid "Update completed successfully."
msgstr "به روزرسانی با موفقیت انجام شد."
msgid "Update failed. Please check the log file."
msgstr "به روزرسانی ناموفق بود. لطفاً لاگ را بررسی کنید."

View file

@ -1,13 +1,13 @@
<?php
/**
* @link https://www.Hesabix.ir/
* @link https://hesabix.ir/
* @since 1.0.0
* @package ssbHesabix
*
* @wordpress-plugin
* Plugin Name: hesabix Accounting
* Plugin URI: https://www.hesabix.ir/
* Plugin URI: https://hesabix.ir/
* Description: Connect Hesabix Online Accounting to WooCommerce.
* Version: 2.1.1
* Author: Babak Alizadeh