Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread devaps
That’s not true, Adrien. When I first started using GnuCash, I thought I’d go with MySQL database and that’s where I found both debug and standard packages available for download. Of course, I settled on compressed xml later because I find it easier to backup one file instead of a database. Ch

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread David Cousens
Peter, Their are a couple of preference entries which can help make things a bit clearer. Under the Edit Preferences dialog in the Register defaults there are 3 options basic Ledger, Autosplit Ledger and Transaction Journal. These control how a transaction is displayed in the register for an accou

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread David G. Pickett via gnucash-user
If we are talking disk space, my personal finances and lots of daily stock quotes for several years fit into a gnucash file of 2.8MB, but in my dir I have 239MB of 92 files accumulated for this quarter, each a full snapshot of one moment.  This is gzip'd xml, not any RDBMS flavored version.  If

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread R Losey
When you say "bank card", are you talking about something like a debit card, or a credit card? Also, was this at one shop where you spent 7.24? If it is a debit card (money comes directly from the bank account, in contrast to a credit card, where charges accumulate, and you pay them off monthly),

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread R Losey
I couldn't tell what he was talking about... I first thought it may have been the size of the file on disk (mine is 1.6M) , and then maybe the entire folder (I have the data stored in it's own folder, keeping 30 days, and it's about 152M). Then it sounded like he was talking about memory usage.

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread Michael or Penny Novack
At this point things look good.  So what does one do next? Press Return seems like a safe bet.  However it is far from it.  All that happens is that the whole transaction disappears.  The alternative, using another Tab is almost as bad.  The £1.99 debit in Groceries is now replaced by a £5.2

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread R Losey
Just out of curiosity, I started GnuCash on my iMac, and then looked at the Activity Monitor; it says it is using 168M. I may try this on Ubuntu and Windows later, just to see how it compares. On Sat, Dec 17, 2022 at 2:53 PM David G. Pickett via gnucash-user < gnucash-user@gnucash.org> wrote: >

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread Vincent Dawans
Based on your description, I can see that you understand the concept but run into some peculiarities of the user interface. One is the transaction autotill or autocomplete (not sure what the official name is). I assume you start with a new transaction in your checking account and as you seem to de

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread Adrien Monteleone
The transaction didn't disappear entirely when you pressed ENTER. And that is the proper way to commit the transaction. There's nothing random about how it works. If you are viewing a register that is not one of those you are entering amounts for, it will be gone from view, because it doesn't

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread Dr. David Kirkby
On Sat, 17 Dec 2022 at 22:19, p.f.cuthb...@btinternet.com p.f.cuthbert--- via gnucash-user wrote: > > Hi > > Having today transferred all my data from Quicken to GNUCash I am just > trying to understand how it works. Entering single data items is easy, > but the difficulty I have hit is with pay

Re: [GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread David H
Pete, You're on the right track. If the transaction disappears after you press return to commit it, it sounds like you are not entering this transaction from any of the registers involved, or if you are in one of the registers involved the date you entered is out of the range of dates displayed f

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread Adrien Monteleone
I don't think any such packages are pre-built, and they certainly aren't available to mistakenly download. Regards, Adrien On 12/17/22 12:03 AM, dev...@asia.com wrote: Not sure if this applies to gnucash app, but when I download certain software, I get an option to download standard or debug

Re: [GNC] Trouble downloading OFX from Canadian Tire Bank

2022-12-17 Thread R. Victor Klassen
Thanks. I’ll take a look when I’m at the machine where it happened - early next week. > On Dec 16, 2022, at 1:27 PM, Vincent Dawans wrote: > > I recently helped somebody with an ofx file missing the and > tags. Both are required for gnuCash to remember how to match the > ofx to an account

Re: [GNC] Trouble downloading OFX from Canadian Tire Bank

2022-12-17 Thread R. Victor Klassen
I did succeed in building once - I’m not sure how hard it will be to reproduce that success. The latest stable build is late September (which is what I’m running). I don’t recall how long until the next release. I was able to pull in the file using csv. > On Dec 16, 2022, at 2:34 PM, Glen

[GNC] Splitting a Transaction (Newbie Question)

2022-12-17 Thread p.f.cuthb...@btinternet.com p.f.cuthbert--- via gnucash-user
Hi Having today transferred all my data from Quicken to GNUCash I am just trying to understand how it works. Entering single data items is easy, but the difficulty I have hit is with payments that require multiple debits (ie. a split payment) The User Guides that I found today uses an inco

Re: [GNC] Not exactly a new question. Am I introductory screwing up by entering 0 balances in accounts.

2022-12-17 Thread Michael or Penny Novack
Actually, not a specific gnucash question and while I am US (and file taxes here) anyone who understands double entry bookkeeping could answer. Because you are asking "how do I enter a transaction if I know it might have to be corrected later?" The point is that you CAN later enter a correctio

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread Ken Farley
I think the originator of this thread was talking about file size on disk. My guess is they're saving to uncompressed XML or something. I've got files with 10 years of data, many accounts, lots of securities, lots of price data. Only need ~870KB of disk space as a compressed XML file. _

Re: [GNC] GNUcash is using 538MB

2022-12-17 Thread David G. Pickett via gnucash-user
People get excited about this all the time, sadly!  RAM usage is more a developer concern.  Modern OS use virtual memory, so the RAM is redistributed based on usage.  A page of RAM (usually 4,096 bytes) may be true virtual memory, where modified pages are backed up in a swap file, or it may have

Re: [GNC] Reports and documentstion are blank on Linux

2022-12-17 Thread David H
Yeah I had issues with Ubuntu 20.04 as per your email - I think I fixed the canberra-gtk module error by installing it as per https://itslinuxfoss.com/fix-failed-load-module-canberra-gtk-module-error/ I also have an NVidia video card in one of my pc's and had issues with Ubuntu 20.04 or 20.10 - fi

Re: [GNC] Can't find trace file in Ubuntu 20.04

2022-12-17 Thread David H
Gnucash Flatpak (https://wiki.gnucash.org/wiki/Flatpak#Crash:_Stacktrace) says it all ... TipsGetting Console OutputIn case of trouble get the *console output*: flatpak run org.gnucash.GnuCash or even better flatpak run org.gnucash.GnuCash --logto stdout The latter will print all logs to the c

Re: [GNC] Not exactly a new question. Am I introductory screwing up by entering 0 balances in accounts.

2022-12-17 Thread Stan Brown
On 2022-12-17 02:35, Jeff wrote: [Editorializing snipped. I understand your frustration, but venting it here just makes your question obscure.] > ... I'm entering 0 > dollars in accounts that I know that there is money flowing though them, > I just do not know what the other account would be ...

[GNC] Can't find trace file in Ubuntu 20.04

2022-12-17 Thread Dr. David Kirkby
https://wiki.gnucash.org/wiki/Tracefile#Linux.2C_.2ABSD_etc. says the trace file is in /tmp, but it is not there, nor /var/tmp dave ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https:

Re: [GNC] Reports and documentstion are blank on Linux

2022-12-17 Thread Dr. David Kirkby
On Sat, 17 Dec 2022 at 10:01, David H wrote: > Dave, > > Check this out, there was an issue on Ubuntu 20.04 with Flatpak 8-9 months > ago - > https://askubuntu.com/questions/1398945/why-have-my-gnucash-reports-stopped-working > - there's a couple of bug reports linked there that provide a lot of

Re: [GNC] Attachment Report to check if all transactions have a reciept attached

2022-12-17 Thread Glenn Fowler
Hi, You can switch to the double line register and you'll see the attachment icon for the transactions that have it. On Sat, Dec 17, 2022, 4:03 AM Falk Dechent wrote: > Dear all, > Working for a small NGO. In the past I printed each receipt/bill/etc and > wrote the number on it. This year we do

[GNC] Not exactly a new question. Am I introductory screwing up by entering 0 balances in accounts.

2022-12-17 Thread Jeff
For United States of America respondents, unless you have previous experience with the I.R.S. please do not provide answers. I'm not sure how to to ask this. If you are as I am then don't feel alone.  I wish they would just levy a straight tax on everyone, the IRS would finally make a profit a

Re: [GNC] Reports and documentstion are blank on Linux

2022-12-17 Thread David H
Dave, Check this out, there was an issue on Ubuntu 20.04 with Flatpak 8-9 months ago - https://askubuntu.com/questions/1398945/why-have-my-gnucash-reports-stopped-working - there's a couple of bug reports linked there that provide a lot of detail. Basically the answer was to run Flatpak Update 1

Re: [GNC] Reports and documentstion are blank on Linux

2022-12-17 Thread Dr. David Kirkby
On Sat, 17 Dec 2022 at 03:16, David Cousens wrote: > David, > I have the docs for 4.11 (i just haven't yet downloaded the 4.12 > documentation > release) built and installed and I'm currently running 4.12 of the > program. My problem is not limited to just the documentation though. If I click

[GNC] Attachment Report to check if all transactions have a reciept attached

2022-12-17 Thread Falk Dechent
Dear all, Working for a small NGO. In the past I printed each receipt/bill/etc and wrote the number on it. This year we do this electronically and I want to attach the receipts to the transactions. Maybe we still print at the end of the year =( Still --> How can I check each transaction one has an