cone
cone copied to clipboard
A ledger.
I would like to enter some metadata to entries I'm logging, this could be done as if it is another account taking part in the transaction without an amount accompanying...
As I am working on the iOS port, I notice that the keypad for entering quantities does not have a period, comma, or dash, to enter quantities like `0.01` or...
Without `signed: true` iOS presents `.decimalPad`, with which it's not possible to input signed numbers. With the change, `.numbersAndPunctuation` is used. Slightly less pleasing, but otherwise the app does not...
I needed to make a fix for iOS (next PR), but I thought I'd modernize the project first. Now it builds and runs with current flutter/dart/Xcode
Some transactions require me to use two currency in one posting. It would be nice if cone can have the ability to swap the currency side while entering transaction. Example...
First of all, thank you very much for this awesome application. It works like a charm on android phones I am curious about one feature: Simple dashboard for showing money...
I think this is ready, implemented and working, but filing the issue for visibility, and as a point of reference, as I haven't deployed it yet. Commit is on `master`...
Recently figured out how to create a beta build for parallel installs on iOS, at https://github.com/bradyt/taskw-dart/issues/16. I would like to add that feature to this app as well.
Hi, I have noticed that bottom bar on Motorola Android phone is not transparent in dark mode and instead it uses color. That bottom navigation should be transparent I think...
It would be handy to delete a transaction from the file. This would allow to correct mistakes made while entering a transaction.