[GNC] Debian package

2019-01-20 Thread Stephen M. Butler
all who stepped forward with suggestions. And to preempt others -- Yes, I do have a kite.  And I use a dry suite when jumping into lakes!  <> --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 ---

Re: [GNC] Impossible de faire une copie de sauvegarde pour le fichier /run/media/pierre/Stockage/Documents/oney 10/Compte Chicot (translated)

2019-01-21 Thread Stephen M. Butler
;> Salutations >> >> -- >>Pierre Chaland >> Le Chicot >> 47900 Montagnac-surAuvignon >> Tél: 0553971013 > On main Menu Bar:  Edit:Preferences:General:   Look on page for "Retain Log/Backup Files:".               Pick either "Forever

Re: [GNC] Report Grouping by Account Level

2019-01-21 Thread Stephen M. Butler
ar 2 Fuel? > > Thanks, > --MGS Not just the 1-up.  But, in the Display tab of the Options screen, select "Use Full Account Name".  It will list it as you show above. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166

Re: [GNC] [GNC-dev] Debian package

2019-01-22 Thread Stephen M. Butler
missing a few entries.  I'll check that out. Also, here are the files for the debian folder used in the build.  Any suggestions or corrections would be appreciated.  Wondering if there is a way to package this all together instead of having three .deb files? --Steve -- Stephen M Butler, P

Re: [GNC] [GNC-dev] Debian package

2019-01-22 Thread Stephen M. Butler
, Stephen M. Butler wrote: > On 1/22/19 2:29 AM, Colin Law wrote: >> Sorry for delay, been otherwise engaged. >> On a live Ubuntu 18.10 session running off the install image I started >> by attempting to install gnucash_3.4_amd64.deb >> >> ubuntu@ubuntu:~$ sudo dpkg -

Re: [GNC] Other Income Account

2019-01-26 Thread Stephen M. Butler
t; Should this be categorized as income? If you have already expensed the whole amount, this would be a reduction of expenses.  Not income. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25

[GNC] Debian Files for GnuCash 3.4-x

2019-01-28 Thread Stephen M. Butler
g up python3-gnucash (1:3.4-45-~0) ... Setting up gnucash-common (1:3.4-45-~0) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Setting up gnucash (1:3.4-45-~0) ... -- St

Re: [GNC] Migrating from AceMoney

2019-01-28 Thread Stephen M. Butler
to export it to a .csv file first.  Do you still have access to the Windows box?  My guess is that the .amj file is proprietary. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726

Re: [GNC] Recording/Reporting transfers between accounts

2019-02-01 Thread Stephen M. Butler
check what transfers I made after a period, can I create a report? If >> so, under what heading in reports? >> > I'd start with the transaction report. > > HTH, > Maf. You might want to have something in the description or memo field like "Transfer" on which

Re: [GNC] Liabilities and Net Worth in Android app

2019-02-01 Thread Stephen M. Butler
Beware if you already have a config-user.scm file.  Simply take the contents and add them to your existing one:  (load (gnc-build-userdata-path "balsheet-fmtd.scm")) You will need to adjust the  above paths to your particular O/S.  I'm running on a Linux distro -- Ubuntu 18.04 --

Re: [GNC] GNUCash becoming unusable ..v3.4

2019-02-01 Thread Stephen M. Butler
always puzzled me how crunching numbers requires so much time and >>>> resources, its more intensive than rendering images. Changing even the >>>> report title takes the same amount of time, i.e no number crunching? >>>> >>>> My set-up isn't comp

Re: [GNC] GNUCash becoming unusable ..v3.4

2019-02-01 Thread Stephen M. Butler
h-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information.

Re: [GNC] I just need a line feed

2019-02-07 Thread Stephen M. Butler
al a is a decimal 10 or 0x0A in the ASCII collating sequence.  In the Nix world you can use an \n to represent it. Try changing:  "For Period Covering %s to %s"    To:  "\nFor Period Covering %s to %s" Or do a search for "linefeed in Scheme".  Scheme m

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Stephen M. Butler
On 2/7/19 1:12 PM, David Carlson wrote: > > > On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen <mailto:stevec...@gmail.com>> wrote: > > Thank you for this! > On 1/28/19 1:55 PM, Stephen M. Butler wrote: > > Here are the three debian files for

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Stephen M. Butler
On 2/7/19 1:18 PM, Colin Law wrote: > > On Thu, 7 Feb 2019 at 21:15, David Carlson > mailto:david.carlson@gmail.com>> wrote: > > On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen <mailto:stevec...@gmail.com>> wrote: > > > Thank you for this! >

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-08 Thread Stephen M. Butler
On 2/8/19 12:44 AM, Colin Law wrote: > On Thu, 7 Feb 2019 at 22:18, Stephen M. Butler wrote: >> ... >> Should work on any distro that will accept a *.deb package file. Note >> the operative word here is "should". > That's interesting, I assumed it would

Re: [GNC] accrual of property tax payments

2019-02-10 Thread Stephen M. Butler
Keith, When you enter the transactions, what date are you using?  That would be the first column on the General Ledger entry window?  Whatever you put there will be the date attached to that transaction for all of the reports. -- Stephen M Butler, PMP, PSM stephen.m.butle..

Re: [GNC] Strange keyboard behaviour with new version

2019-02-13 Thread Stephen M. Butler
ucash gnucash sudo apt autoremove cd ~/Downloads sudo apt install ./*_3.4_*.deb These were built on Ubuntu 18.04 and have been installed on 18.10 system by other users. --Steve Note the leading "./" on the file name so that apt will find the files in your current working directory.

Re: [GNC] Strange keyboard behaviour with new version

2019-02-13 Thread Stephen M. Butler
much hassle (dependency tweaking) it is too install that manually; if > it's too much trouble now, this will give me an incentive to upgrade > to 19.04 promptly rather than late. > > Thanks, > Adam Others have reported problems with depen

Re: [GNC] Strange keyboard behaviour with new version

2019-02-13 Thread Stephen M. Butler
On 2/13/19 12:51 PM, Colin Law wrote: > On Wed, 13 Feb 2019 at 18:08, Stephen M. Butler wrote: >> .. >> Get the three *.deb files from this folder: >> https://drive.google.com/open?id=1fV_fURy6c77e7gf6S41lTacM7dFyy7VD >> >> Then issue these commands: >> &g

[GNC] Citi CC Download options

2019-02-14 Thread Stephen M. Butler
. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 ___ gnucash-user mailing list gnucash-user

Re: [GNC] Citi CC Download options

2019-02-14 Thread Stephen M. Butler
load selection window than I saw > last month (which offered the same choices). > > > On 2/14/2019 12:09 PM, Stephen M. Butler wrote: >> Anybody else discover that Citi Cards has stopped offering the QFX >> format on the transaction export page? >> >> I did manage

Re: [GNC] Citi CC Download options

2019-02-14 Thread Stephen M. Butler
e ongoing upgrades to their site, in real time. > > On 2/14/2019 12:48 PM, Stephen M. Butler wrote: >> Strange.  Perhaps the Costco customers get something different.  I know >> it was there before and I searched all over the page for it. >> >> On 2/14/19 11:32 AM, Buc

Re: [GNC] Memorized Transaction List

2019-02-18 Thread Stephen M. Butler
ITM? For example, it took me some time > just to realize that the Window itself, does not open to default maximized > (Windows 7 o/s) and the A, U+R, R, Info columns might be missed if you > didn't know to drag the window open. > > Anyone starting without Quicken files, who would

Re: [GNC] GnuCash for a Letting Agency (holding client money)

2019-02-22 Thread Stephen M. Butler
sh-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > --

Re: [GNC] Cashflow-like report to show realized and unrealized gains / balance sheet delta report

2019-02-24 Thread Stephen M. Butler
org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > - > Please remember to CC this li

Re: [GNC] unexplained reconciliation dollar amounts

2019-02-26 Thread Stephen M. Butler
ing or inaccurate transactions, and can then enter a fudged > transaction that can latter be split to the proper accounts when I > eventually discover the offending transactions.  If it matches then > happy dance.  I can continue on my merry way with my bit bucket > (physics, love it). Be

Re: [GNC] apply coefficient to an account

2019-03-05 Thread Stephen M. Butler
ntry in order for GnC to convert them to the report "currency". --Steve PS.  I presume this is a mileage expense factor and Transport holds the number of mile? -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 25

Re: [GNC] apply coefficient to an account

2019-03-05 Thread Stephen M. Butler
On 3/5/19 10:29 AM, Peter Münster wrote: > On Tue, Mar 05 2019, Stephen M. Butler wrote: > >> Could those accounts be treated similar to stock?  Or another >> currency? > I guess no. There are just 2 type of accounts: income in EUR and expense > in EUR. All is imported

Re: [GNC] Error on Receivable Ageing Report

2019-03-05 Thread Stephen M. Butler
deb Please note the leading ./ on the file names.  Else apt will attempt to install from the Ubuntu repository. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fi

Re: [GNC] Uninstall GC

2019-03-07 Thread Stephen M. Butler
s not installed, so not removed > > sudo apt-get remove --purge gnucash > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package 'gnucash' is not installed, so not removed > > > d That's the nature of a local b

Re: [GNC] Order of transactions

2019-03-07 Thread Stephen M. Butler
list on all your replies. >> You can do this by using Reply-To-List or Reply-All. > -derek In one of my books, I did '-' for the field and was able to sort on the entire string.  I've sold that business and don't do that for my personal book. -- Stephen M Butler,

Re: [GNC] Setting up chart of accounts

2019-03-07 Thread Stephen M. Butler
g will be setup correctly (if you pick the correct parents). Good luck. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 __

Re: [GNC] Using a mysql database?

2019-03-13 Thread Stephen M. Butler
data is only as reliable as that which is entered.  The third law of thermodynamics states it only gets worse over time. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 7

[GNC] CSV Import

2019-03-14 Thread Stephen M. Butler
d I map both columns as Deposit?  Counter-intuitive but so is Citi Cards right now! --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 54

Re: [GNC] Where is my opening balance?

2019-04-04 Thread Stephen M. Butler
the balances are wrong, or if I add a new account that needs an opening balance. For some accounts, the opening balance should be zero anyway!  Like opening a new CD, you would then transfer money into the CD from some other account. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@g

Re: [GNC] Starting new year

2019-04-04 Thread Stephen M. Butler
t;> Richard Barmann > > -derek > Some of us go through a formal "close" that transfers all the expense/income into the account of our choice (Retained Earnings for me). However, that is not needed as GnC knows how to handle it since it knows your fiscal year -- you did set that

Re: [GNC] Error While Saving in GnuCash 3.5 on Win7-64

2019-04-04 Thread Stephen M. Butler
;> >> Kind regards, >> >> Greg Feneis <http://www.linkedin.com/in/electromechanical> >> >> >> >> >> > ___ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscri

Re: [GNC] Upgrade 2.6.18 to 3.5

2019-04-10 Thread Stephen M. Butler
e your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > - > Please remember to CC this list on all your

Re: [GNC] Upgrade 2.6.18 to 3.5

2019-04-10 Thread Stephen M. Butler
On 4/10/19 6:06 PM, Elmarts wrote: > Stephen M. Butler wrote >> Or, if your distro is Ubuntu based, you can download the *.deb files >> from:  >> https://drive.google.com/open?id=11gjnSIw9E8B8kOJ01DHQuEA83xidbw8E  for >> the 3.5 version. > Downloaded! Now, if I cli

Re: [GNC] n and c?

2019-04-11 Thread Stephen M. Butler
eed to fill out for your taxes and set up more detailed accounts in the appropriate category to track those numbers.  Finally, if you use a CPA, show them what you have from the above and ask for their input.  They can help you organize it in a way that will help them when you come back next time.

Re: [GNC] n and c?

2019-04-11 Thread Stephen M. Butler
tps://wiki.gnucash.org/wiki/Mailing_Lists for more information. >> - >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-All. > ___ > gnucash-user mailing list > gnucash-use

Re: [GNC] n and c?

2019-04-11 Thread Stephen M. Butler
> to start with and just made one of their own. > > On my low priority list is how to talk to Postgresql with Perl 6. > I'd be tempted to use Sqlite and bypass the spreadsheet.  Be easier to import a CSV from the bank/credit card. -- Stephen M Butler, PMP, PSM stephe

Re: [GNC] two lines for every entry

2019-04-11 Thread Stephen M. Butler
was "single > entry" and in the early days of "double entry" transactions were > immediately recorded against "equity" --- BTW, "early"means hundreds > of years ago. > > Michael D Novack Sounds to me like all he wants is a check register for

Re: [GNC] How to account for credit card fees

2019-04-12 Thread Stephen M. Butler
V file to import into GnC. This works for me in the US.  Your needs/requirements may vary.  -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 _

Re: [GNC] Upgrade 2.6.18 to 3.5

2019-04-12 Thread Stephen M. Butler
On 4/12/19 12:19 AM, Manfred Usselmann wrote: > > Am 11.04.2019 00:00, schrieb Stephen M. Butler: > >> Or, if your distro is Ubuntu based, you can download the *.deb files >> from:  >> https://drive.google.com/open?id=11gjnSIw9E8B8kOJ01DHQuEA83xidbw8E  for >> the

Re: [GNC] Start up after shut down

2019-04-14 Thread Stephen M. Butler
from the day before. > > Richard E. Barmann For me it always automatically opens the last file I had open when the program was shut down. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-04-15 Thread Stephen M. Butler
On 4/15/19 12:03 AM, Gour wrote: > Hello, > > I migrated from Manjaro Linux where I had 3.5 installed to Devuan > (non-systemd Debian) and would like to use 'stable' (ala Stretch) > version, so have a doubt... > >> On Mon, 28 Jan 2019 11:55:47 -0800 >> &q

Re: [GNC] upgrade from 2.6.12 to 3.5-1 via deb

2019-04-15 Thread Stephen M. Butler
> > How to proceed? - Elmar > > > . > You need all three packages and install them all together at once. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25

Re: [GNC] upgrade from 2.6.12 to 3.5-1 via deb

2019-04-15 Thread Stephen M. Butler
t is Stephen's deb then you >> need to download and install all three files >> >> Colin It was built on Ubuntu 18.04 but the package building software was told to build for a base system of Trusty.  I believe that is Ubuntu 14.04.  However, newer distros should work  I

Re: [GNC] upgrade from 2.6.12 to 3.5-1 via deb

2019-04-15 Thread Stephen M. Butler
On 4/15/19 9:30 AM, Elmar wrote: > Got them, thanks.  But "all at once"?  In which order?  - Elmar I use:  sudo apt install ./*gnucash*3.5*.deb Let apt install sort out the order.  However, I suspect common goes in first, then python and then amd64.  > > On 4/15/19 12:18 PM

Re: [GNC] upgrade from 2.6.12 to 3.5-1 via deb

2019-04-15 Thread Stephen M. Butler
online signing data for account downloads ... or how to find and >> restore it as opposed to recreating everything. >> >> On 4/15/19 12:45 PM, Colin Law wrote: >>> All in one command, if you put them in a folder by themselves then use >>> sudo dpkg -i *.deb > That is

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-04-16 Thread Stephen M. Butler
On 4/16/19 6:25 AM, boldstripe wrote: > Are the Debian 3.5 packages available now? The link above is for the 3.4 > package. This folder should have the 3.5 deb files:  https://drive.google.com/open?id=11gjnSIw9E8B8kOJ01DHQuEA83xidbw8E -- Stephen M Butler, PMP, PSM stephen.m.butle...@gma

Re: [GNC] Installing 3.5 deb packages on Ubuntu 19.04 Disco Dingo

2019-04-22 Thread Stephen M. Butler
unless someone beats me > to it. > > > Regards, > Adrien I upgraded from 18.04 to 19.04 last night.  GnC (trusty) runs fine -- but, I'm unable to build due to dependencies.  I'll sort those out over the next few days (I hope I can get it done this week) and attempt to bui

[GNC] Curl expertise -- off list

2019-04-26 Thread Stephen M. Butler
Sorry for the off topic post.  Any users knowledgeable with curl and willing to go off-list to help this neophyte?  For personal project unrelated to GnC. --Steve Feel free to directly mail me to either of the below addresses. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Stephen M. Butler
nucash.org/wiki/Mailing_Lists for more information. >>> - >>> Please remember to CC this list on all your replies. >>> You can do this by using Reply-To-List or Reply-All. >> > ___ > gnucash-user mailing list > g

Re: [GNC] Uninstall GC

2019-05-02 Thread Stephen M. Butler
the build for 3.1. > > I then did this > > dennis@dennisLaptop1:~/Applications/gnucash-3.1$ make uninstall > make: *** No rule to make target 'uninstall'. Stop. > > This was the output. > > Dennis -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.

Re: [GNC] Book keeping/accounting of club project funds

2019-05-02 Thread Stephen M. Butler
unds held in the checking account for the purposes for which the funds have been reserved. Have fun and 73. --KG7JE -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 28

Re: [GNC] How to reorder account tree AND transactions?

2019-05-02 Thread Stephen M. Butler
get the existing Schwab account out of the way (new temp name) in order to create it's new parent that has it's name. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D4

Re: [GNC] How to reorder account tree AND transactions?

2019-05-02 Thread Stephen M. Butler
On 5/2/19 5:56 PM, Jeff Earickson wrote: > Steve, > > Ahhh...  It worked beautifully.  Now the way I want it.  Schwab, here > I come.  Thank you. > > Jeff Earickson You are welcome.  -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arr

Re: [GNC] Book keeping/accounting of club project funds

2019-05-02 Thread Stephen M. Butler
e are a couple of places where GnC keeps system level type settings.  1.  File:Properties 2.  Edit:Preferences Then each report has an Options menu item that will have multiple tabs for setting options for that specific report.  Some reports won't show anything until you set the desire

[GNC] GnC 3.5 for Disco

2019-05-03 Thread Stephen M. Butler
e-support (3.60ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.32.0-1ubuntu1) ... Processing triggers for libglib2.0-0:amd64 (2.60.0-1) ... Processing triggers for man-db (2.8.5-2) ... Setting up gnucash (1:3.5) ... -- Stephen M But

Re: [GNC] Debian Stretch - Re: GnC 3.5 for Disco

2019-05-03 Thread Stephen M. Butler
I'm not sure which debian distro was used for Disco Dingo. On 5/3/19 6:20 PM, Jeff Albrecht wrote: > Would this work for Debian Stretch? Without adding buster repositories? > >  - Jeff > > > On 5/3/2019 6:16 PM, Stephen M. Butler wrote: >> With gobs of help from

Re: [GNC] GnC 3.5 for Disco

2019-05-04 Thread Stephen M. Butler
crush, existential driving force)'s work here. > > Ron Morse > > On 5/3/19 7:16 PM, Stephen M. Butler wrote: >> With gobs of help from John, we now have GnuCash-3.5 debian package >> ready for Disco (Ubuntu 19.04). >> >> I have reorganized the GnuCash fold

Re: [GNC] GnC 3.5 for Disco

2019-05-04 Thread Stephen M. Butler
Depends: python3 (< 3.7) but 3.7.3-1 is to be installed/ > > /E: Unable to correct problems, you have held broken packages./ Unless you truly didn't get the three distinct files (zip?), I'm baffled. <> --Steve Stephen M

Re: [GNC] GnC 3.5 for Disco

2019-05-04 Thread Stephen M. Butler
I have pushed replacement files for Disco/*3.5* that correct the dependency typo. --Steve On 5/4/19 7:15 PM, Stephen M. Butler wrote: > On 5/4/19 11:23 AM, Eric Coates wrote: >> Stephan >> >> Although I???m about to relate some problems I???ve had with your >> GnuCash 3

Re: [GNC] GnC 3.5 for Disco

2019-05-05 Thread Stephen M. Butler
oken packages./ >>>>> >>>>> /eric@Magus-4:~/Downloads/gnucash_3.5$ / >>>>> >>>>> >>>>> Although my wife would probably disagree, I???m reasonably good at >>>>> following instructions but those error messages left me

Re: [GNC] Trustworthy easy way to install gnucash 3.5 on ubuntu?

2019-05-18 Thread Stephen M. Butler
(not sure if that matters) > > ok now I am trying to figure out if its going to be easier to compie my own > gnucash as instructed on your website or if I can get the gnucash 3.3 package > from another version of ubuntu > > Any tips are greatly appreciated > -- Stephen M

Re: [GNC] Trustworthy easy way to install gnucash 3.5 on ubuntu?

2019-05-18 Thread Stephen M. Butler
ibdbd-mysql libdbd-sqlite3 echo " Python support" sudo apt-get install python3-pytest echo " Google Test" sudo apt install googletest Save the above as:  gnucash-development-depndency-setup.sh Set the execute bit and run it. Then be sure to run the bu

Re: [GNC] Trustworthy easy way to install gnucash 3.5 on ubuntu?

2019-05-19 Thread Stephen M. Butler
al for this past winter was to learn C++.  I've glanced at the book twice!!  Somebody more knowledgeable than me willing to hit the ground running? --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166

Re: [GNC] Trustworthy easy way to install gnucash 3.5 on ubuntu?

2019-05-19 Thread Stephen M. Butler
ckout 3.5 cd ../GnCBuild cmake --yourflags ../gnucash make sudo make install # Note that GnCBuild and gnucash are both sub-folders inside GnuCash folder. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fin

[GNC] Creating debian package

2019-05-21 Thread Stephen M. Butler
google drive folder that contains a modified version  of the debian files.  Here is a link to the "GnuCash" folder: https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x  -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --

Re: [GNC] Upcoming report deprecation

2019-05-24 Thread Stephen M. Butler
t's all still manual. As is rolling your own. > > Geert > > > ___ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnu

Re: [GNC] Upcoming report deprecation

2019-05-24 Thread Stephen M. Butler
On 5/24/19 10:21 AM, John Ralls wrote: > >> On May 24, 2019, at 9:54 AM, Stephen M. Butler wrote: >> >> 3. I do have a version of Balance Sheet that is moving away from guile >> (haven't made it all the way yet) but better formatted that the >> non-guile

Re: [GNC] Misc Newbie Questions

2019-05-29 Thread Stephen M. Butler
ion (Actions:Scheduled Transactions:Scheduled Transactions Editor) and click the Create in Advance checkbox on the Overview tab.  Adjust the number of days as desired. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 ---

Re: [GNC] Unsplitting a transaction

2019-06-05 Thread Stephen M. Butler
er splits. > > Make sure you have the anchor split selected when you do this. > Then you'll need to re-add the correct "other" split and properly set the > debits and credits. You can also delete the individual split lines.  I find that more intuitive. >> Thanks,

Re: [GNC] Online Banking Wedged Suddenly

2019-06-11 Thread Stephen M. Butler
ng between the lines, I think John is trying to tell you it is sticky.  Permanently sticky.  Once you told it to save, it knows it for all time.  Who knows, it might forget when we go to Y10K! -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166

Re: [GNC] I just don't understand reconciliation

2019-06-18 Thread Stephen M. Butler
s a 'y'. I think you are trying to overthink this and making it much more complicated on yourself. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25

Re: [GNC] I just don't understand reconciliation

2019-06-19 Thread Stephen M. Butler
On 6/19/19 12:21 AM, ToddAndMargo via gnucash-user wrote: > Follow up: > > Good Lord you guys are patient and gracious.  I can > be thick as a stone at times. > > I am now using the feature with confidence.  Thank > you! > > -T Yahoo!!  <> -- Stephen M

Re: [GNC] Column Detection when Importing Transactions from CSV

2019-06-26 Thread Stephen M. Butler
very top where you can name this setup and then save it. You will have to select this name on the next import but it will remember: * The field assignments * The account into which you are doing the import * The date format * How many lines to skip It was a big help when I discovered t

Re: [GNC] Unable to reconcile

2019-06-28 Thread Stephen M. Butler
you start the reconcile > process, matches your statement ending balance. And then make sure only > the items on the statement are checked off in the reconcile window. > >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-A

Re: [GNC] Using Mint

2019-06-30 Thread Stephen M. Butler
try using one of the debian files built for Ubuntu.  Pick the folder that corresponds to Bionic or Disco: https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166

Re: [GNC] [GNC-dev] Announcement: GnuCash 3.6 Released

2019-06-30 Thread Stephen M. Butler
brave soul?  --Steve On 6/30/19 10:07 PM, Stephen M. Butler wrote: > On 6/30/19 4:02 PM, John Ralls wrote: >> The GnuCash development team announces GnuCash 3.6, the seventh release of >> the 3.x stable release series. >> > For those on the Disco release of Ubuntu, you

Re: [GNC] [GNC-dev] Announcement: GnuCash 3.6 Released

2019-07-01 Thread Stephen M. Butler
On 7/1/19 6:24 AM, Ronal B Morse wrote: > On Sun, 2019-06-30 at 22:37 -0700, Stephen M. Butler wrote: >> This Google Drive location now has debian downloads of v3.6 for both >> Disco and Xenial-Bionic: >> https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x >

Re: [GNC] ​Re: Using Mint

2019-07-01 Thread Stephen M. Butler
ct magic. > > Message: 1 >> Date: Sun, 30 Jun 2019 18:36:38 -0700 >> From: "Stephen M. Butler" >> To: gnucash-user@gnucash.org >> Subject: Re: [GNC] Using Mint >> Message-ID: <0de49b0e-978d-3001-b55e-559e75d1c...@gmail.com> >> Content-

Re: [GNC] Change a batch of transactions from income to Expense

2019-07-01 Thread Stephen M. Butler
credit column values.  Essentially turning them into debit values! Not fun, since they already have a debit column.  So I have to massage the file first to correct the sign on those transactions. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@a

Re: [GNC] delete multiple transactions? csv import profiles?

2019-07-01 Thread Stephen M. Butler
/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > - > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Repl

Re: [GNC] delete multiple transactions? csv import profiles?

2019-07-01 Thread Stephen M. Butler
27;ll somewhat soon have > the possibility once a 3.5 package ends up in Debian. > > Kind regards, and thanks again for the reply! > > Mark > > Op ma 1 jul. 2019 om 21:33 schreef Stephen M. Butler : >> On 7/1/19 3:56 AM, Mark Van den Borre wrote: >>> Hello list! >

Re: [GNC] ​Re: ?Re: Using Mint

2019-07-01 Thread Stephen M. Butler
ve apply)) #f)Aborting. > [1]20182 abort (core dumped) gnucash > > Any suggestions on what I should do? > > On Mon, Jul 1, 2019 at 7:36 PM wrote: > >> -- >> >> Message: 7 >> Date: Mon, 1 Jul 2019 11:51:30 -0700 >> F

Re: [GNC] [GNC-dev] Announcement: GnuCash 3.6 Released

2019-07-03 Thread Stephen M. Butler
n't fit:   > > gnucash : Hängt ab von: libofx7 (>= 1:0.9.14) aber 1:0.9.12-1 soll > installiert werden > python3-gnucash : Hängt ab von: python3 (>= 3.7~) aber 3.6.7-1~18.04 > soll installiert werden > > Regards > Manfred > >   > > Am 01.07.2019 07:37

Re: [GNC] Getting previous reconciliation closing balances?

2019-07-09 Thread Stephen M. Butler
down the >>>> monthly statement where I made the mistake? >>>> >>> Hi Adam, >>> >>> there's no way that I can think of to see previous reconcile start/end >>> balances. If you have sufficient backup files, you could look at those >>>

Re: [GNC] Scheduled transactions: Why create in advance?

2019-07-09 Thread Stephen M. Butler
e handful of scheduled transactions that I have -- most of which don't change or might change once a year. If it doesn't fit your style, find something that does.  Or jump in and submit code to add an enhancement. Maybe create yourself a spreadsheet, convert to a csv transaction file, im

Re: [GNC] Getting previous reconciliation closing balances?

2019-07-10 Thread Stephen M. Butler
ear to have coincided: > > 1. I failed to enter a -GBP10.00 transaction; > > 2. I entered a closing balance GBP10.00 too high when reconciling one > of the previous statements. Yea!  You found it! (er, them). -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net

[GNC] Report updates

2018-06-14 Thread Stephen M. Butler
ent.  So, again, is policy to update the existing or create a new option on the report list?  [My personal vote is to keep the list of options low and update existing -- but that's my background in software development]. --Steve -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg

Re: [GNC] Report updates

2018-06-14 Thread Stephen M. Butler
Aha!  Thank you. Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 On 06/14/2018 11:54 AM, John Ralls wrote: > >> On Jun 14, 2018, at

[GNC] New report

2018-06-14 Thread Stephen M. Butler
ading. -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 ___ gnucash-user mailing list gnucash-user@gnucas

Re: [GNC] New report

2018-06-14 Thread Stephen M. Butler
Yes. Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 On 06/14/2018 03:45 PM, Derek Atkins wrote: > Did you change the report GUID as well as

Re: [GNC] New report

2018-06-15 Thread Stephen M. Butler
Here are the changes I made: 1.  Removed the "Total" and "Total " notations.  It is obvious from their position that they are totals and the verbiage clutters the report. 2.  We don't use trading accounts and that just bothered her sense of the fundamental form of the report.  I removed that

Re: [GNC] Fwd: The two modules

2018-06-18 Thread Stephen M. Butler
Yes, it is the alignment of numbers that is the problem. Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 On 06/18/2018 06:35 AM, Christopher Lam

Re: [GNC] Fwd: The two modules

2018-06-20 Thread Stephen M. Butler
Someone may wish to update the https://wiki.gnucash.org/wiki/BuildUbuntu16.04 page I was following.  I'm on Ubuntu 18.04. --Steve Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439

<    1   2   3   4   5   6   >