Feature: Add "amount type" configuration column for CSV imports #1947
Reference in New Issue
Block a user
Delete Branch "zachgoll/import-custom-signage-configuration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Many banks export transactions with an "amount type" column that indicates whether the transaction is an "income" or "expense" (inflow/outflow).
This PR adds a configurable "amount type" column so users can choose between using the signage (e.g. positive/negative amounts) to control the income/expense designation OR use an "amount type" column with a configurable value that designates what is an "income" or "expense" in the import.
This should save users significant time as they won't have to prepare their imports prior to uploading to the Maybe app.
https://github.com/user-attachments/assets/f47bc69b-e10a-4a6a-ab32-eaba197e986c
Other changes
This PR also cleans up some of the import designs to match the latest Figma spec.