Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including Custom Attributes while exporting #58

Open
krackr808 opened this issue Jan 12, 2025 · 4 comments
Open

Including Custom Attributes while exporting #58

krackr808 opened this issue Jan 12, 2025 · 4 comments

Comments

@krackr808
Copy link

I have added custom attributes to a category. Eg. For the expense category Fuel, I've added three custom attributes which are Odometer, Rate and Quantity. However when I export to CSV, these custom attributes do not get included in the CSV. Is it possible to do this?

Also, I need to mention it. You've done a splendid job on enhancing the app. I am a long time user of the original one and the enhancements you've made are really useful. Thanks!

@tiberiusteng
Copy link
Owner

Never used custom attributes, will check it. (I referenced wrong issue numbers on the commits ... they are related to the previous one)

@tiberiusteng
Copy link
Owner

At first glance it's doable but probably won't be efficient, since each transactions from different categories could have different attributes, so they have to be individually queried for each transaction. I'll try to make export work for attributes, but don't expect me to implement import ...

You probably should consider put those values just as key=value pairs in transaction note, it would be easier to extract/process.

@krackr808
Copy link
Author

Thanks! I'm actually using a template for that which has the field values as XX as placeholders. what I then do is double tap on XX, so that gets selected and I'm able to go ahead & put in the actual values.

@krackr808
Copy link
Author

Thanks so much for including this feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants