Changeset 3305555
- Timestamp:
- 06/03/2025 08:54:20 AM (9 months ago)
- Location:
- order-export-to-lexware-opentrans-for-woocommerce
- Files:
-
- 37 added
- 3 edited
-
tags/1.7.2 (added)
-
tags/1.7.2/LICENSE.txt (added)
-
tags/1.7.2/README.txt (added)
-
tags/1.7.2/admin (added)
-
tags/1.7.2/admin/class-admin-nscwto.php (added)
-
tags/1.7.2/admin/css (added)
-
tags/1.7.2/admin/css/bootstrap.min.css (added)
-
tags/1.7.2/admin/css/woo-order-to-lexware-nscwto-admin.css (added)
-
tags/1.7.2/admin/index.php (added)
-
tags/1.7.2/admin/js (added)
-
tags/1.7.2/admin/js/admin.nscwto-woo-export.min.js (added)
-
tags/1.7.2/admin/js/bootstrap.bundle.min.js (added)
-
tags/1.7.2/admin/partials (added)
-
tags/1.7.2/admin/partials/display-nscwto.php (added)
-
tags/1.7.2/admin/tpl (added)
-
tags/1.7.2/includes (added)
-
tags/1.7.2/includes/class-activator-nscwto.php (added)
-
tags/1.7.2/includes/class-admin-error-nscwto.php (added)
-
tags/1.7.2/includes/class-deactivator-nscwto.php (added)
-
tags/1.7.2/includes/class-download-orders-nscwto.php (added)
-
tags/1.7.2/includes/class-html-formfields-nscwto.php (added)
-
tags/1.7.2/includes/class-i18n-nscwto.php (added)
-
tags/1.7.2/includes/class-loader-nscwto.php (added)
-
tags/1.7.2/includes/class-plugin-configs-nscwto.php (added)
-
tags/1.7.2/includes/class-validation-nscwto.php (added)
-
tags/1.7.2/includes/class-woo-order-to-lexware-nscwto.php (added)
-
tags/1.7.2/includes/index.php (added)
-
tags/1.7.2/index.php (added)
-
tags/1.7.2/languages (added)
-
tags/1.7.2/languages/order-to-lexware-nscwto-de_DE.mo (added)
-
tags/1.7.2/languages/order-to-lexware-nscwto-de_DE.po (added)
-
tags/1.7.2/languages/order-to-lexware-nscwto-de_DE_formal.mo (added)
-
tags/1.7.2/languages/order-to-lexware-nscwto-de_DE_formal.po (added)
-
tags/1.7.2/languages/order-to-lexware-nscwto.pot (added)
-
tags/1.7.2/order-to-lexware-nscwto.php (added)
-
tags/1.7.2/plugin-configs.json (added)
-
tags/1.7.2/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/order-to-lexware-nscwto.php (modified) (2 diffs)
-
trunk/plugin-configs.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
order-export-to-lexware-opentrans-for-woocommerce/trunk/README.txt
r3294280 r3305555 6 6 Requires PHP: 7.4 7 7 License: GPLv3 with Additional Terms 8 Stable tag: 1.7. 18 Stable tag: 1.7.2 9 9 10 10 Exports WooCommerce orders to Lexware. This plugin exports the orders to an openTRANS XML file to be used in Lexware or other suitable systems. … … 41 41 42 42 == Changelog == 43 44 = 1.7.2 = 45 46 * NEW: new field for premium add on: 'leave item name empty' 43 47 44 48 = 1.7.1 = -
order-export-to-lexware-opentrans-for-woocommerce/trunk/order-to-lexware-nscwto.php
r3294280 r3305555 7 7 * Plugin Name: Order Export to Lexware (openTrans) for WooCommerce 8 8 * Description: Export WooCommerce orders to an openTRANS xml file 9 * Version: 1.7. 19 * Version: 1.7.2 10 10 * Author: Beautiful WP | made in Germany 11 11 * Author URI: https://beautiful-wp.com/ … … 42 42 } 43 43 44 define('NSC_WTO_VERSION', '1.7. 1');44 define('NSC_WTO_VERSION', '1.7.2'); 45 45 define("NSC_WTO_PLUGIN_DIR", dirname(__FILE__)); 46 46 define("NSC_WTO_PLUGIN_URL", plugin_dir_url(__FILE__)); -
order-export-to-lexware-opentrans-for-woocommerce/trunk/plugin-configs.json
r3294260 r3305555 234 234 }, 235 235 { 236 "field_slug": "export_item_name_as", 237 "type": "select", 238 "save_as": "string", 239 "required": false, 240 "selectable_values": [ 241 { "value": "standard", "name": "Standard" }, 242 { "value": "empty", "name": "Empty" } 243 ], 244 "extra_validation_name": false, 245 "pre_selected_value": "no", 246 "helpertext": "'Empty' will leave the item name empty. Lexware will then get the item name from its internal item database. This makes sure you always have the up to date name. 'Standard' will export the item name as it is depending on other settings, like 'Export Item Attributes'.", 247 "name": "Item Name Export", 248 "disabled": true, 249 "save_in_db": true 250 }, 251 { 236 252 "field_slug": "export_file_type", 237 253 "type": "select",
Note: See TracChangeset
for help on using the changeset viewer.