Re: Notes column in SingleLine display

2017-06-18 Thread azalea4va
Colin Law wrote
> @azalea4va before deciding that the feature does not need to be
> optional, try it on a 1024 width display with the tabs down the side.
> 
> On 18 June 2017 at 21:21, David Carlson 

> david.carlson.417@

>  wrote:
>> Well, there is no way to replace the description with the notes other
>> than
>> to put the text that you want to see in the Description field.  Isn't
>> that
>> good enough?

Good enough?  Well I can live with it as is and use some such workaround. 
But I am willing to put in a little effort, recompiling the code with a fix,
if that can be done with reasonable effort.

Colin, I agree with you 100%.  I suspect the reason Notes are currently only
output on a separate line is gnucash was developed at a time when 1024 wide
displays were far more common place.  But ALL current columns are really
optional (except Description).  Their size can be reduced to 1 (or 0?) pixel
wide.  If a Notes field was added, those using 1024 displays could reduce
the Notes column to 1 pixel in width.  Heck I would not object if the
default was a Notes field 1 pixel wide.  Essentially no change for those who
do not want a Notes field, but those who did want it could expand the field
as needed. 



--
View this message in context: 
http://gnucash.1415818.n4.nabble.com/Notes-column-in-SingleLine-display-tp4692253p4692259.html
Sent from the GnuCash - User mailing list archive at Nabble.com.
___
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.


Re: Notes column in SingleLine display

2017-06-18 Thread Colin Law
I think he/she wants both description and notes side by side in single
line mode.

@azalea4va before deciding that the feature does not need to be
optional, try it on a 1024 width display with the tabs down the side.

Colin

On 18 June 2017 at 21:21, David Carlson  wrote:
> Well, if you read the manual you will find the answer to all your prayers,
> or at ieast to all the "faults" that you have found so far with GnuCash.
> Well, there is no way to replace the description with the notes other than
> to put the text that you want to see in the Description field.  Isn't that
> good enough?
>
>
> David C
>
> On Jun 18, 2017 10:32 AM, "azalea4va"  wrote:
>
> I am new to GnuCash.  What was MOST noticable within minutes of my first use
> was the glaring inefficient use of screen space.  Perhaps 1/3 of a register
> listing is just empty in an overly wide "Description" column.  I personally
> prefer to have the Notes field visible in the SingleLine display instead of
> having to use a DoubleLine display (halving the number of transactions that
> can be listed).  While I would love to see that as an official program
> change (those that like things as they are could reduce a SingleLine "note"
> column to minimal size), I doubt that will happen.  I have downloaded the
> soure code and am wondering if anyone can provide some guidance in two
> areas.
>
> 1. Hopefully adding the Notes column is a fairly straight-forward change,
> ideally just requring a change to a single function (and maybe calls to that
> function).  Any idea how complex such a change would be?
>
> 2. There is alot of code,  where would I focus my search efforts in finding
> the code that must be chnaged?
>
> Thank you.
>
>
>
> --
> View this message in context: http://gnucash.1415818.n4.
> nabble.com/Notes-column-in-SingleLine-display-tp4692253.html
> Sent from the GnuCash - User mailing list archive at Nabble.com.
> ___
> 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
> 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
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.


Re: Unrealized losses (or gains)

2017-06-18 Thread David Carlson
Alain

Follow this link.
http://gnucash.1415818.n4.nabble.com/Unrealized-losses-tc4691319.html#a4691532

David C

On Jun 18, 2017 1:41 PM, "Kalin KOZHUHAROV"  wrote:

Hello,

On Sun, Jun 18, 2017 at 6:45 PM, Alain Dormoy  wrote:
> My problem is I had in the past "Unrealized losses" (and gains) which turn
> up on given dates and vanish on other.
>
> You advised me to identify the dates and see what can have gone wrong
then.
>
> I found the dates. I ran a "Transaction report" for those two particumar
> dates.
>
> Does nothing for me: The unrealized gain is huge (roughly my total icome
for
> the year) but in the list of transactions on those two dates all that
comes
> up is a few petty amounts, maximum 100 EUR (I have selected "all accounts"
> including hidden).
>
> Ideas?
>
Just a wild guess, but try to "increase the border", see one day
before the actual problem and one after.

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


Re: Notes column in SingleLine display

2017-06-18 Thread David Carlson
Well, if you read the manual you will find the answer to all your prayers,
or at ieast to all the "faults" that you have found so far with GnuCash.
Well, there is no way to replace the description with the notes other than
to put the text that you want to see in the Description field.  Isn't that
good enough?


David C

On Jun 18, 2017 10:32 AM, "azalea4va"  wrote:

I am new to GnuCash.  What was MOST noticable within minutes of my first use
was the glaring inefficient use of screen space.  Perhaps 1/3 of a register
listing is just empty in an overly wide "Description" column.  I personally
prefer to have the Notes field visible in the SingleLine display instead of
having to use a DoubleLine display (halving the number of transactions that
can be listed).  While I would love to see that as an official program
change (those that like things as they are could reduce a SingleLine "note"
column to minimal size), I doubt that will happen.  I have downloaded the
soure code and am wondering if anyone can provide some guidance in two
areas.

1. Hopefully adding the Notes column is a fairly straight-forward change,
ideally just requring a change to a single function (and maybe calls to that
function).  Any idea how complex such a change would be?

2. There is alot of code,  where would I focus my search efforts in finding
the code that must be chnaged?

Thank you.



--
View this message in context: http://gnucash.1415818.n4.
nabble.com/Notes-column-in-SingleLine-display-tp4692253.html
Sent from the GnuCash - User mailing list archive at Nabble.com.
___
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
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.


Re: Unrealized losses (or gains)

2017-06-18 Thread Kalin KOZHUHAROV
Hello,

On Sun, Jun 18, 2017 at 6:45 PM, Alain Dormoy  wrote:
> My problem is I had in the past "Unrealized losses" (and gains) which turn
> up on given dates and vanish on other.
>
> You advised me to identify the dates and see what can have gone wrong then.
>
> I found the dates. I ran a "Transaction report" for those two particumar
> dates.
>
> Does nothing for me: The unrealized gain is huge (roughly my total icome for
> the year) but in the list of transactions on those two dates all that comes
> up is a few petty amounts, maximum 100 EUR (I have selected "all accounts"
> including hidden).
>
> Ideas?
>
Just a wild guess, but try to "increase the border", see one day
before the actual problem and one after.

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


Unrealized losses (or gains)

2017-06-18 Thread Alain Dormoy

Hello David.

I'm returning with the problem we discussed in April which  I have let sleep 
for a while.


I can't find the mail you kindly sent me on April 28,  so I can't quote it.

My problem is I had in the past "Unrealized losses" (and gains) which turn 
up on given dates and vanish on other.


You advised me to identify the dates and see what can have gone wrong then.

I found the dates. I ran a "Transaction report" for those two particumar 
dates.
Does nothing for me: The unrealized gain is huge (roughly my total icome for 
the year) but in the list of transactions on those two dates all that comes 
up is a few petty amounts, maximum 100 EUR (I have selected "all accounts" 
including hidden).


Ideas?
Many thanks in advance.
Alain




---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus

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


Notes column in SingleLine display

2017-06-18 Thread azalea4va
I am new to GnuCash.  What was MOST noticable within minutes of my first use
was the glaring inefficient use of screen space.  Perhaps 1/3 of a register
listing is just empty in an overly wide "Description" column.  I personally
prefer to have the Notes field visible in the SingleLine display instead of
having to use a DoubleLine display (halving the number of transactions that
can be listed).  While I would love to see that as an official program
change (those that like things as they are could reduce a SingleLine "note"
column to minimal size), I doubt that will happen.  I have downloaded the
soure code and am wondering if anyone can provide some guidance in two
areas.

1. Hopefully adding the Notes column is a fairly straight-forward change,
ideally just requring a change to a single function (and maybe calls to that
function).  Any idea how complex such a change would be?

2. There is alot of code,  where would I focus my search efforts in finding
the code that must be chnaged?

Thank you.



--
View this message in context: 
http://gnucash.1415818.n4.nabble.com/Notes-column-in-SingleLine-display-tp4692253.html
Sent from the GnuCash - User mailing list archive at Nabble.com.
___
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.


Re: Where to record business equity in your personal books

2017-06-18 Thread Adrien Monteleone
Thanks David,

I guess I’ll just make make up an account name.

Regards,
Adrien

> On Jun 18, 2017, at 6:43 AM, DaveC49  wrote:
> 
> Hi Adrein,
> 
> I agree you would record the investment in a company as an asset. I don't
> know about elsewhere in the world but when you start a sole owner private
> company in Australia, you essentially become the only shareholder and the
> value of the share is the paid up capital of the company and has some
> implications for the legal liability of the owners for the debts of the
> company provided you have traded in accordance with the provisions of the
> company law. You can call the asset account whatever you like but something
> like 
> 
> 
> Asset:EquityinCompanyA Dr $1000
> Bank:Cash Cr $1000
> 
> should be a reasonable way of recording it. 
> 
> You would then treat drawings/dividends from the company as Income in your
> personal books. The taxation aspects will be a lot more complex depending on
> whether the income is taxed in the hands of the company or it's owners and
> or both, which will be highly dependent on local taxation law. 
> 
> David Cousens
> 
> 
> 
> --
> View this message in context: 
> http://gnucash.1415818.n4.nabble.com/Where-to-record-business-equity-in-your-personal-books-tp4692248p4692251.html
> Sent from the GnuCash - User mailing list archive at Nabble.com.
> ___
> 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
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.