[GNC] GnuCash 3.2 Released

2018-06-24 Thread John Ralls
The GnuCash development team announces GnuCash 3.2, the second release of the 
3.x stable release series.

Changes

Between 3.0 and 3.2, the following bugfixes were accomplished:

• Bug 787401 - Test Report System - Report Definition.
• Bug 794617 - Can't compile with -DWITH_GNUCASH=NO due to 
scm-gnome-utils.
• Bug 795101 - Scroll Bar in Reconcile Window Floats in and covers the 
check boxes.
• Bug 795247 - datepicker broken in Persian. GnuCash passes dates as 
integer y/m/d without using locale-specific formats, so we need to strip out 
'E' and 'O' from the format when scanning dates or determining separators in 
gnc-date. None of '-', 'E', or 'O' are supported by boost (and '-' causes 
errors), so strip them out from formatters in gnc-datetime as well.
• Bug 795253 - Have problems input Chinese.
• Bug 795272 - QIF importer causes application crash if action is 
invalid.
• Bug 795276 - Invalid date on price stops file from being parsed.
• Bug 795362 - Special variable "i" not parsed in function calls. Due 
to balance tests with insane random values.
• Bug 795471 - Impossible to Edit Budget Unless Maximized.
• Bug 795519 - Credit card payment after reconciliation.
• Bug 795666 - Backslash '\' in Description field spoils CSV Import 
without helpful error message.
• Bug 795831 - When read only threshold set, dates are silently 
changed. Display a message box informing the user of the change.
• Bug 795944 - Cannot store change to Business Suppliers data.
• Bug 796079 - Repeatable Crash in Tax Report Options.
• Bug 796081 - Tax Schedule Report - An error occurred while running 
the report.
• Bug 796083 - Reconcile Selection Doesn't Work Anymore.
• Bug 796117 - Connecting 3.1 to an existing mysql db drops all data. 
Provide a backup recovery function that instead of dropping primaries and 
restoring backups merges the primaries and backups. This should handle a 
worst-case safe-save failure where the backup tables don't have a complete set 
of rows for some reason.
• Bug 796256 - Main Window stays hidden when starting after closing 
main window while minimized.
• Bug 796369 - Notes lost or perhaps just not displaying when using 
SQLite backend. This bug caused data loss if you saved your SQLite3 database to 
a different file or database. The problem is that in SQLite3 (though not in 
MySQL or PgSQL) the subquery ((SELECT DISTINCT guid FROM transactions)) (note 
the double parentheses) returns only the first guid in the subquery's results. 
Some transactions are loaded by special queries and those queries are also used 
to retrieve the transaction's slots so they weren't affected.
• Bug 796398 - Restrict accelerator keys to valid date range.
• Bug 796409 - Incorrect Current Value for Stocks. Missed calculating 
the value in the register summary bar.
• Bug 796423 - Cannot Input Chinese, seems does not work with other IME 
too. Toggles not in view with all rows selected weren't being redrawn.
• Bug 796484 - csv import: iostream error. Unfortunately it turns out 
that we can't use filestreams because they can't take path arguments containing 
Unicode on Windows.
• Bug 796527 - invalid currency on scheduled transactions.
• Don't even check for price/exchange rate on template 
transactions, there's no point.
• Check all split commodities are valid, abort transaction 
creation if not.
• If the template transaction's currency isn't used by any of 
the splits set the new transaction's currency to the first-found currency if 
there is one, otherwise to the first-found commodity.
• Bug 796537 - Transaction Report cannot sort by "num".
• Bug 796586 - QIF import incorrectly converts unicode characters from 
UTF8 encoded file.
• Bug 796595 - QIF Import Select Account button to add a new account is 
labled gnc-account-new but should be New.
• Bug 796600 - stock split cash-in-lieu income/asset labels backwards.
• Bug 796614 - Reconciliation report contains incorrect transactions.
• Bug 796638 - configuration not properly saved for CSV transactions 
import form.
The Following fixes and improvemts were not associated with bug reports:

• Transaction report improvements:
• Performance: Do all filtering ops before sorting.
• Move the options summary before the subtotals table.
• New unit tests
• Enable computing averages in subtotal grid.
• Generate the subtotal grid only if the primary sort key 
enables subtotals.
• Fix subtotal grid to support multiple commodities.
• New filters.
• Much cleaning and refactoring of the internals.
• Cache the num-split-action book option to avoid thousands of KVP 
queries 

Re: [GNC] Problem with Reports

2018-06-24 Thread D via gnucash-user
Shelley,

Welcome.

It looks from your example like you have your main accounts in USD, and your 
sub accounts in Canadian dollars. I do not use multiple currencies, but I 
believe that your problem stems from this. Someone who uses multiple currencies 
should be able to give you more specific guidance.

David

On June 24, 2018, at 12:20 PM, Shelley Salter via gnucash-user 
 wrote:

Just downloaded the program and thought I would try it out but don't understand 
why the Income Statement is showing Total Revenue and Total Expenses as 0?
Income Statement For Period Covering 01/01/2018 to 12/31/2018
                                               Revenues Income C$500.00   
$0.00Total Revenue $0.00                                               Expenses 
Expenses C$50.00   $0.00Total Expenses $0.00Net income for Period $0.00
___
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.

[GNC] Lost Transactions - Increase logging level?

2018-06-24 Thread Justin Vallon
I started using GnuCash, Mac v3.1.3, about a month ago, creating a new
account using SQLite3 db.  I ended up importing a few credit card
statements, setup some expense accounts, a checking account, etc.

When I reopened my accounts a week ago, all of the imported credit card
transactions were missing - except for one payment from Checking, and
two payment entries (ie: pay Insurance by credit card).

I am sure that I reconciled my paper credit-card statement, so the
transactions were there at some point.  I am fairly certain that I did
not make a copy of the gnucash datafile.  So, the imported and
reconciled transactions should be in the file.

I checked the SQLite database, and was only able to find the three
transactions in the credit card account.

If this is a case of user-error: it would be concerning that I could
bulk-delete transactions "by accident".

If this is a case of bug: this is a little concerning.

Are there any logging options that could track (for example) all SQL
being executed against the database?  Or, anything else that would help
diagnose this issue if it ever happens again?

I found https://wiki.gnucash.org/wiki/Logging shows how to configure
logging.  I am wondering what would be useful.

-- 
-Justin
justinval...@gmail.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.

[GNC] Test Company

2018-06-24 Thread Stephen M. Butler
Christopher,

I have setup the COA as we discussed and entered the initial transaction.  
Somehow I don't have the ForeignBank setup correctly or I'm not understanding 
how to mix currencies.

Please look at it and see if we can get the ForeignBank to show the proper 
valuation for the equity account.

XML file attached.  I had a little fun setting up the company info.

--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

On 06/21/2018 06:09 PM, Stephen M. Butler wrote:
> Christopher
>
> Going to the latest version is stymied until I hear back from one of the
> developers on what went wrong with make.
>
> I'm new to using GnuCash so have not delved into the Foreign currency or
> stocks.
>
> So, let's build a COA together and see what happens (on paper):
>
> 100 - Asset
> 110 -   " : Bank1
> 112 -   " :    "  :Checking
> 114 -   " :    "  : Savings
> 116 -   " :    "  : Bonds
> 120 -   " : Bank2
> 130 -   " : ForeignBank   (GBP currency)
> 140 -   " : Broker
> 142 -   " :    "  : Cash
> 144 -   " :    "  : Stock
> 150 -   " : House
>
> 200 - Liability
> 220 -   " : Bank2
> 222 -   " :   "  : Loan
> 224 -   " :   "  : Creditcard
>
> 300 - Equity
>
> 400 - Income
>
> 500 - Expense
>
> We may fill in the above further as we work along.  So, our initial
> transaction will be to setup our initial balances:
> [Normally we would setup somewhat prior to the above purchases and buy
> things out of the checking account -- but, we just installed the
> software and are starting in the middle.]
>
> Transaction 001
>     114 Debit $100
>     116 Debit $2000
>     120 Debit $500
>     130 Debit GBP 500  (equivalent to $625 at time of purchase)
>     142 Debit $2000
>     144 Debit $4000 (20 units @ $200)
>     222 Credit $9000
>     224 Credit $500
>     300 Debit $275   [Note, we are below water here.  Equity should be a
> credit account and we are in the hole.]
>
> At this point I went to the house accountant and asked about unrealized
> gain and how to book it.  She said you don't.  Not until there is an
> event in which it is sold or traded.  For tomorrow GBP might drop back
> to parity, the stock might crash, and the housing market could implode.
>
> So, we may need input from others who might have a different viewpoint.
>
> 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 03:32 PM, Christopher Lam wrote:
>> Hi Stephen
>>
>> One of the most unique features of gnucash is the multilevel account
>> hierarchy, meaning both parent accounts and child accounts can carry
>> balances.
>>
>> Would you mind liaising with the house accountant to ask about the
>> following COA and the resulting balance sheet
>>
>> Asset (bal=$0.00)
>> Asset:Bank1 (bal=$0.00)
>> Asset:Bank1:Savings (bal=$100)
>> Asset:Bank1:Bonds (bal=$2000)
>> Asset:Bank2:Current (bal=$500)
>> Asset:House (bal=$100,000, cost price)
>> Asset:ForeignBank:Savings (bal=GBP 500, bought last year at a rate of
>> 1 GBP = 1.25 USD
>> Asset:Broker (bal=$2000) i.e.cash with broker
>> Asset:Broker:Funds [stock] (bal=20units bought @ $200 each)
>> Liability (bal=$0)
>> Liability:Bank2 (bal=$0)
>> Liability:Bank2:Loan (bal=-$9,000)
>> Liability:Bank2:Creditcard (bal=-$500)
>>
>> Let's assume the current valuation of the unit funds is $250 i.e.
>> unrealized gains of $1000; the house is currently valued at $110,000,
>> and today 1 GBP = 1.30 USD :)
>>
>> How should the full expanded balance sheet look like? (XLS is fine)
>> (if there are missing lines e.g. retained earnings etc please make up
>> numbers and offer exact source)
>>
>> Thanks!
>>
>>
>> On 19/06/18 00:16, Stephen M. Butler wrote:
>>> 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 wrote:
 Hi Stephen
 Thank you this is very helpful.
  From my understanding the non-eguile version does produce satisfactory
 headings and contents.
 However its alignment of numbers is odd?
 Is the alignment of subtotals and totals perfect in your amended
 eguile report? How should it look if there are deeper levels of
 subaccounts?
 For html export, open the report tab, then File>Export>Export Report.
 I believe the standard balsheet can be refined but this will take some
 time.
 C

 On 18 June 2018 at 00:32, Stephen M. Butler >>> > wrote:

  Interesting on the age.  I thought I'd downloaded the most recent
  Linux
  install.  

[GNC] Upgrade to 3.x Save As (sqlite3) failing with data corruption error

2018-06-24 Thread salex
I've been trying to set up a procedure where two people can access our XML
file located on a file server and of course ran into problems and know there
are other possible problem (file marked open if you loose the network - yes
I know its single user) 

My tests last week seemed to work, but I've been cautious. There may be
potential problems in that I'm on a Mac and the other user will be on
Windows 10.  Then the file server is a debian server.

I noticed that the Windows version 3.x and I was using 2.6.4.  Also noticed
that the windows version had Postgres option. I download the new version
using brew cask wanting to try postgres for my report system,

I've been using a procedure for years that now seems broken.

I update the main book on a Mac (using xml). A few times a month I do a
"Save As" and save off an sqlite3 version in another folder inside my
GnuCash folder. I immediately open the xml version and quit.

I then run a bash script to backup the folder(rsync) to the debian server.

The sqlite3 file is used by a Rails server to produce reports I've
developed.

I figured we'd use a modified procedure in that the updates would use the
XML version on the debian server (maybe a script to check dates or see if
file is open). I'd also put in a cron task to backup the folder to another
offsite server.

Since I was on the server, when I did my "Save As", it was in the same file
system. I alway just did the save as over the existing version since its
just a read only file ( just confirm overwrite message)

When I did that with 3.x, after confirming overwrite, I'd get an error
message saying it could complete because of data corruption.

Don't know if this is 3.x problem or not.  Switched back to 2.6 and it
worked, even working on the server version.

Before I switched back to 2.6, I did the save as on my mac and copied the
file the the server, I haven't verified this but my report system broke. I
got no errors but a simple checkbook register had a balance but do ledger
lines.

Have not tried the Windows version - I don't like to touch those systems if
I can avoid it.

If there is a problem with accessing the same data file from different
system, I just may have tho keep the file on windows and VNC into it.

Steve Alex



--
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: [GNC] CSV to QIF converter for Mobile viking usage reports

2018-06-24 Thread GT-I9070 H
Hi  Bram,

It would look better here: https://wiki.gnucash.org/wiki/Published_tools

Regards

Em dom, 24 de jun de 2018 às 12:05, Bram Mertens 
escreveu:

> Hi,
>
> I have created a simple python script that creates a QIF file from the
> usage report of Mobile Vikings.
> Mobile Vikings a Mobile Virtual Network Operator active in Belgium.
>
> The script and a README are available at
> https://gitlab.com/m8ram/vikingcsv2qif .
>
> The target audience is probably quite small: GnuCash users in Belgium
> with an account with this operator but perhaps it can serve as
> inspiration for other similar uses.
>
> Feel free to send me remarks/suggestions and use the code.
>
> Hope this helps
>
> Bram
> ___
> 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.

[GNC] Dark theme on Windows

2018-06-24 Thread Geert Janssens
I have come across the following combination of settings to enable a default 
dark theme on linux. Creating a file settings.ini in $HOME/.config/gtk-3.0 
with this contents

[Settings]
gtk-application-prefer-dark-theme=true
gtk-theme-name=Adwaita

gives me the default Adwaita-dark theme. I would be interested to know if this 
also works on Windows (the file should be created in
%LOCALAPPDATA%\gtk-3.0
instead).

If so this could be added to our wiki here:
https://wiki.gnucash.org/wiki/GTK3#Dark_Themes

Can someone run this experiment and report back ?

Thanks,

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: [GNC] rational numbers as stock price

2018-06-24 Thread John Ralls



> On Jun 24, 2018, at 2:29 PM, ar  wrote:
> 
> I am using 3.1 and see stock price numbers randomly displayed as both
> rational numbers (e.g. 2/3) and decimals (0.).
> 
> I really would like to see decimals, is there way to force it.

You and everyone else. ;-)
It's already in the bug tracker: 
https://bugzilla.gnome.org/show_bug.cgi?id=794755
We'll get to it after dealing with higher-priority bugs.

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.


[GNC] rational numbers as stock price

2018-06-24 Thread ar
I am using 3.1 and see stock price numbers randomly displayed as both
rational numbers (e.g. 2/3) and decimals (0.).

I really would like to see decimals, is there way to force it.

Thank you

Aleksey
___
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.


[GNC] error message when opening preferences

2018-06-24 Thread Karin Lagesen

Hi!

I am starting over with gnucash, and thought I'd do a clean re-install. 
Note, I am on windows, and have removed all the gnucash files I could 
find before installing 3.1.


However, now I am getting an annoying error message every time I try to 
look at the preferences, as well as when I do "save as":


Gnucash.exe - No Disk
There is no disk in the drive. Please insert a disk into drive 
\Device\Harddisk1\DR1.


I have the options Cancel, Try Again and Continue. Try Again just pops 
up the message again, so do the other two too. However, if I click 
enough times on Cancel or Continue, the message goes away.


Note, when I change something in Preferences, that change stays when I 
quit and restart.


This is quite annoying, and if anybody could shed some light on what has 
happened and how to get rid of said message, I'd be very happy.


Karin
___
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.


[GNC] Problem with Reports

2018-06-24 Thread Shelley Salter via gnucash-user
Just downloaded the program and thought I would try it out but don't understand 
why the Income Statement is showing Total Revenue and Total Expenses as 0?
Income Statement For Period Covering 01/01/2018 to 12/31/2018
                                               Revenues Income C$500.00   
$0.00Total Revenue $0.00                                               Expenses 
Expenses C$50.00   $0.00Total Expenses $0.00Net income for Period $0.00
___
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.

[GNC] CSV to QIF converter for Mobile viking usage reports

2018-06-24 Thread Bram Mertens
Hi,

I have created a simple python script that creates a QIF file from the
usage report of Mobile Vikings.
Mobile Vikings a Mobile Virtual Network Operator active in Belgium.

The script and a README are available at
https://gitlab.com/m8ram/vikingcsv2qif .

The target audience is probably quite small: GnuCash users in Belgium
with an account with this operator but perhaps it can serve as
inspiration for other similar uses.

Feel free to send me remarks/suggestions and use the code.

Hope this helps

Bram
___
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: [GNC] Reopening Latest File

2018-06-24 Thread David Carlson
Richard,

Regarding the log files, by default GnuCash will automatically retain files
with the same filename until they are 30 days old   You can go to Edit
>Preferences >General and change that to a shorter period or even Never if
you are daring.

David C

On Sun, Jun 24, 2018 at 10:52 AM, David Carlson  wrote:

> Richard,
>
> I have deliberately created that same situation on my LAN by keeping the
> data file on a different server than the one I am running GnuCash on.  When
> I am not logged in to that server, the file cannot be found.  By logging in
> to the server and searching for the file or logging in before starting
> GnuCash, I can then open the file.
>
> David C
>
> On Sun, Jun 24, 2018 at 9:12 AM, Richard Barmann 
> wrote:
>
>> I am using Kubuntu 17.10. When I finish with GnuCash I was told to just
>> school down to "quit" but that does not help. How should I close GnuCash so
>> that the file is in the correct place to retrieve it.
>>
>> Richard Barmann
>>
>>
>>
>> On 06/24/2018 09:56 AM, D wrote:
>>
>>> Sounds like you are moving your files from the operating system (e.g.,
>>> using Mac's Finder, or Windows Explorer). Are you? Gnucash can't find what
>>> you've moved.
>>>
>>> David
>>>
>>> On June 24, 2018, at 3:39 PM, Richard Barmann 
>>> wrote:
>>>
>>> When I want to go back to Gnucash I have to go to the "BusinessGnuCash"
>>> file and then try to find the latest file to open it. The files listed
>>> below the opening of GnuCash all come up with " cannot find file. What
>>> am I doing wrong when I close the program that prevents me from opening
>>> it with the correct/latest file when I am ready to go to GnuCash the
>>> next time. I have been fighting this for several years and cannot get a
>>> solution.
>>>
>>> Also can I delete the log files in GnuCash or  do I need them. Thank you
>>> for any advise.
>>>
>>> Richard Bamann
>>>
>>> ___
>>> 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.


Re: [GNC] Reopening Latest File

2018-06-24 Thread David Carlson
Richard,

I have deliberately created that same situation on my LAN by keeping the
data file on a different server than the one I am running GnuCash on.  When
I am not logged in to that server, the file cannot be found.  By logging in
to the server and searching for the file or logging in before starting
GnuCash, I can then open the file.

David C

On Sun, Jun 24, 2018 at 9:12 AM, Richard Barmann 
wrote:

> I am using Kubuntu 17.10. When I finish with GnuCash I was told to just
> school down to "quit" but that does not help. How should I close GnuCash so
> that the file is in the correct place to retrieve it.
>
> Richard Barmann
>
>
>
> On 06/24/2018 09:56 AM, D wrote:
>
>> Sounds like you are moving your files from the operating system (e.g.,
>> using Mac's Finder, or Windows Explorer). Are you? Gnucash can't find what
>> you've moved.
>>
>> David
>>
>> On June 24, 2018, at 3:39 PM, Richard Barmann 
>> wrote:
>>
>> When I want to go back to Gnucash I have to go to the "BusinessGnuCash"
>> file and then try to find the latest file to open it. The files listed
>> below the opening of GnuCash all come up with " cannot find file. What
>> am I doing wrong when I close the program that prevents me from opening
>> it with the correct/latest file when I am ready to go to GnuCash the
>> next time. I have been fighting this for several years and cannot get a
>> solution.
>>
>> Also can I delete the log files in GnuCash or  do I need them. Thank you
>> for any advise.
>>
>> Richard Bamann
>>
>> ___
>> 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.


Re: [GNC] Reopening Latest File

2018-06-24 Thread Richard Barmann
I am using Kubuntu 17.10. When I finish with GnuCash I was told to just 
school down to "quit" but that does not help. How should I close GnuCash 
so that the file is in the correct place to retrieve it.


Richard Barmann


On 06/24/2018 09:56 AM, D wrote:

Sounds like you are moving your files from the operating system (e.g., using 
Mac's Finder, or Windows Explorer). Are you? Gnucash can't find what you've 
moved.

David

On June 24, 2018, at 3:39 PM, Richard Barmann  wrote:

When I want to go back to Gnucash I have to go to the "BusinessGnuCash"
file and then try to find the latest file to open it. The files listed
below the opening of GnuCash all come up with " cannot find file. What
am I doing wrong when I close the program that prevents me from opening
it with the correct/latest file when I am ready to go to GnuCash the
next time. I have been fighting this for several years and cannot get a
solution.

Also can I delete the log files in GnuCash or  do I need them. Thank you
for any advise.

Richard Bamann

___
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: [GNC] Strange Problem

2018-06-24 Thread Les
Following John Ralls' suggestions, I was able to enter a price 
manually.  So this issue is solved.


Les



On 06/24/2018 08:42 AM, D wrote:

Les,

You say that you cannot enter a price manually. That is exceptional, as in not 
at all expected. What steps are you taking? When I try to enter a price, I have 
to select a commodity from the existing commodities first. If you cannot see 
your commodity on this list, then there is something wrong with the security in 
your Gnucash file.

David

On June 23, 2018, at 2:14 PM, Les  wrote:

No, I hadn't thought of that.  However, I did a search for the company
in question and could not find one.  The company only came into being on
05/18/2018 as a result of a spinout. Even when I try to get a quote
manually using a terminal, there is no data.

Les
On 06/23/2018 04:30 AM, Graham Balin wrote:

On 22/06/2018 17:34, Les wrote:

John:

I never received your reply because for some reason, it ended up in
my spam folder.

I am not sure what you mean, but I cannot find the stock in question
in Price Editor so I cannot check its prices.  I have selected to get
quotes via AlphaVantage in Security Editor.

At any rate, I cannot get prices or input a price manually.

Thanks,

Les

Have you tried using the ISIN number as an identifier?

--

Cheerio,

Graham


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


___
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: [GNC] Reopening Latest File

2018-06-24 Thread D via gnucash-user
Sounds like you are moving your files from the operating system (e.g., using 
Mac's Finder, or Windows Explorer). Are you? Gnucash can't find what you've 
moved.

David

On June 24, 2018, at 3:39 PM, Richard Barmann  wrote:

When I want to go back to Gnucash I have to go to the "BusinessGnuCash" 
file and then try to find the latest file to open it. The files listed 
below the opening of GnuCash all come up with " cannot find file. What 
am I doing wrong when I close the program that prevents me from opening 
it with the correct/latest file when I am ready to go to GnuCash the 
next time. I have been fighting this for several years and cannot get a 
solution.

Also can I delete the log files in GnuCash or  do I need them. Thank you 
for any advise.

Richard Bamann

___
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: [GNC] Strange Problem

2018-06-24 Thread D via gnucash-user
Les,

You say that you cannot enter a price manually. That is exceptional, as in not 
at all expected. What steps are you taking? When I try to enter a price, I have 
to select a commodity from the existing commodities first. If you cannot see 
your commodity on this list, then there is something wrong with the security in 
your Gnucash file.

David

On June 23, 2018, at 2:14 PM, Les  wrote:

No, I hadn't thought of that.  However, I did a search for the company 
in question and could not find one.  The company only came into being on 
05/18/2018 as a result of a spinout. Even when I try to get a quote 
manually using a terminal, there is no data.

Les
On 06/23/2018 04:30 AM, Graham Balin wrote:
> On 22/06/2018 17:34, Les wrote:
>> John:
>>
>> I never received your reply because for some reason, it ended up in 
>> my spam folder.
>>
>> I am not sure what you mean, but I cannot find the stock in question 
>> in Price Editor so I cannot check its prices.  I have selected to get 
>> quotes via AlphaVantage in Security Editor.
>>
>> At any rate, I cannot get prices or input a price manually.
>>
>> Thanks,
>>
>> Les 
>
> Have you tried using the ISIN number as an identifier?
>
> -- 
>
> Cheerio,
>
> Graham
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>

___
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.

[GNC] Reopening Latest File

2018-06-24 Thread Richard Barmann
When I want to go back to Gnucash I have to go to the "BusinessGnuCash" 
file and then try to find the latest file to open it. The files listed 
below the opening of GnuCash all come up with " cannot find file. What 
am I doing wrong when I close the program that prevents me from opening 
it with the correct/latest file when I am ready to go to GnuCash the 
next time. I have been fighting this for several years and cannot get a 
solution.


Also can I delete the log files in GnuCash or  do I need them. Thank you 
for any advise.


Richard Bamann

___
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.