Bug 327636 - Budget GUI lacks help text - still a valid bug?

2014-08-10 Thread Carsten Rinke

Hi,

I have seen that "*Bug 327636* 
 -Budget GUI lacks 
help text"


- is not assigned to gnucash-core-maint but to Chris Shoemaker
- has a very(!) short description

Is it still a valid bug?

Kind regards,
/Carsten
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Bug 533738 - Budget report: Option "Show full account names" not supported

2014-08-10 Thread Carsten Rinke

Hi,

because the bug is not yet assigned to gnucash-core-maint I post here my 
comments that I just added


budget.scm makes use of html-acct-table.scm to list the accounts.

After looking into html-acct-table.scm my guess is that displaying the full
account name is not intended because the accounts list is shown as a tree by
corresponding indent, so the parent accounts are easily identifiable.

From that point of view the fault reported by this bug is that the checkbox for
selecting full accounts name is available. The fact that the full account names
are not supported is ok.

And a fix would be to take out that option from the GUI.

Does that sound okay?

Kind regards,
Carsten
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Bug 612214 and Bug 726674 - duplicates?

2014-08-10 Thread Carsten Rinke

Hi Geert,

do you agree that
Bug 726674  - Budget 
Report always shows some inconsistent signs


is a duplicate of
*Bug 612214*  
-Budgets are not aware of UI sign-reversals


?

Kind regards,
Carsten
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


question about compiling

2014-08-10 Thread Andrew Schein
Hi all -

I have been toying around with gnucash sources for the first time, and was
interested to know if there are existing practices for fast compilation?
For example, "make install" takes 30 seconds even if nothing has changed.
Is there a fast way to iterate code changes and test?

Cheers,

Andy

-- 
Andrew I. Schein
www.andrewschein.com
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: question about compiling

2014-08-10 Thread John Ralls

On Aug 10, 2014, at 7:48 PM, Andrew Schein  wrote:

> Hi all -
> 
> I have been toying around with gnucash sources for the first time, and was
> interested to know if there are existing practices for fast compilation?
> For example, "make install" takes 30 seconds even if nothing has changed.
> Is there a fast way to iterate code changes and test?
> 

You can cd to the subdirectory where you're working and run make && make check. 
That's way faster than building all of GnuCash and installing it, but it 
depends on there being good test coverage. Unfortunately for most of GnuCash 
that means you need to write tests before you start changing things. GnuCash is 
huge and doesn't run from the build directory, so if you need to test the whole 
application you're pretty much stuck with a rather long edit-build-install-test 
cycle.

Regards,
John Ralls



___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Bug 533738 - Budget report: Option "Show full account names" not supported

2014-08-10 Thread Dmitry Pavlov
User can select only specific accounts, not at the root of the account
tree, when building this report. With this use case full account name can
be helpful, so I'd suggest to fix that isssue instead of removing the
option from the code (or just hide it, but do not close the bug)


2014-08-10 21:31 GMT+04:00 Carsten Rinke :

> Hi,
>
> because the bug is not yet assigned to gnucash-core-maint I post here my
> comments that I just added
>
> budget.scm makes use of html-acct-table.scm to list the accounts.
>
> After looking into html-acct-table.scm my guess is that displaying the full
> account name is not intended because the accounts list is shown as a tree
> by
> corresponding indent, so the parent accounts are easily identifiable.
>
> From that point of view the fault reported by this bug is that the
> checkbox for
> selecting full accounts name is available. The fact that the full account
> names
> are not supported is ok.
>
> And a fix would be to take out that option from the GUI.
>
> Does that sound okay?
>
> Kind regards,
> Carsten
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>



-- 
С уважением,
Дмитрий Павлов
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel