Plugin Directory

Changeset 3359078


Ignore:
Timestamp:
09/10/2025 10:05:06 AM (7 months ago)
Author:
combidesk
Message:

1.28 release

Location:
combidesk-moneybird/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • combidesk-moneybird/trunk/classes/class-application.php

    r3313813 r3359078  
    44
    55class Application {
    6    
    7     private $plugin_name = '';
    86    private $title = '';
    97    private $menu_title = '';
     
    1210   
    1311    public function __construct() {
    14         $this->plugin_name         = 'combidesk-moneybird';
    1512        $this->run();
    1613    }
     
    3027   
    3128    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' );
    3330       
    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 );
    3734       
    3835        //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' );
    4037    }
    4138   
     
    7370        echo '
    7471          <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 ) . '
    7673            <br><br>
    77             <h2>' . __( 'Key features', $this->plugin_name ) . '</h2>
     74            <h2>' . __( 'Key features', 'combidesk-moneybird' ) . '</h2>
    7875            <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>
    8481            </ul>
    8582          <br><br>
     
    8784          <form class="combidesk__cta-form" action="https://combidesk.com/combipackageinstall/woocommerce-moneybird " method="GET" target="_BLANK">
    8885            <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' ) . '" />
    9087          </form>
    9188         
     
    9390            <input type="hidden" name="referrer" value="3eab6305d7" />
    9491            <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 ) . '" />
    9693          </form>';
    9794       
  • combidesk-moneybird/trunk/combidesk-moneybird.php

    r3313813 r3359078  
    33/**
    44 * Plugin Name: Combidesk - Moneybird
    5  * Version: 1.26
     5 * Version: 1.28
    66 * Description: Synchroniseer je WooCommerce orders automatisch naar Moneybird
    77 * Author: Combidesk
     
    1212 *
    1313 * WC requires at least: 2.2
    14  * WC tested up to: 9.9.4
     14 * WC tested up to: 10.1.2
    1515 *
    1616 **/
  • combidesk-moneybird/trunk/languages/combidesk-moneybird.pot

    r3313813 r3359078  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-06-18 10:59+0000\n"
     9"POT-Creation-Date: 2025-09-10 09:46+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"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"
     
    1515"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1616
     17#: ../classes/class-application.php:31
     18msgid "Moneybird"
     19msgstr ""
     20
     21#: ../classes/class-application.php:32
     22msgid "Combidesk - %s for WooCommerce"
     23msgstr ""
     24
     25#: ../classes/class-application.php:33
     26msgid "Combidesk - %s"
     27msgstr ""
     28
     29#: ../classes/class-application.php:36
     30msgid "Synchronize your WooCommerce orders automatically to Moneybird"
     31msgstr ""
     32
     33#: ../classes/class-application.php:72
     34msgid "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!"
     35msgstr ""
     36
     37#: ../classes/class-application.php:74
     38msgid "Key features"
     39msgstr ""
     40
     41#: ../classes/class-application.php:76
     42msgid "This integration syncs every 60 minutes."
     43msgstr ""
     44
     45#: ../classes/class-application.php:77
     46msgid "Completed orders will be transferred automatically during installation."
     47msgstr ""
     48
     49#: ../classes/class-application.php:78
     50msgid "Order history can be automatically transferred."
     51msgstr ""
     52
     53#: ../classes/class-application.php:79
     54msgid "Customers will be generated in %s based on their unique e-mail address."
     55msgstr ""
     56
     57#: ../classes/class-application.php:80
     58msgid "Use %s as an affordable and simple accounting software. We recommend that billing be done from WooCommerce."
     59msgstr ""
     60
     61#: ../classes/class-application.php:86
     62msgid "Install this integration"
     63msgstr ""
     64
     65#: ../classes/class-application.php:92
     66msgid "No %s account yet?"
     67msgstr ""
  • combidesk-moneybird/trunk/readme.txt

    r3313813 r3359078  
    55Tags: WooCommerce, Moneybird
    66Requires at least: 4.9
    7 Tested up to: 6.8.1
    8 Stable tag: 1.26
    9 Version: 1.26
     7Tested up to: 6.8.2
     8Stable tag: 1.28
     9Version: 1.28
    1010Requires PHP: 5.2.4
    1111Website: https://combidesk.com/
     
    1616== Description ==
    1717
    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 maakt minder fouten. Er is immers geen handwerk meer nodig.
     18Deze 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.
    1919
    2020= Belangrijkste kenmerken =
    2121
    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.
    2731
    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,
    5239
    5340= 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.
    5541
    56 = Service level =
    57 Je kunt het Service level altijd wijzigen. De prijs wordt voor de eerstvolgende betaalperiode aangepast.
     42De 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.
    5843
    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) =
    6345
    64 == PRO ==
    65 Zoals BASIS
    66 + synchroniseer nagenoeg real-time.
    67 + €18.00 per maand
     46Om 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.
    6847
    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.
    7352
    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.
    7857
    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.
    8163
    82 **Helpcenter**
    83 Vind [hier](https://help.combidesk.com/nl) meer informatie over het koppelen van je bedrijfssoftware.
     64= Hulp bij installatie =
     65Kom 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.
    8466
    8567== Installation ==
    8668
    87 = From within WordPress =
     69Als je een beetje handig bent, is het installeren van de Moneybird koppeling met WooCommerce een fluitje van een cent.
    8870
    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).
    9874
    9975== Changelog ==
    10076
    101 $README_ANCHOR
     77= 1.28 =
     78Release Date: September 10, 2025
     79
     80Support for WordPress 6.8.2 and WooCommerce 10.1.2
    10281
    10382= 1.26 =
Note: See TracChangeset for help on using the changeset viewer.