Changeset 3359077
- Timestamp:
- 09/10/2025 10:04:47 AM (7 months ago)
- Location:
- combidesk-exact/trunk
- Files:
-
- 4 edited
-
classes/class-application.php (modified) (5 diffs)
-
combidesk-exact.php (modified) (2 diffs)
-
languages/combidesk-exact.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
combidesk-exact/trunk/classes/class-application.php
r3313811 r3359077 4 4 5 5 class Application { 6 7 private $plugin_name = '';8 6 private $title = ''; 9 7 private $menu_title = ''; … … 12 10 13 11 public function __construct() { 14 $this->plugin_name = 'combidesk-exact';15 12 $this->run(); 16 13 } … … 30 27 31 28 public function init() { 32 load_plugin_textdomain( $this->plugin_name, false, dirname( plugin_basename( __FILE__ ) ) . '/../languages' );29 load_plugin_textdomain( 'combidesk-exact', false, dirname( plugin_basename( __FILE__ ) ) . '/../languages' ); 33 30 34 $this->plugin_product_name = __( 'Exact Online', $this->plugin_name);35 $this->title = sprintf( __( 'Combidesk - %s for WooCommerce', $this->plugin_name), $this->plugin_product_name );31 $this->plugin_product_name = __( 'Exact Online', 'combidesk-exact' ); 32 $this->title = sprintf( __( 'Combidesk - %s for WooCommerce', 'combidesk-exact' ), $this->plugin_product_name ); 36 33 $this->menu_title = sprintf( __( 'Combidesk - %s', $this->plugin_product_name ), $this->plugin_product_name ); 37 34 38 35 //Dummy literals can't have sprintf! 39 $this->description = __( 'Synchronize your WooCommerce orders automatically to Exact Online', $this->plugin_name);36 $this->description = __( 'Synchronize your WooCommerce orders automatically to Exact Online', 'combidesk-exact' ); 40 37 } 41 38 … … 73 70 echo ' 74 71 <h1>' . esc_html( $this->title ) . '</h1> 75 ' . sprintf( __( 'With this integration you never have to transfer order data from WooCommerce to %s again. As a result, your data is always up-to-date, error-free and you have time to do what you do best!', $this->plugin_name), $this->plugin_product_name ) . '72 ' . sprintf( __( 'With this integration you never have to transfer order data from WooCommerce to %s again. As a result, your data is always up-to-date, error-free and you have time to do what you do best!', 'combidesk-exact' ), $this->plugin_product_name ) . ' 76 73 <br><br> 77 <h2>' . __( 'Key features', $this->plugin_name) . '</h2>74 <h2>' . __( 'Key features', 'combidesk-exact' ) . '</h2> 78 75 <ul> 79 <li>' . __( 'This integration syncs every 60 minutes.', $this->plugin_name) . '</li>80 <li>' . __( 'Completed orders will be transferred automatically during installation.', $this->plugin_name) . '</li>81 <li>' . __( 'Order history can be automatically transferred.', $this->plugin_name) . '</li>76 <li>' . __( 'This integration syncs every 60 minutes.', 'combidesk-exact' ) . '</li> 77 <li>' . __( 'Completed orders will be transferred automatically during installation.', 'combidesk-exact' ) . '</li> 78 <li>' . __( 'Order history can be automatically transferred.', 'combidesk-exact' ) . '</li> 82 79 <li>' . __( 'Orders can be created in Exact Online as sales entry, sales invoice or sales order.', 'combidesk-exact' ) . '</li> 83 <li>' . sprintf( __( 'Customers will be generated in %s based on their unique e-mail address.', $this->plugin_name), $this->plugin_product_name ) . '</li>84 <li>' . sprintf( __( 'Use %s as an affordable and simple accounting software. We recommend that billing be done from WooCommerce.', $this->plugin_name), $this->plugin_product_name ) . '</li>80 <li>' . sprintf( __( 'Customers will be generated in %s based on their unique e-mail address.', 'combidesk-exact' ), $this->plugin_product_name ) . '</li> 81 <li>' . sprintf( __( 'Use %s as an affordable and simple accounting software. We recommend that billing be done from WooCommerce.', 'combidesk-exact' ), $this->plugin_product_name ) . '</li> 85 82 </ul> 86 83 <br><br> … … 88 85 <form class="combidesk__cta-form" action="https://combidesk.com/integration/woocommerce-exactonline" method="GET" target="_BLANK"> 89 86 <input type="hidden" name="email_address" value="' . esc_attr( $email_address ) . '" /> 90 <input type="submit" value="' . __( 'Install this integration', $this->plugin_name) . '" />87 <input type="submit" value="' . __( 'Install this integration', 'combidesk-exact' ) . '" /> 91 88 </form> 92 89 93 90 <form class="combidesk__cta-form" action="https://www.exact.com/nl/producten/boekhouden" method="GET" target="_BLANK"> 94 91 <input type="hidden" name="email_address" value="' . esc_attr( $email_address ) . '" /> 95 <input type="submit" value="' . sprintf( __( 'No %s account yet?', $this->plugin_name), $this->plugin_product_name ) . '" />92 <input type="submit" value="' . sprintf( __( 'No %s account yet?', 'combidesk-exact' ), $this->plugin_product_name ) . '" /> 96 93 </form>'; 97 94 -
combidesk-exact/trunk/combidesk-exact.php
r3313811 r3359077 3 3 /** 4 4 * Plugin Name: Combidesk - Exact Online 5 * Version: 1.2 65 * Version: 1.28 6 6 * Description: Synchroniseer je WooCommerce orders automatisch naar Exact Online 7 7 * Author: Combidesk … … 12 12 * 13 13 * WC requires at least: 2.2 14 * WC tested up to: 9.9.414 * WC tested up to: 10.1.2 15 15 * 16 16 **/ -
combidesk-exact/trunk/languages/combidesk-exact.pot
r3313811 r3359077 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-0 6-18 10:58+0000\n"9 "POT-Creation-Date: 2025-09-10 09:46+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" … … 15 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 16 17 #: ../classes/class-application.php:82, ../dist/classes/class-application.php:82 17 #: ../classes/class-application.php:31, ../dist/classes/class-application.php:31 18 msgid "Exact Online" 19 msgstr "" 20 21 #: ../classes/class-application.php:32, ../dist/classes/class-application.php:32 22 msgid "Combidesk - %s for WooCommerce" 23 msgstr "" 24 25 #: ../classes/class-application.php:36, ../dist/classes/class-application.php:36 26 msgid "Synchronize your WooCommerce orders automatically to Exact Online" 27 msgstr "" 28 29 #: ../classes/class-application.php:72, ../dist/classes/class-application.php:72 30 msgid "With this integration you never have to transfer order data from WooCommerce to %s again. As a result, your data is always up-to-date, error-free and you have time to do what you do best!" 31 msgstr "" 32 33 #: ../classes/class-application.php:74, ../dist/classes/class-application.php:74 34 msgid "Key features" 35 msgstr "" 36 37 #: ../classes/class-application.php:76, ../dist/classes/class-application.php:76 38 msgid "This integration syncs every 60 minutes." 39 msgstr "" 40 41 #: ../classes/class-application.php:77, ../dist/classes/class-application.php:77 42 msgid "Completed orders will be transferred automatically during installation." 43 msgstr "" 44 45 #: ../classes/class-application.php:78, ../dist/classes/class-application.php:78 46 msgid "Order history can be automatically transferred." 47 msgstr "" 48 49 #: ../classes/class-application.php:79, ../dist/classes/class-application.php:79 18 50 msgid "Orders can be created in Exact Online as sales entry, sales invoice or sales order." 19 51 msgstr "" 52 53 #: ../classes/class-application.php:80, ../dist/classes/class-application.php:80 54 msgid "Customers will be generated in %s based on their unique e-mail address." 55 msgstr "" 56 57 #: ../classes/class-application.php:81, ../dist/classes/class-application.php:81 58 msgid "Use %s as an affordable and simple accounting software. We recommend that billing be done from WooCommerce." 59 msgstr "" 60 61 #: ../classes/class-application.php:87, ../dist/classes/class-application.php:87 62 msgid "Install this integration" 63 msgstr "" 64 65 #: ../classes/class-application.php:92, ../dist/classes/class-application.php:92 66 msgid "No %s account yet?" 67 msgstr "" -
combidesk-exact/trunk/readme.txt
r3313811 r3359077 5 5 Tags: WooCommerce, Exact, ExactOnline 6 6 Requires at least: 4.9 7 Tested up to: 6.8. 18 Stable tag: 1.2 69 Version: 1.2 67 Tested up to: 6.8.2 8 Stable tag: 1.28 9 Version: 1.28 10 10 Requires PHP: 5.2.4 11 11 Website: https://combidesk.com/ … … 16 16 == Description == 17 17 18 Deze koppeling synchroniseert automatisch WooCommerce orders naar Exact Online. Dit bespaart tijd, je hoeft nooit meer dubbel werk te verrichten én je maakt minder fouten. Er is immers geen handwerk meer nodig.18 Deze koppeling synchroniseert automatisch bestellingen en klantgegevens vanuit WooCommerce naar Exact Online. Hierdoor is je boekhouding altijd up to date en bespaar je kostbare tijd. 19 19 20 20 = Belangrijkste kenmerken = 21 21 22 * Deze koppeling wordt iedere 120 minuten gesynchroniseerd. 23 * Afgeronde orders worden overgezet vanaf het moment van installatie. 24 * Orderhistorie kan automatisch worden meegenomen. 25 * Orders kunnen in Exact Online worden aangemaakt als Verkoopboeking, Verkoopfactuur of Verkooporder. 26 * Klanten worden op basis van een uniek e-mailadres aangemaakt in Exact Online. 27 * Wij adviseren om de facturatie vanuit WooCommerce te laten verlopen. 22 * De koppeling synchroniseert automatisch elke 120 minuten. 23 * Maak bestellingen en/of terugbetalingen aan in Exact Online. 24 * Kies uit: verkoopboeking, verkoopfactuur of verkooporder. Synchroniseer vervolgens op basis van de geselecteerde status. 25 * De WooCommerce factuur (PFD) kan toegevoegd worden aan een verkoopboeking in Exact Online. 26 * Er kunnen artikelen aangemaakt worden voor verkoopfacturen of verkooporders. 27 * Het gewenste Exact Online dagboek kan worden geselecteerd. 28 * Kortingen, zowel kortingscodes als winkelwagen kortingen worden meegenomen. 29 * Bestelinformatie producten (productnaam, aantal, bedrag van de bestelregel en de btw) en verzendkosten worden overgenomen. 30 * Geschikt voor OOS (One-Stop Shop). 28 31 29 = Voordelen=32 = Waarom wil je WooCommerce en Exact Online koppelen? = 30 33 31 **Je administratie altijd up-to-date** 32 Deze koppeling wordt iedere 120 minuten gesynchroniseerd. 33 34 **Exporteer bestaande orders** 35 Tijdens het installeren kun je ervoor kiezen om bestaande WooCommerce orders te exporteren. Dit kan vanaf het begin van het boekjaar, per kwartaal of vanaf het begin van de maand. Orders kunnen in Exact Online worden aangemaakt als Verkoopboeking, Verkoopfactuur of Verkooporder. 36 37 = Datasynchronisatie = 38 39 Onderstaande data wordt gesynchroniseerd tussen beide pakketten. 40 41 * WooCommerce orders worden automatisch gesynchroniseerd naar Exact Online. 42 * Klanten in WooCommerce worden aangemaakt als klant in Exact Online. 43 * Bepaal op basis van de orderstatus wanneer er gesynchroniseerd moet worden. 44 * Bestaande bestellingen kunnen worden overgenomen van WooCommerce naar je Exact Online account (export functie). 45 * Orders kunnen in Exact Online worden aangemaakt als Verkoopboeking, Verkoopfactuur of Verkooporder. 46 * Bestelinformatie producten (productnaam, aantal, bedrag van de bestelregel en de btw) en verzendkosten worden overgenomen. 47 * Kortingen, zowel kortingscodes als winkelwagen kortingen worden meegenomen. 48 * Je bespaart tijd, werkt efficiënter en verhoogt je werkplezier 34 * Exporteer bestaande orders vanaf het begin van het boekjaar, per kwartaal of vanaf het begin van de maand. 35 * Synchroniseer moeiteloos bestellingen en terugbetaalde orders van WooCommerce naar Exact Online. 36 * Bepaal op basis van de orderstatus wanneer en gesynchroniseerd moet worden. 37 * Je bespaart kostbare tijd. 38 * Minder handwerk, en dus minder kans op fouten. 49 39 50 40 = Kosten = 51 41 52 De proefperiode bedraagt 30 dagen, daarna kost de koppeling € 18 ,- per administratie per maand. Kies je voor een jaarlicentie, dan ontvang je jaarlijks 2 maanden korting.42 De proefperiode bedraagt 30 dagen, daarna kost de koppeling € 18 per maand. Kies je voor een jaarlicentie? Dan ontvang je jaarlijks 2 maanden korting en betaal je € 180 per maand. 53 43 54 = Service level = 55 Je kunt het Service level altijd wijzigen. De prijs wordt voor de eerstvolgende betaalperiode aangepast. 44 = Service level (SLA) abonnementen (Basis, Pro, Premium) = 56 45 57 == BASIS == 58 Synchroniseer ongeveer elke 120 minuten. 59 Support vragen kunnen via chat gesteld worden en worden op volgorde van binnenkomst afgehandeld. 60 + €6.00 per maand 46 Om je goed te kunnen helpen bij het gebruik van onze koppeling, bieden we drie service levels aan: basis, pro en premium. Je kunt het service level altijd wijzigen in je koppeling. De prijs wordt voor de eerstvolgende betaalperiode aangepast. 61 47 62 == PRO==63 Zoals BASIS 64 + synchroniseer nagenoeg real-time.65 + €18.00 per maand 48 == Basis == 49 * Geen meerprijs. 50 * Koppeling synchroniseert ongeveer elke 120 minuten. 51 * Supportvragen kunnen via chat gesteld worden en worden op volgorde van binnenkomst afgehandeld. 66 52 67 == P REMIUM==68 Zoals PRO 69 + Support vragen via de CHAT worden met de HOOGSTE prioriteit behandeld.70 + Vragen kunnen worden gesteld via een speciaal EMAIL adres en TELEFOONNUMMER.53 == Pro == 54 * + € 6 per maand. 55 * Koppeling synchroniseert nagenoeg realtime. 56 * Supportvragen kunnen via chat gesteld worden en worden op volgorde van binnenkomst afgehandeld. 71 57 72 = Support = 58 == Premium == 59 * + € 18 per maand. 60 * Koppeling synchroniseert nagenoeg realtime. 61 * Support vragen via de chat worden met de hoogste prioriteit behandeld. 62 * Vragen kunnen gesteld worden via een speciaal e-mailadres en telefoonnummer. 73 63 74 [Installatiehandleiding](https://help.combidesk.com/nl/articles/3957630-installatiehandleiding-woocommerce-exact-online-koppeling) 64 = Hulp bij installatie = 65 Kom je er even niet uit? [Combidesk kan de koppeling voor je installeren](https://nl.combidesk.com/klantenservice/hulp-bij-installatie?from=WooCommerce&to=Yuki&utm_source=wordpress&utm_medium=website&utm_campaign=yuki). Hiervoor worden eenmalige installatiekosten van € 125 gerekend. Besluit je de koppeling niet te gebruiken? Dan krijg je dit bedrag terug. 75 66 76 67 == Installation == 77 68 78 = From within WordPress = 69 Als je een beetje handig bent, is het installeren van de Exact Online koppeling met WooCommerce een fluitje van een cent. 79 70 80 1. Visit 'Plugins > Add New'. 81 2. Search for 'Combidesk Exact Online'. 82 3. Activate 'Combidesk - Exact Online' from your Plugins page. 83 84 = Manually = 85 86 1. Upload the 'combidesk-exact' folder to the `/wp-content/plugins/` directory. 87 3. Activate 'Combidesk - Exact Online' from your Plugins page. 88 71 * Ga naar “Plugins” en klik op “Add New”. 72 * Zoek vervolgens naar onze koppeling en activeer deze. 73 * Volg de instructies op het scherm of raadpleeg onze uitgebreide [installatiehandleiding](https://nl.combidesk.com/klantenservice/hulp-bij-installatie?from=WooCommerce&to=Exact+Online&utm_source=wordpress&utm_medium=website&utm_campaign=exact_online). 89 74 90 75 == Changelog == 91 76 92 $README_ANCHOR 77 = 1.28 = 78 Release Date: September 10, 2025 79 80 Support for WordPress 6.8.2 and WooCommerce 10.1.2 93 81 94 82 = 1.26 =
Note: See TracChangeset
for help on using the changeset viewer.