In questo articolo

    Coop Supercard Club Credit Card transactions

    Import
    Switzerland

    This extension lets you import Coop Supercard Club credit card transactions.

    You can use the extension as it is, or modify it to insert automatically the debit/credit accounts or for a simple accounting the account/category numbers.

    Adapt the filter

    If you want for the extension to insert automatically the account number (for a double accounting the debit and credit account) open it in a text editor and change or complete the parts that are marked in bold:

    
      //The purpose of this function is to let the user specify how to convert the categories
      
      function postProcessIntermediaryData(intermediaryData) {      
        /** INSERT HERE THE LIST OF ACCOUNTS NAME AND THE CONVERSION NUMBER
          * If the content of "Account" is the same of the text
          * it will be replaced by the account number given */
    
        //Accounts conversion
        var accounts = {
          "__default__" : "1020",
          "4000 1470 7378" : "1020"
        //...
        }
      }
    

    Aiutaci a migliorare la documentazione

    Sono benvenuti suggerimenti per come migliorare questa pagina.

    Informaci quale tema necessita di una spiegazione migliore o come chiarire meglio un argomento.

    Condividi questo articolo: Twitter | Facebook | LinkedIn | Email