Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread David Carlson
As I mentioned earlier in this thread, there was a period of time starting
in January when my Ubuntu 16.04 computer was also unable to print to a
network printer due to some subtle permissions issue, but now it fixed
itself after further updates.  I have had another 'Out of Memory" error in
Windows 7, which has crashed GnuCash more than once in the last couple of
weeks.  Windows is not the only OS that has issues from time to time.
Apple has recently had issues as well.

Not long ago my home gateway died and I spent 2 days  using my cellphone as
a wi-fi hotspot while waiting for AT technician to replace it.  Ain't
technology great!

David C


On Fri, Mar 2, 2018 at 10:43 PM, David Carlson 
wrote:

> Careful, we need to stay on topic!  :)
>
> David C
>
> On Fri, Mar 2, 2018 at 10:18 PM, DaveC49  wrote:
>
>> David,
>> We ex -Windows users are just like ex-smokers - never miss an opportunity
>> to
>> prosleytize to the unconverted.
>> David
>>
>>
>>
>> -
>> David Cousens
>> --
>> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.
>> html
>> ___
>> gnucash-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.
>> -
>> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Gnucash 2.7.5 Installation

2018-03-02 Thread John Ralls


> On Mar 2, 2018, at 2:48 PM, Roger Miskowicz  wrote:
> 
> I am having difficulty building gnucash 2.7.5 from the latest git clone.
> 
> I have modified  by:
> 
> adding:
> cmake_minimum_required(VERSION 3.5)
> 
> changed:
> #include 
> to:
> #include 

> 
> I am using:
> 
> cmake -D CMAKE_INSTALL_PREFIX=/~/gnucash/gnucash-devel -D
> CMAKE_PREFIX_PATH=~/gnucash ../gnucash

> 
> which gives me the following errors:
> 
> CMake Error at CMakeLists.txt:5 (file):
>  file problem creating directory: /glib-2.0/schemas
> 
> 
> -- Performing Test have_mod_mask
> -- Performing Test have_mod_mask - Failed
> CMake Error at gnome/CMakeLists.txt:59 (gnc_add_swig_guile_command):
>  Unknown CMake command "gnc_add_swig_guile_command”.
> 
> My OS is: Ubuntu 16.04.4 LTS
> 
> I would appreciate any help in addressing these errors as well as any
> related guidance for building 2.7.5.

First, remove your customizations. They’re wrong.

Second, use $HOME instead of ~. The shell understands ~ but cmake does not. 
BTW, even the shell doesn’t understand /~/. That’s why you got the “file 
problem creating directory” error.

Third, don’t use CMAKE_PREFIX_PATH unless you have custom-built dependencies 
that you want to build against instead of the system-provided ones. Even if you 
do, build, test, and run GnuCash with the system-provided ones first so that 
you have a good baseline to build on.

Finally, you don’t say what is the path to your build directory, but the 
“unknown cmake command” error suggests that it’s a subdirectory of the source 
directory. If that’s the case the last argument to cmake should be “..” rather 
than “../gnucash”. There is a CMakeLists.txt in gnucash, but that bypasses all 
of the configuration done by the root CMakeLists.txt.

Regards,
John Ralls

___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: GnuCash 2.6.7 question

2018-03-02 Thread David Carlson
Continuing on that line of thought, it should be possible to use the tool
called General Ledger or General Journal depending on which version you are
using to find the missing transaction.  You will probably need to open View
> Filter By > Date to extend the starting date of the view back to around
late Feb 2017.  If the transaction was saved to the book you should find it
there.
​

David C
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread David Carlson
Careful, we need to stay on topic!  :)

David C

On Fri, Mar 2, 2018 at 10:18 PM, DaveC49  wrote:

> David,
> We ex -Windows users are just like ex-smokers - never miss an opportunity
> to
> prosleytize to the unconverted.
> David
>
>
>
> -
> David Cousens
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> gnucash-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.
> -
> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Reporting based on search criteria and exprting transactions to excel. It's simple!

2018-03-02 Thread David Carlson
You are right.  You have found a combination of existing tools that can
extract data to a spreadsheet form useful to other applications.  It is
unfortunate that you did not find it sooner, but it is partially documented
in the WIKI as noted by David.  I have used a similar method from time to
time, sometimes to import data from outside HTML sources into a spreadsheet
 for further processing.

On Fri, Mar 2, 2018 at 9:27 PM, Mike Stillingfleet <
mikestillingfl...@fastmail.co.uk> wrote:

> Dear All,
>
> I have used GNUCash for a couple of years now.  in recent days I have come
> across a couple of features or tricks which have completely transformed the
> value of GNUCash to me. Yet neither of these features are in the help
> pages. Or if the are in the help pages I have consistently missed them in
> my efforts to find ways of reporting sensibly from GNUCASH.
>
> The first is that I have gone through all sorts of hoops to report on
> transactions based on a particular search criteria.
>
> I now find that this is simply achieved by doing a find from the edit
> menu. With the resultant search result tab open you can select the reports
> menu, account report and GNUCASH will create a report from those search
> results.
>
> The second is that you can get your report into a spreadsheet very simply.
> Export the report as an html file. Open excel. Open the html file.
>
> That's it. No converting pdf files to excel. No crazy export of
> transactions and importing CSV files etc etc.
>
>
> I have to ask why is the combination of procedures not clearly spelt out
> in the help files. It has taken two years to discover this. I have posted
> several threads trying to achieve this. I think it has been possible all
> the time.
>
> Now the information I have in GNUCash is suddenly an invaluable resource.
> I am no longer entering data in two or more places. I am no longer
> exporting transactions and manipulating them outside GNUCash.
>
> A minor note to point out is that the values imported to excel initially
> appear as links through to the original transaction.  Copying the column
> and pasting as values takes seconds and then off you go. I think you could
> probably also set up a macro to do this step for you.
>
> I am astonished that this is so simply achieved.  There are hundreds of
> threads on this forum with people obviously trying to achieve this. So
> obviously users are not getting appropriate instructions from the help
> files.
>
> It it would be great and save everyone thousands of hours if it were to be
> included in the help clearly and obviously.
>
>
>
> --
>   Mike Stillingfleet
>   mikestillingfl...@fastmail.co.uk
> ___
> gnucash-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.
> -
> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: GnuCash 2.6.7 question

2018-03-02 Thread D via gnucash-user
Hello,

Liking at the screen shot, I can see that you are able to view other 
transactions from that time frame (so it's not that the transaction date is 
causing it to disappear).

The one thing we can't tell room the screen shot is whether any of the splits 
in your transaction are actually assigned to the current checking account. If 
none of your splits are assigned to the checking account, then the transaction 
will disappear from this register the moment you press enter, since there is 
nothing in the transaction to bind it to this one.

David T.

On March 3, 2018, at 1:53 AM, David Dutra  wrote:

Thanks, but I have done that and scrolled up the whole list of transactions - 
it's not there. 



-Original Message-
From: gnucash-user 
[mailto:gnucash-user-bounces+ddutra=nycap.rr@gnucash.org] On Behalf Of 
Colin Law
Sent: Friday, March 2, 2018 3:35 PM
Cc: gnucash-user
Subject: Re: GnuCash 2.6.7 question

Also you can use the search feature to search for the lost transaction.

Colin

On 2 March 2018 at 19:38, Evan Van Dyke  wrote:
> This will sound like a stupid response, but it’s happened to me a 
> bunch…
>
> Are you 100% sure you have the date right on the transaction when you enter 
> it?   I’ve had this happen too many times when I enter just the month/day on 
> a transaction, and GnuCash puts in last year’s year for some reason… causing 
> the new transaction to jump up off the top of the screen when I hit “Enter” 
> to create the transaction.  Most common around the end of the year (for me), 
> and you say you’re coming back to the DB after time off, so it might just be 
> “helping” you in an incorrect fashion.
>
> The fact that it auto-fills when you try to re-enter it suggests that the Tx 
> is in your ledger somewhere.   If you’ve been clearing/reconciling your 
> transactions, you can probably find it fast by scrolling up and looking for a 
> Tx in the cleared section of your ledger which says “n” in that column.
>
> —Evan
>
>> On Mar 2, 2018, at 1:26 PM, David Dutra  wrote:
>>
>> Hello,
>>
>>
>>
>> I'm very much a newbie and I'd appreciate some help. I used GnuCash 
>> last year for our small nonprofit to keep track of income and 
>> expenses based on transactions through our check book. I figured out 
>> how to use it for simple and split transactions last year and it 
>> worked fine. I haven't used it since and when I tried to carry on 
>> where I left off a year ago, I encountered a problem.
>>
>>
>>
>> I set up a payment and split it into its two expense components - no 
>> problem. I hit Enter, but instead of entering that transaction and 
>> moving to the next line for the next entry, my transaction 
>> disappeared from view and all that was left was the date. However, 
>> when I began to enter it again beginning in the Memo column, the 
>> whole transaction reappeared with the correct amounts and splits. Hit 
>> Enter, and the same thing happened - line disappeared except for the 
>> date. Same thing happened when I clicked on the Enter button on the menu 
>> rather than hitting Enter on the keyboard.
>>
>>
>>
>> Not sure why I was able to figure it out a year ago, but having 
>> issues now, but I'm assuming I'm making some simple mistake. Can anyone help 
>> me out??
>>
>>
>>
>> Thanks,
>>
>> David
>>
>> ___
>> gnucash-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.
>> -
>> 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-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.
> -
> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

---
This email has been checked for viruses by AVG.
http://www.avg.com

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:

Re: Reporting based on search criteria and exprting transactions to excel. It's simple!

2018-03-02 Thread D via gnucash-user
Mike,

I'm sorry to hear that you've missed this aspect. I know that many long time 
users have heard that drill many times before; it's too bad you didn't get the 
same! 

I will note that there is a section in the wiki that talks about this, perhaps 
not exactly as you outlined, but pretty closely: 
https://wiki.gnucash.org/wiki/Using_GnuCash#Exporting_a_report_to_OpenOffice_Calc

David

On March 3, 2018, at 8:28 AM, Mike Stillingfleet 
 wrote:

Dear All,

I have used GNUCash for a couple of years now.  in recent days I have come 
across a couple of features or tricks which have completely transformed the 
value of GNUCash to me. Yet neither of these features are in the help pages. Or 
if the are in the help pages I have consistently missed them in my efforts to 
find ways of reporting sensibly from GNUCASH. 

The first is that I have gone through all sorts of hoops to report on 
transactions based on a particular search criteria. 

I now find that this is simply achieved by doing a find from the edit menu. 
With the resultant search result tab open you can select the reports menu, 
account report and GNUCASH will create a report from those search results.

The second is that you can get your report into a spreadsheet very simply. 
Export the report as an html file. Open excel. Open the html file.

That's it. No converting pdf files to excel. No crazy export of transactions 
and importing CSV files etc etc.


I have to ask why is the combination of procedures not clearly spelt out in the 
help files. It has taken two years to discover this. I have posted several 
threads trying to achieve this. I think it has been possible all the time.

Now the information I have in GNUCash is suddenly an invaluable resource. I am 
no longer entering data in two or more places. I am no longer exporting 
transactions and manipulating them outside GNUCash.

A minor note to point out is that the values imported to excel initially appear 
as links through to the original transaction.  Copying the column and pasting 
as values takes seconds and then off you go. I think you could probably also 
set up a macro to do this step for you.

I am astonished that this is so simply achieved.  There are hundreds of threads 
on this forum with people obviously trying to achieve this. So obviously users 
are not getting appropriate instructions from the help files.

It it would be great and save everyone thousands of hours if it were to be 
included in the help clearly and obviously. 



-- 
  Mike Stillingfleet
  mikestillingfl...@fastmail.co.uk
___
gnucash-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.
-
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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread DaveC49
David,
We ex -Windows users are just like ex-smokers - never miss an opportunity to
prosleytize to the unconverted.
David



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: GNUcash setup

2018-03-02 Thread Sébastien de Menten
Adrien,

This thread
https://lists.gnucash.org/pipermail/gnucash-user/2016-September/066879.html
talks about a similar topic. I have posted some "experimental hacks" on it
to have a book with multiple root accounts. But far from guaranteed to work
properly in gnucash.

Sébastien

On Mar 3, 2018 02:02, "Adrien Monteleone" 
wrote:

> Thanks Dave,
>
> To clarify, what I was suggesting was this:
>
> Assets
> Assets:Personal
> Assets:Entity1
> Assets:Entity2
>
> with appropriate sub-accounts under each.
>
> In line with this you’d also have:
>
> Expenses
> Expenses:Personal
> Expenses:Entity1
> Expenses:Entity2
>
> with appropriate sub-accounts under each, and so on for Revenue and then
> Liabilities and Equity as needed.
>
> Each of those ’second levels’ should probably be marked as placeholders to
> avoid a mess.
>
> The other alternative would be this:
>
> Assets
> Assets:Current Assets:Checking
> Assets:Current Assets:Checking:Personal
> Assets:Current Assets:Checking:Entity1
> Assets:Current Assets:Checking:Entity2
>
> That is, if such actual real accounts exist for each entity. The same
> would go for liabilities and Equity would most likely ALL be under
> Personal, so no need for separate accounts.
>
> For expenses, this would be the alternate format:
>
> Expenses
> Expenses:Utilities
> Expenses:Utilities:Electricity
> Expenses:Utilities:Electricity:Personal
> Expenses:Utilities:Electricity:Entity1
> Expenses:Utilities:Electricity:Entity2
>
> with the individual subs being their respective percentages allowed to be
> deducted on the tax return. (or more likely, for that particular expense
> type, just leave everything personal and calculate the percentage at tax
> time off the main expense, which is personal)
>
> Some expenses might only be for each of the business entities or one of
> the other, so not necessarily all expense categories would have entity
> sub-accounts.
>
> In the second set of examples, the level just above the entities should
> probably be marked a place-holder.
>
> Otherwise, yes, you’d have to keep separate books for each and figure out
> how to handle ‘paying yourself’ according to your local tax laws. You’d
> also have to figure out your itemized deductions a bit differently, but
> separate books would also give you separate ‘loss or gain from business
> activity’ numbers.
>
> I’ve seen prior discussions showing both these methods with respect to
> rental property tracking. All properties are part of the same legal entity
> and so should all be on the same statements and return, but the owner
> wanted to track their profitability individually.
>
> Personally, I keep everything in one book and don’t separate entities at
> all because I don’t have individual concerns I need to analyze. But I do
> track separate “revenue streams” for various work.
>
>
> Regards,
> Adrien
>
> > On Mar 2, 2018, at 6:26 PM, DaveC49  wrote:
> >
> > Ken, Adrien
> > Just a quick note re "separate account trees for each business".
> >
> > I have experimnted to try to do this within the one set of books (i.e.
> file)
> > in Gnucash and have never found a way of doing it.
> >
> > My problem has always been creating an entity level top account as there
> is
> > no top level account of type entity in the Gnucash structure which can
> have
> > the other major account types (i.e. Asset, Liability, Equity, Income,
> > Expense) as the type of its sub accounts.
> >
> > The account type of a top level account is restricted to be one of {Bank,
> > Cash, Asset, Credit Card, Liabilty, Stock, Mutual Fund, Income, Expense,
> > Equity, A/Receivable, A/Payable,or Trading}. Having made a choice of the
> top
> > level account (e.g. Asset),the choice of account type for a subaccount is
> > restricted to types in the Asset and Liability classes , i.e.{Bank, Cash,
> > Asset, Credit Card, Liability, Stock, Mutual Fund, A/Receivable,
> A/Payable}.
> > If the top level account is of type Liability, the choices are
> restricted to
> > the same list. If the top level account is an Equity account type, its
> sub
> > accounts can only be of type Equity. Expense and Income class top level
> > accounts can only have a type for the subaccounts of {Income, Expense}.
> This
> > precludes setting up multiple entity structures with the entities as
> > separate top level accounts with their own sub trees.
> >
> > I think this is by design and that the expected strategy is to use
> separate
> > files for separate entity.
> >
> > I have adopted the second strategy you mentioned of having "entity"
> > subaccounts under each of the major top level classes {Asset,Libility,
> > Equity, Income, Expenses} to separate my wife's, mine and a few minor
> > business ventures we operate jointly or separately. It works OK, but
> > increases the likelihood of putting a transaction in the wrong account
> and
> > the balance sheets and income statements are not ideal but easily
> rearranged
> > once 

Reporting based on search criteria and exprting transactions to excel. It's simple!

2018-03-02 Thread Mike Stillingfleet
Dear All,

I have used GNUCash for a couple of years now.  in recent days I have come 
across a couple of features or tricks which have completely transformed the 
value of GNUCash to me. Yet neither of these features are in the help pages. Or 
if the are in the help pages I have consistently missed them in my efforts to 
find ways of reporting sensibly from GNUCASH. 

The first is that I have gone through all sorts of hoops to report on 
transactions based on a particular search criteria. 

I now find that this is simply achieved by doing a find from the edit menu. 
With the resultant search result tab open you can select the reports menu, 
account report and GNUCASH will create a report from those search results.

The second is that you can get your report into a spreadsheet very simply. 
Export the report as an html file. Open excel. Open the html file.

That's it. No converting pdf files to excel. No crazy export of transactions 
and importing CSV files etc etc.


I have to ask why is the combination of procedures not clearly spelt out in the 
help files. It has taken two years to discover this. I have posted several 
threads trying to achieve this. I think it has been possible all the time.

Now the information I have in GNUCash is suddenly an invaluable resource. I am 
no longer entering data in two or more places. I am no longer exporting 
transactions and manipulating them outside GNUCash.

A minor note to point out is that the values imported to excel initially appear 
as links through to the original transaction.  Copying the column and pasting 
as values takes seconds and then off you go. I think you could probably also 
set up a macro to do this step for you.

I am astonished that this is so simply achieved.  There are hundreds of threads 
on this forum with people obviously trying to achieve this. So obviously users 
are not getting appropriate instructions from the help files.

It it would be great and save everyone thousands of hours if it were to be 
included in the help clearly and obviously. 



-- 
  Mike Stillingfleet
  mikestillingfl...@fastmail.co.uk
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread David Carlson
I think a recent Windows update broke some feature s and another follow-up
fixed things.


David C

On Mar 2, 2018 7:12 PM, "DaveC49"  wrote:

> Jeffrey,
>
> You could always run the legacy Windoze apps in a Virtul Machine on Linux
> and make the break.
>
>
>
> -
> David Cousens
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> gnucash-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.
> -
> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread DaveC49
Jeffrey,

You could always run the legacy Windoze apps in a Virtul Machine on Linux
and make the break.



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: GNUcash setup

2018-03-02 Thread Adrien Monteleone
Thanks Dave,

To clarify, what I was suggesting was this:

Assets
Assets:Personal
Assets:Entity1
Assets:Entity2

with appropriate sub-accounts under each.

In line with this you’d also have:

Expenses
Expenses:Personal
Expenses:Entity1
Expenses:Entity2

with appropriate sub-accounts under each, and so on for Revenue and then 
Liabilities and Equity as needed.

Each of those ’second levels’ should probably be marked as placeholders to 
avoid a mess.

The other alternative would be this:

Assets
Assets:Current Assets:Checking
Assets:Current Assets:Checking:Personal
Assets:Current Assets:Checking:Entity1
Assets:Current Assets:Checking:Entity2

That is, if such actual real accounts exist for each entity. The same would go 
for liabilities and Equity would most likely ALL be under Personal, so no need 
for separate accounts.

For expenses, this would be the alternate format:

Expenses
Expenses:Utilities
Expenses:Utilities:Electricity
Expenses:Utilities:Electricity:Personal
Expenses:Utilities:Electricity:Entity1
Expenses:Utilities:Electricity:Entity2

with the individual subs being their respective percentages allowed to be 
deducted on the tax return. (or more likely, for that particular expense type, 
just leave everything personal and calculate the percentage at tax time off the 
main expense, which is personal)

Some expenses might only be for each of the business entities or one of the 
other, so not necessarily all expense categories would have entity sub-accounts.

In the second set of examples, the level just above the entities should 
probably be marked a place-holder.

Otherwise, yes, you’d have to keep separate books for each and figure out how 
to handle ‘paying yourself’ according to your local tax laws. You’d also have 
to figure out your itemized deductions a bit differently, but separate books 
would also give you separate ‘loss or gain from business activity’ numbers.

I’ve seen prior discussions showing both these methods with respect to rental 
property tracking. All properties are part of the same legal entity and so 
should all be on the same statements and return, but the owner wanted to track 
their profitability individually.

Personally, I keep everything in one book and don’t separate entities at all 
because I don’t have individual concerns I need to analyze. But I do track 
separate “revenue streams” for various work.


Regards,
Adrien

> On Mar 2, 2018, at 6:26 PM, DaveC49  wrote:
> 
> Ken, Adrien
> Just a quick note re "separate account trees for each business".
> 
> I have experimnted to try to do this within the one set of books (i.e. file)
> in Gnucash and have never found a way of doing it.
> 
> My problem has always been creating an entity level top account as there is
> no top level account of type entity in the Gnucash structure which can have
> the other major account types (i.e. Asset, Liability, Equity, Income,
> Expense) as the type of its sub accounts. 
> 
> The account type of a top level account is restricted to be one of {Bank,
> Cash, Asset, Credit Card, Liabilty, Stock, Mutual Fund, Income, Expense,
> Equity, A/Receivable, A/Payable,or Trading}. Having made a choice of the top
> level account (e.g. Asset),the choice of account type for a subaccount is
> restricted to types in the Asset and Liability classes , i.e.{Bank, Cash,
> Asset, Credit Card, Liability, Stock, Mutual Fund, A/Receivable, A/Payable}.
> If the top level account is of type Liability, the choices are restricted to
> the same list. If the top level account is an Equity account type, its sub
> accounts can only be of type Equity. Expense and Income class top level
> accounts can only have a type for the subaccounts of {Income, Expense}. This
> precludes setting up multiple entity structures with the entities as
> separate top level accounts with their own sub trees.
> 
> I think this is by design and that the expected strategy is to use separate
> files for separate entity. 
> 
> I have adopted the second strategy you mentioned of having "entity"
> subaccounts under each of the major top level classes {Asset,Libility,
> Equity, Income, Expenses} to separate my wife's, mine and a few minor
> business ventures we operate jointly or separately. It works OK, but
> increases the likelihood of putting a transaction in the wrong account and
> the balance sheets and income statements are not ideal but easily rearranged
> once generated. The main distinction for me is that none of these ventures
> files a separate tax return and they are basically at the hobby level since
> we retired.
> 
> David
> 
> 
> 
> -
> David Cousens
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> gnucash-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 
> 

Re: GNUcash setup

2018-03-02 Thread DaveC49
Ken, Adrien
Just a quick note re "separate account trees for each business".

I have experimnted to try to do this within the one set of books (i.e. file)
in Gnucash and have never found a way of doing it.

My problem has always been creating an entity level top account as there is
no top level account of type entity in the Gnucash structure which can have
the other major account types (i.e. Asset, Liability, Equity, Income,
Expense) as the type of its sub accounts. 

The account type of a top level account is restricted to be one of {Bank,
Cash, Asset, Credit Card, Liabilty, Stock, Mutual Fund, Income, Expense,
Equity, A/Receivable, A/Payable,or Trading}. Having made a choice of the top
level account (e.g. Asset),the choice of account type for a subaccount is
restricted to types in the Asset and Liability classes , i.e.{Bank, Cash,
Asset, Credit Card, Liability, Stock, Mutual Fund, A/Receivable, A/Payable}.
If the top level account is of type Liability, the choices are restricted to
the same list. If the top level account is an Equity account type, its sub
accounts can only be of type Equity. Expense and Income class top level
accounts can only have a type for the subaccounts of {Income, Expense}. This
precludes setting up multiple entity structures with the entities as
separate top level accounts with their own sub trees.

I think this is by design and that the expected strategy is to use separate
files for separate entity. 

I have adopted the second strategy you mentioned of having "entity"
subaccounts under each of the major top level classes {Asset,Libility,
Equity, Income, Expenses} to separate my wife's, mine and a few minor
business ventures we operate jointly or separately. It works OK, but
increases the likelihood of putting a transaction in the wrong account and
the balance sheets and income statements are not ideal but easily rearranged
once generated. The main distinction for me is that none of these ventures
files a separate tax return and they are basically at the hobby level since
we retired.

David



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Fix for yahoo_json for Windows users

2018-03-02 Thread Chris Good
Hi,

 

Getting stock prices from the ASX stopped working approx. 11th Feb 2018 when
the m.asx.com website began being redirected to the ASX home website.

If you'd prefer not to use AlphaVantage, which I believe can be intermittent
sometimes, an alternative GnuCash source for stocks is Yahoo as JSON.

Unfortunately, source Yahoo as JSON in Windows was not returning a valid
date as Windows strftime function does not handle %T, so this was causing
many perl warnings. These warning did not seem to matter when only looking
up 1 stock, Finance::Quote would return date 00/00/2011 and gnc-fq-helper
would change this invalid date to the current date.  But when looking up
multiple stocks (>15 in my case), it caused GnuCash to hang.

 

There is now a fix available so that YahooJSON.pm returns the correct date
of the stock price, but it is not yet included in the official
Finance::Quote module available from CPAN (currently version 1.47).

 

If you'd like to manually install the fix now, it is available on github in
my personal github repository:

Enter 

https://github.com/goodvibes2/finance-quote/blob/FqIss78YahooJson/lib/Financ
e/Quote/YahooJSON.pm

in a browser, click on the Raw button which should open the contents of the

new YahooJSON.pm file on a new page.

Use Control-A to highlight it all, then paste it into a text editor, say
Notepad, then

'Save As' over the top of the existing YahooJSON.pm:

 

Windows (Strawberry Perl):

  C:\strawberry\perl\site\lib\Finance\Quote\YahooJSON.pm

 

To test in a cmd.exe window:

cd \Program Files (x86)\gnucash\bin\

echo (yahoo_json "CBA.AX") | perl gnc-fq-helper

 

The response should be the following with no warnings:

(("CBA.AX" (symbol . "CBA.AX") (gnc:time-no-zone . "2018-03-02 12:00:00")
(last . 75.73) (currency . "AUD")))

 

To setup a GnuCash stock to use YahooJSON for an Australian stock, in the
Tools, Security Edit window, add the .AX suffix to the Symbol to tell
YahooJSON that this stock is on the Australian Stock Exchange,  and select
Single, Yahoo as JSON as the 'Type of quote source'. Eg:

 

Symbol CBA.AX

Display symbol   CBA

TypeASX

Get Online Quotes   Ticked

Type of quote source  SingleYahoo as JSON

 

Regards, Chris Good

 

___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Alphavantage

2018-03-02 Thread Les
I have tried for several days to update stocks, currencies, etc. The 
last update I received for currencies was 02/13/2018 and the last update 
for stocks was 02/23/2018. I have an Alphavantage API key and it was 
added to the end of my environment file.


I am on LInux Mint 18.2 and GC 2.7.17 (getdebs).  I also have the lasted 
F::Q update I have set all my stocks to unknown: Alphavantage.  My 
stocks are listed on Asx Tsx and others.  My currencies are AUD, CAD, 
CHF, HKD, CNY, SGD, MOP, THB and USD.


Any suggestions?

Thanks,

Les

I have the same setup on the latest MacOS and GC 2.6.19.  Same results.

___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Gnucash 2.7.5 Installation

2018-03-02 Thread Roger Miskowicz
I am having difficulty building gnucash 2.7.5 from the latest git clone.

I have modified  by:

adding:
cmake_minimum_required(VERSION 3.5)

changed:
#include 
to:
#include 

I am using:

cmake -D CMAKE_INSTALL_PREFIX=/~/gnucash/gnucash-devel -D
CMAKE_PREFIX_PATH=~/gnucash ../gnucash

which gives me the following errors:

CMake Error at CMakeLists.txt:5 (file):
  file problem creating directory: /glib-2.0/schemas


-- Performing Test have_mod_mask
-- Performing Test have_mod_mask - Failed
CMake Error at gnome/CMakeLists.txt:59 (gnc_add_swig_guile_command):
  Unknown CMake command "gnc_add_swig_guile_command".

My OS is: Ubuntu 16.04.4 LTS

I would appreciate any help in addressing these errors as well as any
related guidance for building 2.7.5.

Roger
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: GnuCash 2.6.7 question

2018-03-02 Thread Colin Law
Have a look in View > Filter By (from that account) and see if you
have selected a date range to show.

Colin

On 2 March 2018 at 21:16, David Dutra  wrote:
> Colin,
>
> I've attached a screen shot. Everything is fine through the transaction dated 
> 2/25/2017 that I entered a year ago. Today I wanted to pick up with the first 
> transaction of the new fiscal year which was a cash payment of $1,550 dated 
> 3/3/2017 that was split between $1,500 for salary and $50 for expenses. I 
> believe the way it's shown on the screen is the way it should look. The 
> problem is, if I hit Enter (either by hitting the key or clicking on the 
> menu), the transaction is no longer there - or anywhere else on the whole 
> ledger - but if I start to input it again, it all comes back, properly split.
>
> D
>
> -Original Message-
> From: Colin Law [mailto:clan...@gmail.com]
> Sent: Friday, March 2, 2018 3:57 PM
> To: David Dutra
> Cc: gnucash-user
> Subject: Re: GnuCash 2.6.7 question
>
> Can you enter it again and do a screenshot before hitting enter?  Post it 
> here.
>
> Colin
>
> On 2 March 2018 at 20:52, David Dutra  wrote:
>> Thanks, but I have done that and scrolled up the whole list of transactions 
>> - it's not there.
>>
>>
>>
>> -Original Message-
>> From: gnucash-user
>> [mailto:gnucash-user-bounces+ddutra=nycap.rr@gnucash.org] On
>> Behalf Of Colin Law
>> Sent: Friday, March 2, 2018 3:35 PM
>> Cc: gnucash-user
>> Subject: Re: GnuCash 2.6.7 question
>>
>> Also you can use the search feature to search for the lost transaction.
>>
>> Colin
>>
>> On 2 March 2018 at 19:38, Evan Van Dyke  wrote:
>>> This will sound like a stupid response, but it’s happened to me a
>>> bunch…
>>>
>>> Are you 100% sure you have the date right on the transaction when you enter 
>>> it?   I’ve had this happen too many times when I enter just the month/day 
>>> on a transaction, and GnuCash puts in last year’s year for some reason… 
>>> causing the new transaction to jump up off the top of the screen when I hit 
>>> “Enter” to create the transaction.  Most common around the end of the year 
>>> (for me), and you say you’re coming back to the DB after time off, so it 
>>> might just be “helping” you in an incorrect fashion.
>>>
>>> The fact that it auto-fills when you try to re-enter it suggests that the 
>>> Tx is in your ledger somewhere.   If you’ve been clearing/reconciling your 
>>> transactions, you can probably find it fast by scrolling up and looking for 
>>> a Tx in the cleared section of your ledger which says “n” in that column.
>>>
>>> —Evan
>>>
 On Mar 2, 2018, at 1:26 PM, David Dutra  wrote:

 Hello,



 I'm very much a newbie and I'd appreciate some help. I used GnuCash
 last year for our small nonprofit to keep track of income and
 expenses based on transactions through our check book. I figured out
 how to use it for simple and split transactions last year and it
 worked fine. I haven't used it since and when I tried to carry on
 where I left off a year ago, I encountered a problem.



 I set up a payment and split it into its two expense components - no
 problem. I hit Enter, but instead of entering that transaction and
 moving to the next line for the next entry, my transaction
 disappeared from view and all that was left was the date. However,
 when I began to enter it again beginning in the Memo column, the
 whole transaction reappeared with the correct amounts and splits.
 Hit Enter, and the same thing happened - line disappeared except for
 the date. Same thing happened when I clicked on the Enter button on the 
 menu rather than hitting Enter on the keyboard.



 Not sure why I was able to figure it out a year ago, but having
 issues now, but I'm assuming I'm making some simple mistake. Can anyone 
 help me out??



 Thanks,

 David

 ___
 gnucash-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.
 -
 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-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.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List 

RE: GnuCash 2.6.7 question

2018-03-02 Thread David Dutra
Colin,

I've attached a screen shot. Everything is fine through the transaction dated 
2/25/2017 that I entered a year ago. Today I wanted to pick up with the first 
transaction of the new fiscal year which was a cash payment of $1,550 dated 
3/3/2017 that was split between $1,500 for salary and $50 for expenses. I 
believe the way it's shown on the screen is the way it should look. The problem 
is, if I hit Enter (either by hitting the key or clicking on the menu), the 
transaction is no longer there - or anywhere else on the whole ledger - but if 
I start to input it again, it all comes back, properly split. 

D

-Original Message-
From: Colin Law [mailto:clan...@gmail.com] 
Sent: Friday, March 2, 2018 3:57 PM
To: David Dutra
Cc: gnucash-user
Subject: Re: GnuCash 2.6.7 question

Can you enter it again and do a screenshot before hitting enter?  Post it here.

Colin

On 2 March 2018 at 20:52, David Dutra  wrote:
> Thanks, but I have done that and scrolled up the whole list of transactions - 
> it's not there.
>
>
>
> -Original Message-
> From: gnucash-user 
> [mailto:gnucash-user-bounces+ddutra=nycap.rr@gnucash.org] On 
> Behalf Of Colin Law
> Sent: Friday, March 2, 2018 3:35 PM
> Cc: gnucash-user
> Subject: Re: GnuCash 2.6.7 question
>
> Also you can use the search feature to search for the lost transaction.
>
> Colin
>
> On 2 March 2018 at 19:38, Evan Van Dyke  wrote:
>> This will sound like a stupid response, but it’s happened to me a 
>> bunch…
>>
>> Are you 100% sure you have the date right on the transaction when you enter 
>> it?   I’ve had this happen too many times when I enter just the month/day on 
>> a transaction, and GnuCash puts in last year’s year for some reason… causing 
>> the new transaction to jump up off the top of the screen when I hit “Enter” 
>> to create the transaction.  Most common around the end of the year (for me), 
>> and you say you’re coming back to the DB after time off, so it might just be 
>> “helping” you in an incorrect fashion.
>>
>> The fact that it auto-fills when you try to re-enter it suggests that the Tx 
>> is in your ledger somewhere.   If you’ve been clearing/reconciling your 
>> transactions, you can probably find it fast by scrolling up and looking for 
>> a Tx in the cleared section of your ledger which says “n” in that column.
>>
>> —Evan
>>
>>> On Mar 2, 2018, at 1:26 PM, David Dutra  wrote:
>>>
>>> Hello,
>>>
>>>
>>>
>>> I'm very much a newbie and I'd appreciate some help. I used GnuCash 
>>> last year for our small nonprofit to keep track of income and 
>>> expenses based on transactions through our check book. I figured out 
>>> how to use it for simple and split transactions last year and it 
>>> worked fine. I haven't used it since and when I tried to carry on 
>>> where I left off a year ago, I encountered a problem.
>>>
>>>
>>>
>>> I set up a payment and split it into its two expense components - no 
>>> problem. I hit Enter, but instead of entering that transaction and 
>>> moving to the next line for the next entry, my transaction 
>>> disappeared from view and all that was left was the date. However, 
>>> when I began to enter it again beginning in the Memo column, the 
>>> whole transaction reappeared with the correct amounts and splits. 
>>> Hit Enter, and the same thing happened - line disappeared except for 
>>> the date. Same thing happened when I clicked on the Enter button on the 
>>> menu rather than hitting Enter on the keyboard.
>>>
>>>
>>>
>>> Not sure why I was able to figure it out a year ago, but having 
>>> issues now, but I'm assuming I'm making some simple mistake. Can anyone 
>>> help me out??
>>>
>>>
>>>
>>> Thanks,
>>>
>>> David
>>>
>>> ___
>>> gnucash-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.
>>> -
>>> 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-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.
>> -
>> 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-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 
> 

RE: GnuCash 2.6.7 question

2018-03-02 Thread David Dutra
Thanks, but I have done that and scrolled up the whole list of transactions - 
it's not there. 



-Original Message-
From: gnucash-user 
[mailto:gnucash-user-bounces+ddutra=nycap.rr@gnucash.org] On Behalf Of 
Colin Law
Sent: Friday, March 2, 2018 3:35 PM
Cc: gnucash-user
Subject: Re: GnuCash 2.6.7 question

Also you can use the search feature to search for the lost transaction.

Colin

On 2 March 2018 at 19:38, Evan Van Dyke  wrote:
> This will sound like a stupid response, but it’s happened to me a 
> bunch…
>
> Are you 100% sure you have the date right on the transaction when you enter 
> it?   I’ve had this happen too many times when I enter just the month/day on 
> a transaction, and GnuCash puts in last year’s year for some reason… causing 
> the new transaction to jump up off the top of the screen when I hit “Enter” 
> to create the transaction.  Most common around the end of the year (for me), 
> and you say you’re coming back to the DB after time off, so it might just be 
> “helping” you in an incorrect fashion.
>
> The fact that it auto-fills when you try to re-enter it suggests that the Tx 
> is in your ledger somewhere.   If you’ve been clearing/reconciling your 
> transactions, you can probably find it fast by scrolling up and looking for a 
> Tx in the cleared section of your ledger which says “n” in that column.
>
> —Evan
>
>> On Mar 2, 2018, at 1:26 PM, David Dutra  wrote:
>>
>> Hello,
>>
>>
>>
>> I'm very much a newbie and I'd appreciate some help. I used GnuCash 
>> last year for our small nonprofit to keep track of income and 
>> expenses based on transactions through our check book. I figured out 
>> how to use it for simple and split transactions last year and it 
>> worked fine. I haven't used it since and when I tried to carry on 
>> where I left off a year ago, I encountered a problem.
>>
>>
>>
>> I set up a payment and split it into its two expense components - no 
>> problem. I hit Enter, but instead of entering that transaction and 
>> moving to the next line for the next entry, my transaction 
>> disappeared from view and all that was left was the date. However, 
>> when I began to enter it again beginning in the Memo column, the 
>> whole transaction reappeared with the correct amounts and splits. Hit 
>> Enter, and the same thing happened - line disappeared except for the 
>> date. Same thing happened when I clicked on the Enter button on the menu 
>> rather than hitting Enter on the keyboard.
>>
>>
>>
>> Not sure why I was able to figure it out a year ago, but having 
>> issues now, but I'm assuming I'm making some simple mistake. Can anyone help 
>> me out??
>>
>>
>>
>> Thanks,
>>
>> David
>>
>> ___
>> gnucash-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.
>> -
>> 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-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.
> -
> 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-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

---
This email has been checked for viruses by AVG.
http://www.avg.com

___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Printing no longer works on Windows 10 Pro

2018-03-02 Thread jeffrey black
On 2/22/2018 1:53 AM, David Carlson wrote:
> I seem to recall that GnuCash uses a different printing system dialog than
> most other windows programs.  Perhaps a developer knows where to look for
> this problem.
>
> David C
>
> On Thu, Feb 22, 2018 at 1:49 AM, David Carlson 
> wrote:
>
>> When printing checks the same thing happens when clicking on the Print
>> button in the check printing box.  There would not be a work-around for
>> that.
>>
>> David C
>>
>> On Wed, Feb 21, 2018 at 11:16 PM, Greg Feneis  wrote:
>>
>>> As a work around, perhaps try the Export as PDF function, then print the
>>> exported PDF from a PDF viewer?
>>>
>>>
>>> Kind regards,
>>>
>>> Greg Feneis
>>>
>>>
>>>
>>> On Wed, Feb 21, 2018 at 7:19 PM, jeffrey black <
>>> beastmaster...@hotmail.com>
>>> wrote:
>>>
 Does anyone have any idea of why version 2.6.19 of GnuCash will no
 longer recognize any physical printer hooked to my Windows 10 Pro
 computer?  All other windoze programs do, and until today I have been
 able to print any GnuCash report on this computer. Split lines and all.
 I needed a quick and dirty one page report so didn't do the html export
 print or I would not have noticed. It has worked before, I use it to
 print tax reports for each month of the year.

 Just to check, I looked on my laptop which has windoze 10 home with
 GnuCash 2.6.19, and it recognizes and prints to all of my printers.

 Both computers are running 64 bit versions of windoze, one pro the other
 home, and I am using the same data file on both computers (moved the
 portable usb drive).

 I have rebooted the computer, unistalled 2.6.19 and reinstalled from a
 new download.

 Suggestions (besides dumping windoze, I am down to two legacy apps, then
 Hallelujah Unix here I come) ?

 --JEffrey Black M.B.A.


 ___
 gnucash-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.
 -
 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-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.
>>> -
>>> 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-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.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> .
>
I have no idea what caused it but; the active printer list is working 
now.  All of my printers are showing up and working with 2.6.19 again.

--JEffrey Black M.B.A.


___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Find Customer Dialog

2018-03-02 Thread Greg Feneis
That does appear to work.  Thanks a bunch.







Kind regards,

Greg Feneis



On Fri, Mar 2, 2018 at 11:17 AM, Geert Janssens 
wrote:

> Op vrijdag 2 maart 2018 20:10:00 CET schreef Greg Feneis:
> > Win 7-64, Gnu Cash 2.6.18
> >
> > When I want to generate a new invoice, I select Business > Customer > New
> > Invoice. (New Invoice dialog appears)
> >
> > When I want to select which customer the invoice applies to, I click on
> the
> > "Select..." button next to the Customer field. (Find Customer dialog
> > appears)
> >
> > ​The Find Customer dialog appears to allow me to search for a particular
> > customer or a set of customers, or whatever, depending on how I construct
> > the search settings/arguments.
> >
> > Is there an entry or argument that makes it just show all customers?
> >
> >
> >
> > Kind regards,
> >
> > Greg Feneis
>
> "Company name" "Matches Regex" "."
>
> That should work. I admit it's not obvious at first sight and gnucash
> would be
> more helpful if it offered a simple option to highlight all...
>
> Geert
>
>
>
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Discover Card Working

2018-03-02 Thread Ron Schnatzmeyer

There was a post earlier this week about downloading Discover Card.

I was able to get it working:

You first have to manually add the account in aqbanking setup. Discover 
won't automatically download the account list.
When you set up the connection use 'Discover Card Account Center' for 
ORG and '9625' for FID. I got those values from my Quicken log.

After that it worked. I hope that works for you.





___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Bayes Matching / Updating Help

2018-03-02 Thread Evan Van Dyke
I’ve been using GnuCash for five or six years now, and by and large it works 
very well for me.  The one thing that I still find somewhat annoying is poor 
baysean matching of imported transactions to scheduled ones on my credit cards. 
 Maybe 80-85% of everything matches perfectly, but there are a few items which 
seem to never match.   Typical example is my water/storm/garbage bill.  It 
tends to vary by +/- $10 every month.  The Bayes filter almost never matches it 
(due to the price variance I assume), and the “right” one doesn’t show up in 
the manual match list if I try to match manually (minimum to display currently 
set at 1).  Often I’ll get some other transaction in the list which has a 
closer price, but wrong description/text.   Usually that other transaction was 
matched by Bayes to some other transaction in the import, which is extra 
frustrating; You can’t reconcile 2 imported transactions to the same scheduled 
one!

Similar issue with my contributions to college savings plans for 2 children.  
Same price, only difference is the account# in the description field.  Bayes 
/always/ matches both incoming transactions to the lexically-sorted first one 
of the 2 scheduled Tx in my register.

Looking for some way to force-train the bayes DB better:
   - Temporarily lower the filter enough for the right transaction to show up
   - Have Bayes re-match when I do something like set the proper expense 
account for the new transaction
   - Some way to “force match” the two transactions after the initial import 
(and kill the duplicate)
   - Figure out how to update my scheduled Transaction so it’ll show up “above 
the line” and I can select it.

Open to any ideas/guidance.I see from the release notes that 3.0 is 
supposed to have new/better Bayes support; will that help me resolve this?

Thanks for any/all assistance!

—Evan
___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

GnuCash 2.6.7 question

2018-03-02 Thread David Dutra
Hello,

 

I'm very much a newbie and I'd appreciate some help. I used GnuCash last
year for our small nonprofit to keep track of income and expenses based on
transactions through our check book. I figured out how to use it for simple
and split transactions last year and it worked fine. I haven't used it since
and when I tried to carry on where I left off a year ago, I encountered a
problem.  

 

I set up a payment and split it into its two expense components - no
problem. I hit Enter, but instead of entering that transaction and moving to
the next line for the next entry, my transaction disappeared from view and
all that was left was the date. However, when I began to enter it again
beginning in the Memo column, the whole transaction reappeared with the
correct amounts and splits. Hit Enter, and the same thing happened - line
disappeared except for the date. Same thing happened when I clicked on the
Enter button on the menu rather than hitting Enter on the keyboard. 

 

Not sure why I was able to figure it out a year ago, but having issues now,
but I'm assuming I'm making some simple mistake. Can anyone help me out??

 

Thanks,

David

___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Find Customer Dialog

2018-03-02 Thread Geert Janssens
Op vrijdag 2 maart 2018 20:10:00 CET schreef Greg Feneis:
> Win 7-64, Gnu Cash 2.6.18
> 
> When I want to generate a new invoice, I select Business > Customer > New
> Invoice. (New Invoice dialog appears)
> 
> When I want to select which customer the invoice applies to, I click on the
> "Select..." button next to the Customer field. (Find Customer dialog
> appears)
> 
> ​The Find Customer dialog appears to allow me to search for a particular
> customer or a set of customers, or whatever, depending on how I construct
> the search settings/arguments.
> 
> Is there an entry or argument that makes it just show all customers?
> 
> 
> 
> Kind regards,
> 
> Greg Feneis

"Company name" "Matches Regex" "."

That should work. I admit it's not obvious at first sight and gnucash would be 
more helpful if it offered a simple option to highlight all...

Geert


___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: gnucash 2.7.5 segfault when typing in account field

2018-03-02 Thread John Ralls


> On Mar 2, 2018, at 8:29 AM, Mathieu Clabaut  wrote:
> 
> Here it is :
> 
>Message: Process 4469 (gnucash) of user 1000 dumped core.
> 
> Stack trace of thread 4469:
> #0  0x7f0b7cfd7d42 gdk_window_has_impl (libgdk-3.so.0)
> #1  0x7f0b7d01020f gdk_x11_window_get_xid (libgdk-3.so.0)
> #2  0x7f0b4c839a73 gtk_im_context_xim_filter_keypress 
> (im-xim.so)
> #3  0x7f0b7fa6b6e4 gtk_im_multicontext_filter_keypress 
> (libgtk-3.so.0)
> #4  0x7f0b7d4b287e gnucash_sheet_key_press_event 
> (libgncmod-register-gnome.so)
> #5  0x7f0b7fa8ce78 _gtk_marshal_BOOLEAN__BOXEDv 
> (libgtk-3.so.0)
> #6  0x7f0b7f264db1 n/a (libgobject-2.0.so.0)
> #7  0x7f0b7f2814b4 g_signal_emit_valist 
> (libgobject-2.0.so.0)
> #8  0x7f0b7f282240 g_signal_emit (libgobject-2.0.so.0)
> #9  0x7f0b7fbe02c5 gtk_widget_event_internal 
> (libgtk-3.so.0)
> #10 0x7f0b7fc01ae4 gtk_window_propagate_key_event 
> (libgtk-3.so.0)
> #11 0x7f0b7fc0572c gtk_window_key_press_event 
> (libgtk-3.so.0)

Interesting. 
The actual crash is at 
https://gitlab.gnome.org/GNOME/gtk/blob/gtk-3-22/gdk/gdkwindow.c#L664 

Where they don’t check for a NULL window before dereferencing it.
Looks to me like the problem is either at 
https://gitlab.gnome.org/GNOME/gtk/blob/gtk-3-22/modules/input/gtkimcontextxim.c#L656
 

 
or the next line. One of those calls is returning NULL and the code assumes 
that it doesn’t.

That might be because the event->window is NULL. That’s still a Gtk problem, 
though I’ll leave it up to the Gtk folks to figure it out. GnuCash is clean on 
this one.

You should probably start off by filing a bug with Arch and let the Gtk 
packager take it up with the Gtk folks.

Regards,
John Ralls


___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Gnucash Crashing

2018-03-02 Thread John Ralls


> On Feb 28, 2018, at 11:05 AM, J.L. Sundstrom  wrote:
> 
> Recently upgraded to 10.13.3 and had to upgrade Gnucash (GC 2.6.19) to work 
> with it.  All was well until installing “recommended” update to 10.13.3 
> (character sequence can cause crash) on 2/22/18.  After that, opening and 
> closing GC and then trying subsequent opening GC crashes (Apple info 
> available if wanted).  Discovered work-around of reinstalling GC which opens 
> the app and I can use it without problem.  But, close it and try to open 
> again… it crashes.  Any ideas why this would be the case?  It appears that 
> Apple’s update broke 2.6.19.

Sorry, the first one went from the wrong email account for the list.

Please open a bug and attach the crash report to it.

Regards,
John Ralls


___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: gnucash 2.7.5 segfault when typing in account field

2018-03-02 Thread John Ralls


> On Feb 27, 2018, at 3:47 AM, Mathieu Clabaut  wrote:
> 
> As requested by the gnucash-devel mailing list owner, I forward this
> message to the gnucash-user mailing list.
> 
> Best regards,
> 
> -- Forwarded message -
> From: Mathieu Clabaut 
> Date: lun. 26 févr. 2018 à 23:14
> Subject: gnucash 2.7.5 segfault when typing in account field
> To: 
> 
> 
> Trying least gnucash 2.7.5 on arch linux 4.15.5, I get the following stack
> trace when trying to edit the account of one transaction :
> gtk3 has version 3.22.28-1
> 
> 
>   PID: 16105 (gnucash)
>   UID: 1000 (clabaut)
>   GID: 1000 (clabaut)
>Signal: 11 (SEGV)
> Timestamp: Mon 2018-02-26 23:04:55 CET (2min 28s ago)
>  Command Line: gnucash /tmp/account.gnucash
>Executable: /usr/bin/gnucash
> Control Group: /user.slice/user-1000.slice/session-c2.scope
>  Unit: session-c2.scope
> Slice: user-1000.slice
>   Session: c2
> Owner UID: 1000 (clabaut)
>   Storage:
> /var/lib/systemd/coredump/core.gnucash.1000.a06b0c2bd03041caa10965740c06cdee.16105.151968269500.lz4
>   Message: Process 16105 (gnucash) of user 1000 dumped core.
> 
>Stack trace of thread 16105:
>#0  0x7f32dc645d42 n/a (libgdk-3.so.0)
>#1  0x7f32dc67e20f gdk_x11_window_get_xid
> (libgdk-3.so.0)
>#2  0x7f32acb5da73 n/a (im-xim.so)
>#3  0x7f32df0da6e4 n/a (libgtk-3.so.0)
>#4  0x7f32dcb208ae n/a (libgncmod-register-gnome.so)
>#5  0x7f32df0fbe78 n/a (libgtk-3.so.0)
>#6  0x7f32de8d3db1 n/a (libgobject-2.0.so.0)
>#7  0x7f32de8f04b4 g_signal_emit_valist
> (libgobject-2.0.so.0)

It looks at first blush like a bug in Gtk3, but it’s hard to be sure without 
being able to see the actual function calls. Can you install debug symbols for 
gtk3 (including gdk-x11) and gnucash, crash it again, and make a new stack 
trace?

Regards,
John Ralls


___
gnucash-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.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.