Skip to content

Instantly share code, notes, and snippets.

@stu43005
Created November 23, 2020 16:07
Show Gist options
  • Save stu43005/c75ac08c111c5366c9ca686648d0db21 to your computer and use it in GitHub Desktop.
Save stu43005/c75ac08c111c5366c9ca686648d0db21 to your computer and use it in GitHub Desktop.
Money Pro import csv example
Category Amount Amount received Date Account Account (to) Description Agent Currency Check # Class Time
飲食 -25 2020/10/20 玉山Pi錢包卡 Pi-全家便利商店
@stu43005
Copy link
Author

https://support.ibearsoft.com/hc/en-us/articles/115001646872-Can-I-import-transaction-details-from-my-bank-

匯入前app會自動備份,而且會一個一個跟你確認欄位的mapping,所以不用怕打錯搞壞資料

交易類型(收入/支出)將根據交易的正值或負值自動定義。正數將被標識為收入,負數將被標識為費用。

資金轉帳:

  • Account: 轉出的帳戶
  • Account (to): 轉入的帳戶
  • Amount: 轉出的金額
  • Amount received: 轉入的金額

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment