Re: [GNC] compile stops at core-utils.go

2018-07-17 Thread Colin Law
On 17 July 2018 at 01:05, John Griessen  wrote:

> On 07/14/2018 03:47 PM, Colin Law wrote:
>
>> Are you aware of the build instructions at https://wiki.gnucash.org/wiki/
>> BuildUbuntu16.04, which should work for Debian I think.
>>
>> Followed those, same result:
>

This needs someone who knows more about the build process than me.

Anyone?

Colin




>
>
> [ 32%] Linking C shared library ../../lib/gnucash/libgncmod-app-utils.so
> [ 32%] Built target gncmod-app-utils
> Scanning dependencies of target scm-gettext
> [ 33%] Generating ../../lib/gnucash/scm/ccache/2.0/gnucash/gettext.go
> wrote `/mosource/gnucash-3.2/build/lib/gnucash/scm/ccache/2.0/gnuc
> ash/gettext.go'
> [ 33%] Built target scm-gettext
> Scanning dependencies of target scm-gnc-module
> [ 33%] Generating ../../lib/gnucash/scm/ccache/2.0/gnucash/gnc-module.go
> wrote `/mosource/gnucash-3.2/build/lib/gnucash/scm/ccache/2.0/gnuc
> ash/gnc-module.go'
> [ 33%] Built target scm-gnc-module
> Scanning dependencies of target scm-core-utils
> [ 33%] Generating ../../lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go
> Backtrace:
> In /usr/bin/guild:
> 72:17 19 (main _)
> In srfi/srfi-1.scm:
> 640:9 18 (for-each # …)
> In scripts/compile.scm:
>251:26 17 (_ _)
> In system/base/target.scm:
>  57:6 16 (with-target _ _)
> In system/base/compile.scm:
> 152:6 15 (compile-file _ #:output-file _ #:from _ #:to _ #:env _ …)
>  43:4 14 (call-once _)
> In ice-9/boot-9.scm:
> 841:4 13 (with-throw-handler _ _ _)
> In system/base/compile.scm:
> 59:11 12 (_)
>155:11 11 (_ #)
>235:18 10 (read-and-compile # #:from _ # …)
>183:32  9 (compile-fold (#) …)
> In ice-9/boot-9.scm:
>2312:4  8 (save-module-excursion #)
> In language/scheme/compile-tree-il.scm:
> 31:15  7 (_)
> In ice-9/psyntax.scm:
>   1235:36  6 (expand-top-sequence ((re-export #)) _ _ #f c (# load …) …)
>   1182:24  5 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
>285:10  4 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #)
> In ice-9/boot-9.scm:
>   2071:24  3 (call-with-deferred-observers #)
>260:13  2 (for-each # …)
> In unknown file:
>1 (scm-error misc-error #f "~A ~S" ("Undefined variab…" …) …)
> In ice-9/boot-9.scm:
>752:25  0 (dispatch-exception _ _ _)
>
> ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
> Undefined variable: gnc-build-userdata-path
> libgnucash/core-utils/CMakeFiles/scm-core-utils.dir/build.make:61: recipe
> for target 'lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go' failed
> make[2]: *** [lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go] Error 1
> CMakeFiles/Makefile2:3861: recipe for target 
> 'libgnucash/core-utils/CMakeFiles/scm-core-utils.dir/all'
> failed
> make[1]: *** [libgnucash/core-utils/CMakeFiles/scm-core-utils.dir/all]
> Error 2
> Makefile:162: recipe for target 'all' failed
> make: *** [all] Error 2
>
> ___
> 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] How to change the order of the account list in pull-down menu during transaction register

2018-07-17 Thread Alex Mak
Hi Gnucash team

I would like to know how to change the order of the account list in the
pull-down menu during transaction register ? Seem some of the account is
not well ordered.

Regards
Alex Mak
___
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] How to change the order of the account list in pull-down menu during transaction register

2018-07-17 Thread John Ralls


> On Jul 16, 2018, at 10:47 PM, Alex Mak  wrote:
> 
> Hi Gnucash team
> 
> I would like to know how to change the order of the account list in the
> pull-down menu during transaction register ? Seem some of the account is
> not well ordered.

Alex,

You can’t. The transfer combo box presents the accounts in the order that 
they’re found as the account tree is traversed.

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: [GNC] How to change the order of the account list in pull-down menu during transaction register

2018-07-17 Thread Adrien Monteleone
They should be sorted by alpha. I’m not sure you can change that. (easily) I 
have a book using account numbers, but those don’t seem to affect the sort 
order. I also don’t see any preference for using another method.

Regards,
Adrien

> On Jul 17, 2018, at 12:47 AM, Alex Mak  wrote:
> 
> Hi Gnucash team
> 
> I would like to know how to change the order of the account list in the
> pull-down menu during transaction register ? Seem some of the account is
> not well ordered.
> 
> Regards
> Alex Mak
> ___
> 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] How to change the order of the account list in pul

2018-07-17 Thread David T. via gnucash-user
Of course, one could embed prefixes in account names to force a particular sort 
order,  e.g., "1.0 Assets" "2.0 Liabilities" "3.0 Expenses", etc.
David

 
 
  On Tue, Jul 17, 2018 at 10:55, Adrien 
Monteleone wrote:   They should be sorted by 
alpha. I’m not sure you can change that. (easily) I have a book using account 
numbers, but those don’t seem to affect the sort order. I also don’t see any 
preference for using another method.

Regards,
Adrien

> On Jul 17, 2018, at 12:47 AM, Alex Mak  wrote:
> 
> Hi Gnucash team
> 
> I would like to know how to change the order of the account list in the
> pull-down menu during transaction register ? Seem some of the account is
> not well ordered.
> 
> Regards
> Alex Mak
> ___
> 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.

[GNC] survey: unifying the appearance in different options dialogs

2018-07-17 Thread Di Mang
Hi Adrien,
​
I have created a table that captures the current tab positions and the new
tab positions (after change MAX_TAB_COUNT) (see attachments).​
​We can achieve a consistent appearance of all reports​ if we will change
MAX_TAB_COUNT to 6:
* 6 and less tabs: appearance at the top position
* 7 and more tabs: appearance on left-side position.
​​

2018-07-16 16:47 GMT+02:00 Adrien Monteleone :

> Di Mang,
>
> I have no preference for either top or left-side tabs, as long as they are
> consistent across the application. However, I
> ​​
> can see that changing the main app preferences to top tabs might be
> cumbersome as there are so many. Therefore, if a delineation were made that
> ‘preference panes’ use left-side tabs, and ‘report-options’ used top-tabs,
> I think that would help to maintain functional consistency. App and file
> (book) preferences are something changed less often. Report Options might
> be adjusted frequently to generate different views of the same data.
>
>

The top-side version looks better with a small amount of tabs. All tabs
appereance at the top, and thus we have more place for different GUI
elements on the panel (more space in the width).



> The only other change visually I would think in order would be to style
> the report-options similar to the application preferences, by reversing the
> colors. (the main content area should be lighter colored, the tabs, darker)
> The styling change would make all preference/option dialogs consistent and
> easier to focus. With the present scheme, the tabs grab the user’s
> attention more than the options themselves. (I understand this wouldn’t
> hold up with any particular alternative gtk theme, but the default should
> look proper)
>
>
You are right, the dialogs "Edit>Preferences" and for example
"File>Import>Import QIF..." have tabs on the left side, but look very
differently. I think they are based on different GTK elements.



> Regards,
> Adrien
>
> > On Jul 14, 2018, at 5:12 PM, Di Mang  wrote:
> >
> > Hello gnucash user,
> >
> > ​​
> > during a comparison of the english and german versions of GnuCash, I
> > ​have ​
> > noticed that the dialog "Book Options" looks different
> > ​ly​
> > in both languages:
> > * in english version this dialog has four tabs, which are arranged at the
> > top (horizontally)
> > * in the
> > ​german version there are five tabs (one tab more for tax data), which
> are
> > arranged on the left side (verticaly).
> >
> > To fix this different appearance in both language, I have increased the
> > global value MAX_TAB_COUNT from 4 to 5 (see my PR:
> > https://github.com/Gnucash/gnucash/pull/382). This should make the
> > appearance of the "Book Options" dialog the same in both languages.
> >
> > As noted by the jralls, it is a global setting and this change also
> affects
> > the appearance of the other reports' option dialogs with 5 tabs.
> >
> > ​​
> > It affect
> > ​s​
> > only
> > ​the following reports - the appearance of the tabs will change from left
> > side to the top:
> > * reports/Transaction Report (5 tabs)
> > * reports/Reconciliation Report (5 tabs)
> > * reports/Assets & Liabilities/Balance sheet using eguile-gnc (5 tabs)
> > * reports/Assets & Liabilities/General Ledger (5 tabs)
> > * reports/Business/Receipt (5 tabs)
> > * reports/Income & Expense/Equity Statement (5 tabs)
> > * reports/Income & Expense/Income Statement (5 tabs)
> > * reports/Income & Expense/Income and GST Statement (5 tabs)
> > * reports/Income & Expense/Profit & Loss (5 tabs)
> >
> > ​​
> > The following reports have 6 tabs and will be
> > ​​
> > not affected from this change - tabs appears
> > ​ furthermore​
> > on the left side:
> > * reports/Business/Australian Tax Invoice (6 tabs)
> > * reports/Business/Tax Invoice (6 tabs)
> > * reports/Income & Expense/Trial Balance (6 tabs)
> >
> > In my opinion, this change leads to a consistent look of option dialogs
> in
> > reports and other preference dialogs. If we increase MAX_TAB_COUNT to 6,
> > the remaining three reports (see above) will get the same look too.
> >
> > What do you think about it? Does this change have any disadvantages?
> >
> > --
> > ​​
> ​​
> > best regards,
> > dimang
> > ___
> > 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 th

Re: [GNC] Finance::Quote still not working with alphavantage

2018-07-17 Thread brad
I just updated to xubuntu 18.04 and the packaged gnucash 2.6.19, and I 
still have to update Quote.pm with this.


https://raw.githubusercontent.com/mtalexander/finance-quote/6ee43ea08b504617142139fda41ae45be865fa38/lib/Finance/Quote.pm


From the list:
On Sat, Mar 31, 2018 at 9:49 PM, Chris Good  wrote:


Hi Steven,



Please see my mail below but get the Quote.pm + AlphaVantage.pm from Mike
Alexander’s git hub instead of mine as he has also put the 1 second delay
between each request for a currency and you will need that.



Get from Quote.pm from

https://raw.githubusercontent.com/mtalexander/finance-quote/
6ee43ea08b504617142139fda41ae45be865fa38/lib/Finance/Quote.pm



Get AlphaVantage.pm from

https://github.com/mtalexander/finance-quote/blob/
6ee43ea08b504617142139fda41ae45be865fa38/lib/Finance/Quote/AlphaVantage.pm



Regards,



Chris Good



On 07/05/2018 02:45 PM, David Carlson wrote:

Greg,

Just so you don't feel like you are alone, I have GnuCash running on for
different machines one Windows and three are assorted versions of Uubuntu
and Debian.  Only one of them (one of the Ubuntu machines) will retrieve
quotes successfully through AlphaVantage, and that is about 1/3 to 1/2 of
the U.S. stocks and mutual funds in my list on a given try.  In two or
three tries I think that I get most of them. All of my machines are running
some GnuCash release between 2.6.12 and 2.6.17 and I think that I have gone
through all the steps that have been mentioned in this thread on most of
the machines but GnuCash still does not even tell me that it did not get
any of those stocks or mutual funds.

I suspect that GnuCash may not even be able to find the environment setting
or something.


David C

On Thu, Jul 5, 2018 at 1:05 PM, Greg Etling  wrote:


Reviving this thread - I decided to follow others' recommendation of
installing perlbrew, and F::Q is working from the CLI. However, I'm not
seeing any change in the Gnucash behavior (v2.6.21, key in the preferences
pane, retrieval failing), so I think I'm missing a step on having Gnucash
actually use the perlbrew version of perl. Can anyone let me know what I'm
likely forgetting?

Thanks

Greg
917-664-0083
http://gregetling.com
--
"The credit belongs to the man who is actually in the arena, whose face is
marred by dust and sweat and blood; who strives valiantly; who errs, who
comes short again and again, because there is no effort without error and
shortcoming" -Theodore Roosevelt

On Sun, Nov 19, 2017 at 4:59 PM, Frank Saporito <
frank.saporito...@gmail.com

wrote:
Hi Greg

Is this what you are looking for?

$ ONLINE_TEST=1 prove -lvof t/alphavantage.t
Cannot determine source for t/alphavantage.t at
/usr/share/perl5/App/Prove.pm line 496

thanks



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-

f1415819.html

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
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.


___
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] Imbalance bug in credit note generation?

2018-07-17 Thread Amish

Hello

I am trying to create a credit note for a customer, in exact same way as 
Invoice except that type chosen is "Credit note".


But after posting the "credit note", Gnucash is "increasing" receivables 
instead of decreasing.


It also increases "tax liability" - it should actually decrease it.

But it correctly "reduces" the Income.

Effectively this creates an "imbalance" entry too - because internally 
the total does not balance.


Please find more details and screen shots in the following bug report 
(filed 2 days back)


https://bugs.gnucash.org/show_bug.cgi?id=796766

I am posting here for two reasons:

1) To know if I am using "Credit note" incorrectly (which I doubt)
2) To highlight the bug (if it is indeed a bug) because it is a serious 
"accounting" bug and probably needs addressing on priority.


So please check.

Thank you

Amish.

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