-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Never used custom attributes, will check it. (I referenced wrong issue numbers on the commits ... they are related to the previous one) |
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. |
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. |
Thanks so much for including this feature! |
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!
The text was updated successfully, but these errors were encountered: