Changeset 3359078
- Timestamp:
- 09/10/2025 10:05:06 AM (7 months ago)
- Location:
- combidesk-moneybird/trunk
- Files:
-
- 4 edited
-
classes/class-application.php (modified) (6 diffs)
-
combidesk-moneybird.php (modified) (2 diffs)
-
languages/combidesk-moneybird.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
combidesk-moneybird/trunk/classes/class-application.php
r3313813 r3359078 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-moneybird';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-moneybird', false, dirname( plugin_basename( __FILE__ ) ) . '/../languages' ); 33 30 34 $this->plugin_product_name = __( 'Moneybird', $this->plugin_name);35 $this->title = sprintf( __( 'Combidesk - %s for WooCommerce', $this->plugin_name), $this->plugin_product_name );36 $this->menu_title = sprintf( __( 'Combidesk - %s', $this->plugin_name), $this->plugin_product_name );31 $this->plugin_product_name = __( 'Moneybird', 'combidesk-moneybird' ); 32 $this->title = sprintf( __( 'Combidesk - %s for WooCommerce', 'combidesk-moneybird' ), $this->plugin_product_name ); 33 $this->menu_title = sprintf( __( 'Combidesk - %s', 'combidesk-moneybird' ), $this->plugin_product_name ); 37 34 38 35 //Dummy literals can't have sprintf! 39 $this->description = __( 'Synchronize your WooCommerce orders automatically to Moneybird', $this->plugin_name);36 $this->description = __( 'Synchronize your WooCommerce orders automatically to Moneybird', 'combidesk-moneybird' ); 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-moneybird' ), $this->plugin_product_name ) . ' 76 73 <br><br> 77 <h2>' . __( 'Key features', $this->plugin_name) . '</h2>74 <h2>' . __( 'Key features', 'combidesk-moneybird' ) . '</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>82 <li>' . sprintf( __( 'Customers will be generated in %s based on their unique e-mail address.', $this->plugin_name), $this->plugin_product_name ) . '</li>83 <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>76 <li>' . __( 'This integration syncs every 60 minutes.', 'combidesk-moneybird' ) . '</li> 77 <li>' . __( 'Completed orders will be transferred automatically during installation.', 'combidesk-moneybird' ) . '</li> 78 <li>' . __( 'Order history can be automatically transferred.', 'combidesk-moneybird' ) . '</li> 79 <li>' . sprintf( __( 'Customers will be generated in %s based on their unique e-mail address.', 'combidesk-moneybird' ), $this->plugin_product_name ) . '</li> 80 <li>' . sprintf( __( 'Use %s as an affordable and simple accounting software. We recommend that billing be done from WooCommerce.', 'combidesk-moneybird' ), $this->plugin_product_name ) . '</li> 84 81 </ul> 85 82 <br><br> … … 87 84 <form class="combidesk__cta-form" action="https://combidesk.com/combipackageinstall/woocommerce-moneybird " method="GET" target="_BLANK"> 88 85 <input type="hidden" name="email_address" value="' . esc_attr( $email_address ) . '" /> 89 <input type="submit" value="' . __( 'Install this integration', $this->plugin_name) . '" />86 <input type="submit" value="' . __( 'Install this integration', 'combidesk-moneybird' ) . '" /> 90 87 </form> 91 88 … … 93 90 <input type="hidden" name="referrer" value="3eab6305d7" /> 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-moneybird' ), $this->plugin_product_name ) . '" /> 96 93 </form>'; 97 94 -
combidesk-moneybird/trunk/combidesk-moneybird.php
r3313813 r3359078 3 3 /** 4 4 * Plugin Name: Combidesk - Moneybird 5 * Version: 1.2 65 * Version: 1.28 6 6 * Description: Synchroniseer je WooCommerce orders automatisch naar Moneybird 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-moneybird/trunk/languages/combidesk-moneybird.pot
r3313813 r3359078 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:59+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:31 18 msgid "Moneybird" 19 msgstr "" 20 21 #: ../classes/class-application.php:32 22 msgid "Combidesk - %s for WooCommerce" 23 msgstr "" 24 25 #: ../classes/class-application.php:33 26 msgid "Combidesk - %s" 27 msgstr "" 28 29 #: ../classes/class-application.php:36 30 msgid "Synchronize your WooCommerce orders automatically to Moneybird" 31 msgstr "" 32 33 #: ../classes/class-application.php:72 34 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!" 35 msgstr "" 36 37 #: ../classes/class-application.php:74 38 msgid "Key features" 39 msgstr "" 40 41 #: ../classes/class-application.php:76 42 msgid "This integration syncs every 60 minutes." 43 msgstr "" 44 45 #: ../classes/class-application.php:77 46 msgid "Completed orders will be transferred automatically during installation." 47 msgstr "" 48 49 #: ../classes/class-application.php:78 50 msgid "Order history can be automatically transferred." 51 msgstr "" 52 53 #: ../classes/class-application.php:79 54 msgid "Customers will be generated in %s based on their unique e-mail address." 55 msgstr "" 56 57 #: ../classes/class-application.php:80 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:86 62 msgid "Install this integration" 63 msgstr "" 64 65 #: ../classes/class-application.php:92 66 msgid "No %s account yet?" 67 msgstr "" -
combidesk-moneybird/trunk/readme.txt
r3313813 r3359078 5 5 Tags: WooCommerce, Moneybird 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 wisselt automatisch belangrijke gegevens uit tussen WooCommerce en Moneybird. Dit bespaart tijd, je hoeft nooit meer dubbel werk te verrichten én je maaktminder fouten. Er is immers geen handwerk meer nodig.18 Deze koppeling wisselt automatisch belangrijke gegevens uit tussen WooCommerce en Moneybird. Dit bespaart tijd, voorkomt dubbel werk én zorgt voor minder fouten. Er is immers geen handwerk meer nodig. 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 * Klanten worden op basis van een uniek e-mailadres aangemaakt in Moneybird. 26 * Gebruik Moneybird als betaalbaar en eenvoudig boekhoudpakket. Wij adviseren om de facturatie vanuit WooCommerce te laten verlopen. 22 * De koppeling synchroniseert automatisch elke 60 minuten. 23 * Maak bestellingen en/of terugbetalingen aan in Moneybird. 24 * Registreer betalingen direct in Moneybird. 25 * Synchroniseer het Mollie transactie ID om automatisch te kunnen afletteren. 26 * De factuur van WooCommerce orders wordt automatisch verstuurd door Moneybird. 27 * Koppel WooCommerce btw-tarieven aan Moneybird btw-tarieven. 28 * OSS (One-Stop-Shop) geschikt. 29 * Gebruik het WooCommerce ordernummer als factuurnummer in Moneybird. 30 * Optioneel: Exporteer éénmalig bestaande WooCommerce bestellingen naar Moneybird. 27 31 28 = Voordelen = 29 30 **Je administratie altijd up-to-date** 31 Deze koppeling wordt iedere 120 minuten gesynchroniseerd. 32 33 **Integratie met Mollie** 34 Gebruik je Mollie voor iDEAL of Creditcard betalingen bijvoorbeeld? Deze koppeling verwerkt automatisch Mollie betalingen. Op deze manier hoef je niet meer handmatig het MT940 bestand vanuit Mollie te downloaden en te uploaden in Moneybird om betalingen te kunnen verwerken. Ook wordt er hier dan gelijk rekening gehouden met de transactiekosten die Mollie rekent. Op deze manier ben je minder bezig met de boekhouding, en meer met de dingen die zij echt belangrijk vinden. 35 36 **Exporteer bestaande orders** 37 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. 38 39 = Datasynchronisatie = 40 41 Onderstaande data wordt gesynchroniseerd tussen beide pakketten. 42 43 * WooCommerce orders worden automatisch gesynchroniseerd naar Moneybird. 44 * Klanten in WooCommerce worden aangemaakt als klant in Moneybird. 45 * Bepaal op basis van de orderstatus wanneer er gesynchroniseerd moet worden. 46 * Bepaal zelf de gewenste factuurstatus in Moneybird. 47 * De resultatenrekening en BTW-aangifte worden meteen bijgewerkt. 48 * Bestaande bestellingen kunnen worden overgenomen van WooCommerce naar je Moneybird account (export functie). 49 * Bestelinformatie producten (productnaam, aantal, bedrag van de bestelregel en de btw) en verzendkosten worden overgenomen. 50 * Kortingen, zowel kortingscodes als winkelwagen kortingen worden meegenomen. 51 * Je bespaart tijd, werkt efficiënter en verhoogt je werkplezier 32 = Waarom wil je WooCommerce en Moneybird koppelen? = 33 * Je synchroniseert moeiteloos bestellingen en terugbetaalde orders van WooCommerce naar Moneybird. 34 * Je bepaalt op basis van de orderstatus wanneer er gesynchroniseerd moet worden. 35 * Jouw boekhouding in Moneybird is altijd up-to-date. 36 * Je bespaart veel kostbare tijd. 37 * Integratie met Mollie. 38 * De mogelijkheid om bestaande orders te exporteren, 52 39 53 40 = Kosten = 54 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.55 41 56 = Service level = 57 Je kunt het Service level altijd wijzigen. De prijs wordt voor de eerstvolgende betaalperiode aangepast. 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. 58 43 59 == BASIS == 60 Synchroniseer ongeveer elke 120 minuten. 61 Support vragen kunnen via chat gesteld worden en worden op volgorde van binnenkomst afgehandeld. 62 + €6.00 per maand 44 = Service level (SLA) abonnementen (Basis, Pro, Premium) = 63 45 64 == PRO == 65 Zoals BASIS 66 + synchroniseer nagenoeg real-time. 67 + €18.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. 68 47 69 == PREMIUM==70 Zoals PRO 71 + Support vragen via de CHAT worden met de HOOGSTE prioriteit behandeld.72 + Vragen kunnen worden gesteld via een speciaal EMAIL adres en TELEFOONNUMMER.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. 73 52 74 = Support=75 * *Chat met ons**76 We kunnen je het beste helpen door het chatknopje rechtsonder te gebruiken.77 Laat daar je e-mailadres even achter als we niet direct antwoorden.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. 78 57 79 **Maar mailen mag ook!** 80 Is de haast iets minder groot, dan mag mailen natuurlijk ook. Dat kan op support@combidesk.com. 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. 81 63 82 **Helpcenter** 83 Vind [hier](https://help.combidesk.com/nl) meer informatie over het koppelen van je bedrijfssoftware.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=Moneybird&utm_source=wordpress&utm_medium=website&utm_campaign=moneybird). Hiervoor worden eenmalige installatiekosten van € 125 gerekend. Besluit je de koppeling niet te gebruiken? Dan krijg je dit bedrag terug. 84 66 85 67 == Installation == 86 68 87 = From within WordPress = 69 Als je een beetje handig bent, is het installeren van de Moneybird koppeling met WooCommerce een fluitje van een cent. 88 70 89 1. Visit 'Plugins > Add New'. 90 2. Search for 'Combidesk - Moneybird'. 91 3. Activate 'Combidesk - Moneybird' from your Plugins page. 92 93 = Manually = 94 95 1. Upload the 'combidesk-moneybird' folder to the `/wp-content/plugins/` directory. 96 2. Activate 'Combidesk - Moneybird' plugin through the 'Plugins' menu in WordPress. 97 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://help.combidesk.com/nl/articles/5368520-installatiehandleiding-woocommerce-moneybird-koppeling?utm_source=wordpress&utm_medium=website&utm_campaign=moneybird). 98 74 99 75 == Changelog == 100 76 101 $README_ANCHOR 77 = 1.28 = 78 Release Date: September 10, 2025 79 80 Support for WordPress 6.8.2 and WooCommerce 10.1.2 102 81 103 82 = 1.26 =
Note: See TracChangeset
for help on using the changeset viewer.