在此文中

    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"
        //...
        }
      }
    

    请帮助我们完善必备文件

    我们非常欢迎您发送宝贵的反馈意见。

    请告诉我们什么主题需要更好的解释或如何才能更好的对其诠释。

    分享这篇文章: Twitter | Facebook | LinkedIn | Email