Re: [GNC] Strange incorrect due date calculated on a duplicated bill

2022-05-30 Thread john
10:59:00 the canonical "neutral" time, chosen so that the date doesn't change regardless (almost) of time zone. Regards, John Ralls > On May 30, 2022, at 4:10 PM, Adrien Monteleone > wrote: > > I'm using SQLite, but the time stamp for posting is: > > 2021-11-07 10:59:00 > > Which seems to

Re: [GNC] Duplicating a bill with a linked document duplicates the link as well

2022-05-30 Thread Adrien Monteleone
Trying to edit one of these document links produced a crash. It is filed here for anyone interested: https://bugs.gnucash.org/show_bug.cgi?id=798545 Regards, Adrien On 5/30/22 8:25 PM, Adrien Monteleone wrote: Not sure if this is intended behavior. I use the 'Duplicate' bill/invoice feature

[GNC] Duplicating a bill with a linked document duplicates the link as well

2022-05-30 Thread Adrien Monteleone
Not sure if this is intended behavior. I use the 'Duplicate' bill/invoice feature to repeat something that requires little or no change, save for the relevant dates. But I just realized, I've got a chain of duplicated vendor bills off one bill that already had a linked PDF copy of the bill.

Re: [GNC] Strange incorrect due date calculated on a duplicated bill

2022-05-30 Thread Adrien Monteleone
I'm using SQLite, but the time stamp for posting is: 2021-11-07 10:59:00 Which seems to be a regularly used stamp, for this vendor at least. A subsequent duplicated bill (off of this one) for December correctly calculated Net20 from 12/7 as 12/27. (also using the 10:59:00 stamp) Regards,

Re: [GNC] Strange incorrect due date calculated on a duplicated bill

2022-05-30 Thread Derek Atkins
Hi, First, yes, the attachment came through. Second, you posted on the 7th and the due date is the 26th. My initial guess, as it's a Net20, is that there is a TimeOfDay issue at hand here, where the addition of 20 days is such that it thinks it's before the 27th. Did you actually post it? If so,

Re: [GNC] Finance::Quote on Mac Air

2022-05-30 Thread David Reiser via gnucash-user
> On May 30, 2022, at 5:09 PM, Dieter Kip via gnucash-user > wrote: > > Hi there! > > I installed Finance::Quite on my MacBook Air and GnuCash recognizes that it > is installed on the computer. However, GnuCash is not obtaining any quotes…. > > When I test the “generic” commands to test the

Re: [GNC] Finance::Quote on Mac Air

2022-05-30 Thread Adrien Monteleone
The fq-update & manual quote commands should work if it is installed properly. It may not be. How did you install it? What API are you using? Alphavantage? You need to put your API key in GnuCash preferences for GnuCash to be able to use it. Regards, Adrien On 5/30/22 4:09 PM, Dieter Kip

[GNC] Finance::Quote on Mac Air

2022-05-30 Thread Dieter Kip via gnucash-user
Hi there! I installed Finance::Quite on my MacBook Air and GnuCash recognizes that it is installed on the computer. However, GnuCash is not obtaining any quotes…. When I test the “generic” commands to test the program like ECHO I got a response… All other commands like gnc-fa-update are not

Re: [GNC] Question about gnucash

2022-05-30 Thread John Ralls
> On May 30, 2022, at 3:27 AM, stephen.lohn...@oxnee.com wrote: > > Dear gnucash-user, > > > > I have a question is there any documentation about installing and creating > report via Scheme. I assume that it is interpretive language so that once it > is installed in in the correct directory

Re: [GNC] error when I try to save in MySQL or sqlite3

2022-05-30 Thread John Ralls
I see how you might have gotten the impression that the bundles don't have everything you need. I've rewritten it to be clearer. Thanks. Regards, John Ralls > On May 28, 2022, at 2:58 PM, D wrote: > > Oh. My mistake. It's in the Guide at: > >

Re: [GNC] Startup issue - two windows

2022-05-30 Thread Fred Tydeman
I was running GnuCash full screen. Since switching to Windows mode, I have not had the issue at startup about interaction between Tip of the Day and Scheduled transactions. This is GnuCash 4.10 on Linux Fedora On Tue, May 10, 2022 at 8:40 PM Adrien Monteleone < adrien.montele...@lusfiber.net>

[GNC] Report Error: Trial balance

2022-05-30 Thread Fred Tydeman
Running GnuCash 4.10 on Linux. Tried to do a Trial Balance Report. Got: Report error An error occurred while running the report. 7 (apply-smob/1 #) In c-interface.scm: 35:4 6 (gnc:call-with-error-handling _ _) In ice-9/boot-9.scm: 829:9 5 (catch _ _ # …) In

Re: [GNC] Quotes issue

2022-05-30 Thread Steve
On Sat, 28 May 2022 17:26:47 -0700 John Ralls wrote: > You're missing that the environment in your shell isn't necessarily > the one that GnuCash sees unless you launch GnuCash from that shell. > Enter your API key in Preferences>Online Quotes to cover that case. > > Regards, > John Ralls >

[GNC] Duplicate stocks

2022-05-30 Thread Fred Tydeman
I am doing File Import Import Prices from a CSV file... Next Select a csv file with Symbol, Date, Currency, and Amount data Click the column headers for: Date, Currency, and Amount But, when I click the Commodity From bar I get a popup window with my securities listed

[GNC] Question about gnucash

2022-05-30 Thread stephen.lohning
Dear gnucash-user, I have a question is there any documentation about installing and creating report via Scheme. I assume that it is interpretive language so that once it is installed in in the correct directory it will be visibly to use. I have tried to connect it to PostgreSQL but I have