mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
a few more fixes taht we missed
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a6b7cb231b
commit
c46acc98ab
@ -146,8 +146,8 @@ xaccOpenLog (void)
|
|||||||
/* use tab-separated fields */
|
/* use tab-separated fields */
|
||||||
fprintf (trans_log, "mod id time_now " \
|
fprintf (trans_log, "mod id time_now " \
|
||||||
"date_entered date_posted " \
|
"date_entered date_posted " \
|
||||||
"num description " \
|
"account num description " \
|
||||||
"account memo action reconciled " \
|
"memo action reconciled " \
|
||||||
"amount price date_reconciled\n");
|
"amount price date_reconciled\n");
|
||||||
fprintf (trans_log, "-----------------\n");
|
fprintf (trans_log, "-----------------\n");
|
||||||
|
|
||||||
@ -191,16 +191,16 @@ xaccTransWriteLog (Transaction *trans, char flag)
|
|||||||
drecn = xaccDateUtilGetStamp (split->date_reconciled.tv_sec);
|
drecn = xaccDateUtilGetStamp (split->date_reconciled.tv_sec);
|
||||||
|
|
||||||
/* use tab-separated fields */
|
/* use tab-separated fields */
|
||||||
fprintf (trans_log, "%c %p %s %s %s %s %s " \
|
fprintf (trans_log, "%c %p/%p %s %s %s %s %s " \
|
||||||
"%s %s %s %c %10.6f %10.6f %s\n",
|
"%s %s %s %c %10.6f %10.6f %s\n",
|
||||||
flag,
|
flag,
|
||||||
trans,
|
trans, split, /* trans+split make up unique id */
|
||||||
dnow,
|
dnow,
|
||||||
dent,
|
dent,
|
||||||
dpost,
|
dpost,
|
||||||
|
accname,
|
||||||
trans->num,
|
trans->num,
|
||||||
trans->description,
|
trans->description,
|
||||||
accname,
|
|
||||||
split->memo,
|
split->memo,
|
||||||
split->action,
|
split->action,
|
||||||
split->reconciled,
|
split->reconciled,
|
||||||
|
Loading…
Reference in New Issue
Block a user