David Cousens schreef op 12 augustus 2018 23:53:09
CEST:
> The barrier up to now has always been
>finding my way round the code base but I found a program called
>SourceTrail which is great for locating all the places a particular
>variable structure or function is used. making tracking down
Hello,
I'm using the Python bindings to import payments into Gnucash. The following
code used to work
transaction = invoice.GetPostedTxn()
customer = invoice.GetOwner()
posted_acc = invoice.GetPostedAcc()
xfer_acc = root.lookup_by_name('Checking Account')
amount = gnc_numeric_from_decimal(Decima
Adrien,
Yes, that’s formally correct. As I’ve said repeatedly in this thread, GnuCash
has long had a design feature that one can get a balanced Balance Sheet report
without closing one’s book. The Balance Sheet report does that by summing up
the expense and income accounts’ balances and reporti
Sorry John,
I forgot that GnuCash used the same term for the calculated amount.
Yet another case where my fingers need to slow down and let my brain ponder
things.
Regards,
Adrien
> On Aug 13, 2018, at 9:08 AM, John Ralls wrote:
>
> Adrien,
>
> Yes, that’s formally correct. As I’ve said rep
> On Aug 12, 2018, at 10:04 PM, Christopher Lam
> wrote:
>
> Hi Jralls
>
> So just wish to double check my understanding of gnucash's data format for a
> balance-sheet on date X
>
> There are two possibilities for displaying the right-hand-side
>
> Liabilities + Equity + Retained Earnings
John,
Mailman was hungry. It ate your screenshots.
Regards,
Adrien
>
>
> Chris,
>
> To demonstrate the price difference on assets creating an “Unrealized Gain”
> line, I created a fake account with Trading Accounts off and purchased on 1
> January 100 shares of a stock for $100, then cr
So I see. Even though I carefully put them at the end.
Fortunately Chris should have gotten a direct copy without Mailman’s
interference.
Regards,
John Ralls
> On Aug 13, 2018, at 8:33 AM, Adrien Monteleone
> wrote:
>
> John,
>
> Mailman was hungry. It ate your screenshots.
>
> Regards,
It's customary here to keep discussions public. I don't use the budgets
feature at all and cannot help sorry.
My preference is to implement envelope budgeting, and the inbuilt budget is
not envelope budgeting at all.
On Tue, 14 Aug 2018, 00:08 David Tinoco wrote:
> Hi Christopher,
>
> Thanks fo
{from gnucash-devel since this is more user stuff than dev related}
David,
After creating a budget, have you not tried the Budget Report?
That can show you actual vs. budgeted by period with variance and include
yearly totals. The report also now lets you choose what periods you want to
show d
Hi John
Thank you - plenty of material here for test cases.
I note your observation that selling a stock at an increased price, in a
book without trading-accounts, without properly booking the capital-gain to
income leads to an incorrect balance-sheet. This is illus by txn-A and
txn-B below. This
10 matches
Mail list logo