jameskokoska / Cashew

💸 An app created to help users manage a budget and purchases
https://cashewapp.web.app/
GNU General Public License v3.0
1.9k stars 252 forks source link

[Bug] File import of 'Transfer In/Out' entries are not handled as expected after import #482

Closed CHaP235 closed 1 month ago

CHaP235 commented 1 month ago

Describe the bug Using a .csv file that contains entries marked as Transfers between accounts are only imported as Expensive and Income instead of Transfer.

How to reproduce Import the sample file: transfer-sample-file.csv It will create two accounts (Account A and Account B), and demonstrates the transfer import.

Or, create a Transfer within the Web App, export as .csv and reimport the file.

Details

Additional notes I used the export .csv to generate a template, to see how Cashew handles and exports transfers. Based on that file I modified my entries to reflect the Transfer In/Out pattern.

jameskokoska commented 1 month ago

Duplicate of https://github.com/jameskokoska/Cashew/issues/239