bkper / bkper-issues

Feature requests and enhancements to existing bkper modules can also be filed here.
https://bkper.com/
2 stars 0 forks source link

Hashtag management #12

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
Request Summary:
It would be nice to have some kind of hashtag management.
Enable the ledger owner to make hashtags show or not when posting transactions;
To change existing transactions' their hashtags.
(something like the labels idea in gmail.)

Original issue reported on code.google.com by jacob...@lagaroo.com.br on 23 Oct 2014 at 10:54

GoogleCodeExporter commented 9 years ago
Having a page to view and/or edit currently stored hashtags would be useful. I 
have so many transactions I sometimes forget which hashtag I was using for a 
certain type of transaction.

Original comment by jmgil...@google.com on 2 Dec 2014 at 3:17

GoogleCodeExporter commented 9 years ago
The hashtags mechanism really needs improvement. 

One thing other users also reported is the delay of the App to respond to a 
change in the behavior, for example, when you select another accounts for a 
already used hashtag. It's really annoying that the system keeps suggesting the 
old accounts. 

Another thing is about older hashtags you don't use for a long time and the 
system keeps suggesting those tags...

We started conversations about how to improve those things... Any more clue, 
tip and suggestions will be appreciated so we can move forward.

Original comment by m...@nimbustecnologia.com.br on 2 Dec 2014 at 4:06

GoogleCodeExporter commented 9 years ago
We just released a way of remove hashtags from indexes (not balances), so 
autocomplete and suggestions will be removed for the specified hashtags. All 
you need to do is record the hashtas you want to remove with a "-" before the 
"#". E.g.

-#trip

-#myNotNeededHashtag

You can remove many hashtags at once.

Original comment by m...@nimbustecnologia.com.br on 26 Feb 2015 at 7:13

GoogleCodeExporter commented 9 years ago
Is there a method to view hashtags Bkper has stored? This would make it easier 
to clean out old and out of date hashtags that may have been forgotten about.

Original comment by jmgil...@google.com on 24 Mar 2015 at 6:18

GoogleCodeExporter commented 9 years ago
It would be such good to have an API or just an Extrat button with a list of 
Hashtags and group (like the tree available in Transations view)
Would be useful to manage Queries with #hashtags in

Thank

Original comment by vanespen...@gmail.com on 8 Aug 2015 at 8:33

GoogleCodeExporter commented 9 years ago
Sorry, still reading issues,
it seems answer is here
http://about.bkper.com/api_appsScript.html#listAccountsBalances
and there for the code
https://script.google.com/d/1sRC0GV0AbWG_kpp1D4QOoK0qHUMFur7sHbB7AbcTf84ge-UvEsr
ZF75i/edit

Original comment by vanespen...@gmail.com on 8 Aug 2015 at 9:07

maelcaldas commented 7 years ago

We are finally working on building a UI to handle hashtag management.

The initial idea is to manage on Accounts screen, adding a list of all hashtags on left menu, bellow the groups, with option to forget any tag any time, also, each transaction will have its tags used listed on main list on right, with ability to forget a tag from a specific account.

maelcaldas commented 7 years ago

After many tests, we decided to implement an internal hashtag management, with an algorithm that forgets stale hashtags automatically, based on last time used and usage times, per account.

We strongly believe a good automated hashtag management will be better for the end user and will make the clients much simpler.

The forced way to forget hashtags, by recording them with a minus signt (e.g. -#expense) will continue to work, so, the user still have chance to control the system behavior

We still working on improving this mechanism, so, any feedback will be really appreciated.