Changeset 2922827
- Timestamp:
- 06/07/2023 11:06:49 AM (3 years ago)
- Location:
- fiscal-solution-for-e-commerce/trunk
- Files:
-
- 4 edited
-
config/api/settings/class-fs4e-settings.php (modified) (1 diff)
-
config/class-fs4e-config.php (modified) (1 diff)
-
fiscal-solution-for-ecommerce.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fiscal-solution-for-e-commerce/trunk/config/api/settings/class-fs4e-settings.php
r2876393 r2922827 521 521 $certificate_tmp_path = sanitize_file_name( $_FILES["certificate"]["tmp_name"] ); 522 522 523 add_post_meta( 1, '_fs4e_handle_upload_certificate', $certificate_name, tru se );523 add_post_meta( 1, '_fs4e_handle_upload_certificate', $certificate_name, true ); 524 524 if ( metadata_exists( 'post', 1, '_fs4e_handle_upload_certificate' ) ) { 525 525 update_post_meta( 1, '_fs4e_handle_upload_certificate', $certificate_name ); -
fiscal-solution-for-e-commerce/trunk/config/class-fs4e-config.php
r2875723 r2922827 17 17 18 18 if ( ! defined( 'FS4E_VERSION' ) ) { 19 define( 'FS4E_VERSION', '1.0. 0' );19 define( 'FS4E_VERSION', '1.0.5' ); 20 20 } 21 21 -
fiscal-solution-for-e-commerce/trunk/fiscal-solution-for-ecommerce.php
r2890090 r2922827 12 12 * Plugin URI: https://wordpress.org/plugins/fiscal-solution-for-ecommerce 13 13 * Description: FS4E is officially certified plugin for WooCommerce online Stores in the Republic of Serbia - meet all fiscal requirements and secure legal online business operations. In case of removal of plugin all data generated by plugin will also be removed!!! 14 * Version: 1.0. 414 * Version: 1.0.5 15 15 * Requires at least: 5.6 16 16 * Requires PHP: 7.1 -
fiscal-solution-for-e-commerce/trunk/readme.txt
r2890083 r2922827 5 5 Requires at least: 5.6 6 6 Tested up to: 6.1.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 7.1 9 9 License: GPLv3 or later … … 12 12 == Description == 13 13 14 A certified FS4E solution enables easy e-fiscalization of WooCommerce online stores on the territory of the Republic of Serbia.14 FS4E is a service that enables fast and easy fiscalization of WooCommerce online Stores in the territory of the Republic of Serbia. 15 15 16 The Fiscal Law of the Republic of Serbia obliges all e-commerce sellers to record their turnover and issue fiscal invoices. 17 By installing a certified FS4E plug-in, your online store will meet all fiscal requirements and secure legal online business operations.16 The Fiscal Law of the Republic of Serbia obliges all e-commerce sellers to record their turnover and issue fiscal invoices. 17 At the same time, e-commerce solution must be certified by Tax Authority. 18 18 19 With our fiscal solutions for e-commerce, you will be worry-free as you will fulfill all legal requirements and open up new perspectives. 20 21 If you need an active license to work, you can buy it [here](https://shop.fiscal-requirements.com/ "FS4E") 19 With a very simple installation of certified FS4E plug in, your online store will meet all fiscal requirements and secure legal online business operations. 22 20 23 21 == How to use == … … 63 61 = How can I get support if the plugin is not working? 64 62 65 If you have any questions or have a problem with the plugin you can write us at support -FS4E@fiscal-solutions.com63 If you have any questions or have a problem with the plugin you can write us at support@fiscal-solutions.com 66 64 67 65 = Is Fiscal Solution for E-commerce certified to be used in the Republic of Serbia … … 85 83 When you buy a licence we will send you the necessary documentation by mail. 86 84 87 = Does FS4E plugin support refunds?88 89 Yes. But money has to be sent back manually.90 91 = How is the receipt sent to the customer?92 93 Receipts are sent automatically to the customer via email.94 95 = In which form receipt is sent?96 97 Receipts are in html form.98 99 = How customer can pay its order?100 101 It depends on what your website supports, but our FS4E plugin supports bank transfer, check, cash and credit card.102 103 = Is it connected with my bookkeeping?104 105 No. FS4E is connected with Tax Authority, which means you are automatically issuing valid receipt.106 107 85 == Upgrade Notice == 108 86 * First Release … … 114 92 115 93 == Changelog == 116 117 = 1.0.4 30.03.2023 = 118 * Minor changes in description 119 120 = 1.0.3 13.03.2023 = 121 * Updated stable version 122 123 = 1.0.2 13.03.2023 = 124 * Added more FAQ 94 = 1.0.5 07.06.2023 = 95 * Fixed errors 125 96 126 97 = 1.0.1 07.03.2023 =
Note: See TracChangeset
for help on using the changeset viewer.