Thanks for checking it out!
I did not look much into it. I saw it and thought, oh.. it must be
something new. I wonder if the KMY devs have heard of it?
Figured I would send it to you all.
thanks!
JV
-Original Message-
From: Thomas Baumgart
Reply-To: For KMyMoney development
To
KMY devs,
Have you all heard of this API named PLAID?
https://getdivvy.com/blog/what-is-plaid/
seems apps like Robinhood and YouNeedABudget (KMY like app). Maybe it
is something to look into? Another API to interfacing with banks? I am
not sure if it free or not. Have not looked into it much.
As a user of KMM, I would like to see a calendar view of my
transactions as well.
Can we make it possible for the Calendar to show income and expenses by
day? I imagine a UI where I can see general information such as Income,
Expenses and Transfers total. When I click on a day, a report opens up
Team,
KMM is amazing software! It is just amazing how well it works and all
the functionality it has built-in.
I am a Gnome/Plasma user. Depdencing on what I am doing I may load into
one or the other. The Gnome footprint is growing as most distros are
distributing with Gnome as default DE.
KM
HI all,
I finally got time to compile it and test it with the unfinished
features enabled.
Using the new ledger, on Gnome X or Gnome Wayland, I do not see the
same segfaults as Jack. The new ledger loads. The data picker works
fine here. I can't save the transaction but I imagine that is due to
This seems to be a problem that occurs when using KMyMoney on Wayland.
Other than that I do not have enough knowledge to help diagnose this. I
have the code for KMyMoney and can offer to help track it down but I
have not idea where this issue would show itself. Any pointers would be
awesome!.
It m
Everyone,
I found the code I was looking for. Thank you very much! I made my
change, tested it, and it works the way I want it to. What is theprocess to
bring up a 'change' as part of the core program?
Basically, I feel that the bar charts should not display the Expenses,
nor Transfers, as neg
Thanks Thomas.
I am trying to read between the lines. So if I miss something, please
let me know.
Here is what I did:
git clone --single-branch --branch master
git://anongit.kde.org/kmymoney.git kmy/master git clone --single-
branch --branch 5.0 git://anongit.kde.org/kmymoney.git kmy/s
Hi Thomas,
Thanks for the response.
Where can I check this? > Did you build with optimization? Turn them
off.
My last cmake command was: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins
I will try the following: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DKDE_INSTAL
Everyone... in case you have run into this before.
I cannot seem to get Kdevelop to work correctly.
Problems:
- I set breakpoints but the breakpoint is set a few lines off.
- When running in Debug mode, I am watching a variable named
invertedValue which I hard coded to = true; and still the
Hi Thomas,
Thanks for the help.
> The spot you found is not negating the value of each expense, but
> simply
> negates the value contained in the grid if the underlying account for
> the cell
> is an expense account. So I wonder if that would be the spot to
> achieve what
> you are trying.
Ri
Wow thanks!
I will try this.. were you using Gnome or Plasma as the DE?
I figure that those using Plasma probably have an easier time than
those using Gnome.. but just guessing.
I might reinstall Plasma if it will make life easier. For your
assistance!
thank to you all,
JV
On Thu, 2019-11-
I ran a cmake (after re-installing only gnome on my laptop). Then this
comes:
> [kodemonk3y@localhost build]$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
> Installing in /usr. Run
> /home/kodemonk3y/Documents/git/kmm/build/prefix.sh to set the
> environment for KMyMoney.
> -- Could NOT find QGpgme (m
I will try the new URL for the CitiCard.
For the other problem(where the account number does not show up in the
dialog) here is the output of ldd /path/to/kmymoney.
Remember, I reinstalled the packaged version of KMM that is in the
Fedora repos. Version 5.0.3.
$ ldd /usr/bin/kmymoney
All,
I reinstalled kmm 5.0.3 from fedora's repo.
AQBanking is there as is ofximporter.
My AQBanking set up is still there, I guess the config file was never
deleted.
Anyways, I attempted to map the account to my credit card companies.
With Amex, the same thing happens. The dialog comes bac
still not working..
I uninstalled my self compiled version.
I then installed the 5.03 version Fedora KDE has available to test
there. Still same problem here where the account numbers are not
shown.
see image-QOVW9Z
Citi Cards keeps failing the same way still. 2000 error code.
thanks,
J
Since I started using the libofx(disabled the aqbanking in ccmake), I
don't see many options to adjust anything. I still have to try your
previous idea of enabling logging and looking at the log file.
I will take a look today.
JV
On Thu, 2019-10-17 at 07:24 +0200, Thomas Baumgart wrote:
> On D
more bad news..
so following Jack's idea.. I tried a different CC.
I tried CitiCards this time.
Here is what I get:
see attachment...
thanks,
JV
On Tue, 2019-10-15 at 13:34 -0400, Jack wrote:
> On 2019.10.15 12:26, jvap...@gmail.com wrote:
> > Hi,
> >
> > No, that did not help.
> >
Hi,
No, that did not help.
I also noticed the window that says it will connect to ofxhome.com to
get a list, never finishes. It stayed up for a while, and nothing.
I made the window wider, I changed my theme from Dark to Light default
to make sure the Text was not being hidden by some weird
Team,
Please see the attached screenshot.
When I use Kmymoney (without aqbanking) and select American Express
Card, to map an account, it shows that screen. I have two accounts with
American Express. But this screen does not show the account number so I
can map it to.
Is this a deficiency in
How do I get the fix?
Do I just rerun my git clone command?
thanks,
JV
On Mon, 2019-10-14 at 20:53 +0200, Thomas Baumgart wrote:
> Jesus,
>
> On Montag, 14. Oktober 2019 19:30:21 CEST jvap...@gmail.com wrote:
>
> > Thomas, Jack,
> >
> > I wanted to test what you recommended: "An idea wou
Thomas, Jack,
I wanted to test what you recommended: "An idea would be then to switch
sqlstorage back on and see if it helps. If so, we need to fix the build
system."
So with:
ENABLE_SQLCIPHER OFF
Okay, so I managed to get into ccmake and turn off the sqlcipher and
sqlstorage.
However, now when I compile, I get this error:
/usr/bin/ld: cannot find -lxmlstoragehelper
collect2: error: ld returned 1 exit status
make[2]: ***
[kmymoney/plugins/xml/tests/CMakeFiles/mymoneystoragenames-
test.di
I guess the only question, is why does it not find it? Is it because I
don't have something configured correctly?
I don't currently keep it in a sql database, I just use whatever
default KMM starts up with. This may seem trivial to you but to me it
makes it difficult to understand if I have the p
Thanks guys!
But, why do I get this then?
sqlcipher.x86_64 : SQLCipher is an open source extension to SQLite that
provides transparent 256-bit AES encryption of database files.
sqlcipher.i686 : SQLCipher is an open source extension to SQLite that
provides transparent 256-bit AES encryption of da
Thanks Thomas and Jack.
I am a little confused/in shock now. :) It sounds like I do not need to
use AQBanking? I believe I need it since I use it to allow me to update
my accounts (download) transactions. Are you saying there is another
way to set up a connection to the banks/Credit Card compan
Hi all,
I am attempting to compile KMyMoney master branch.
In the cmake output I see the following:
CMake Warning at CMakeLists.txt:247 (find_package):
Could not find a configuration file for package "AQBANKING" that
is
compatible with requested version "5.99.32".
The f
Hi Thomas,
Awesome to hear that multi-tab ledger is on its way!
I am not an accouting expert at all either. I took 3 classes in college
and hated it at the time. Now, I see the value in understanding those
concepts.
Since we do not have Business reports to generate, although they may
still be
Hi all,
Why is it prohibited to make changes from within a Category?
For example, if I have a category of Home Repairs and I want to go into
that category to break it down to Home Repairs: home1, Home Repairs:
home2 etc.. I cannot do that easily. I have to track down each
transaction, go to its
Team,
I am attempting to uninstall KMyMoney so I can do a clean reinstall.
I received a patch and wanted to test it but it was not picking up on
the patch. Now it seems that I may have mulitple versions of KMymoney
installed.
I am using KDE Plasma. When I look at the application dashboard, I
Thanks Thomas!
I think item 1 and item 3 would be great if we could implement.
I would like to help but I am having trouble getting my workspace set
up.
> 2. Can we work on the Cash Flow report to make it similar to the
> > GnuCash reports?
>
> I don't know those, so I cannot comment.
The
Team,
I do not know where to post this idea, if you could direct me it would
be great. Or if you think it is not a good idea, let me know as well.
1. Can we make the reports show the Debits/Credits in different
columns?
2. Can we work on the Cash Flow report to make it similar to the
GnuCash r
Hi Thomas,
Thanks for responding. This is what makes the KMyMoney team awesome!
Yes, I think you are doing a very good job at hiding the double-entry
accounting system. :) It is so well hidden, some people choose GnuCash
over KMM only because GnuCash seems to be more in line with Double-
Entry Acc
Hi,
Thanks for the continued work on KMyMoney. It is really great software
and I hope one day I can help contribute code for it.
I am still in the middle of understanding the differences between
KMyMoney and the GnuCash software. One report that I have used in
GnuCash and find helpful is the Ca
34 matches
Mail list logo