En este artículo

    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"
        //...
        }
      }
    
    Tell us how we can help you better
    If the information on this page is not what you're looking for, is not clear enough, or is not up-to-date, let us know.

    Share this article: Twitter | Facebook | LinkedIn | Email