Plugin Directory

Changeset 3199026


Ignore:
Timestamp:
11/28/2024 04:37:04 PM (16 months ago)
Author:
intia
Message:

update readme for paid order

Location:
infast
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • infast/tags/1.0.31/README.txt

    r3181382 r3199026  
    2828   
    2929= Fonctionnalités de l’extension =
    30 - Création automatique d’une facture lors de chaque commande en ligne. Commande (finalisée et payée)
     30- Création automatique d’une facture lors de chaque commande payée et au statut finalisée (finalisée par défaut, sélection possible des statuts)
    3131- Prise en compte du numéro de TVA Intracommunautaire (https://woocommerce.com/fr-fr/products/eu-vat-number/)
    3232- Centralisation de vos documents de facturation, données clients et articles
  • infast/tags/1.0.31/admin/class-infast-woocommerce-admin-settings.php

    r3181382 r3199026  
    123123        add_settings_field(
    124124            'infast_woocommerce_order_status_to_create_invoice',
    125             __( 'Select the order status that triggers conversion to an INFast invoice', 'infast' ),
     125            __( 'Select the paid order status that triggers conversion to an INFast invoice', 'infast' ),
    126126            array( $this, 'infast_woocommerce_order_status_to_create_invoice_render' ),
    127127            'infast-woocommerce',
  • infast/tags/1.0.31/languages/infast-fr_FR.po

    r3181382 r3199026  
    4848
    4949#: admin/class-infast-woocommerce-admin-settings.php:125
    50 msgid "Select the order status that triggers conversion to an INFast invoice"
    51 msgstr ""
    52 "Sélectionner les statuts des commandes qui déclenchent la conversion en "
     50msgid "Select the paid order status that triggers conversion to an INFast invoice"
     51msgstr ""
     52"Sélectionner les statuts des commandes payées qui déclenchent la conversion en "
    5353"facture INFast"
    5454
  • infast/trunk/README.txt

    r3181382 r3199026  
    2828   
    2929= Fonctionnalités de l’extension =
    30 - Création automatique d’une facture lors de chaque commande en ligne. Commande (finalisée et payée)
     30- Création automatique d’une facture lors de chaque commande payée et au statut finalisée (finalisée par défaut, sélection possible des statuts)
    3131- Prise en compte du numéro de TVA Intracommunautaire (https://woocommerce.com/fr-fr/products/eu-vat-number/)
    3232- Centralisation de vos documents de facturation, données clients et articles
  • infast/trunk/admin/class-infast-woocommerce-admin-settings.php

    r3112523 r3199026  
    123123        add_settings_field(
    124124            'infast_woocommerce_order_status_to_create_invoice',
    125             __( 'Select the order status that triggers conversion to an INFast invoice', 'infast' ),
     125            __( 'Select the paid order status that triggers conversion to an INFast invoice', 'infast' ),
    126126            array( $this, 'infast_woocommerce_order_status_to_create_invoice_render' ),
    127127            'infast-woocommerce',
  • infast/trunk/languages/infast-fr_FR.po

    r3181382 r3199026  
    4848
    4949#: admin/class-infast-woocommerce-admin-settings.php:125
    50 msgid "Select the order status that triggers conversion to an INFast invoice"
    51 msgstr ""
    52 "Sélectionner les statuts des commandes qui déclenchent la conversion en "
     50msgid "Select the paid order status that triggers conversion to an INFast invoice"
     51msgstr ""
     52"Sélectionner les statuts des commandes payées qui déclenchent la conversion en "
    5353"facture INFast"
    5454
Note: See TracChangeset for help on using the changeset viewer.