Re: [GNC] "Mod" field in GNUCash log file

2023-07-20 Thread Henry Law
On Thu, 2023-07-20 at 13:26 -0700, John Ralls wrote:
> There's some documentation at
> https://code.gnucash.org/docs/MASTER/group__TransLog.html.

Thanks.  I knew it would be somewhere!

-- 
-- 
Henry Lawn e w s @ l a w s h o u s e . o r g
Manchester, England            
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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: [GNC] "Mod" field in GNUCash log file

2023-07-20 Thread John Ralls



> On Jul 20, 2023, at 7:56 AM, Henry Law  wrote:
> 
> I'm trying to sort out a baffling data problem with GNUCash and I'm
> looking at the logs.  
> 
> I can get most of it, thanks to the column name record at the start,
> but
> 
>   1. What do '=START" and "=END" signify? 
>   2. What is the "mod" field (field #1); I see values of 'B', 'C', and
>  'D' but can't deduce what they mean.
> 

They're not actually meant to be human readable.

START and END delimit a single transaction edit; each line reflects the state 
of the transaction in that edit. 'B' lines reflect the state at the beginning 
of the edit, as to 'D' (for delete) and 'R' (for rollback). 'C' is for commit 
and the data in a C line is the new state of the transaction once it's 
committed.

There's some documentation at 
https://code.gnucash.org/docs/MASTER/group__TransLog.html.

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
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] "Mod" field in GNUCash log file

2023-07-20 Thread Henry Law
I'm trying to sort out a baffling data problem with GNUCash and I'm
looking at the logs.  

I can get most of it, thanks to the column name record at the start,
but

   1. What do '=START" and "=END" signify? 
   2. What is the "mod" field (field #1); I see values of 'B', 'C', and
  'D' but can't deduce what they mean.

[GNUCash 4.8 on Linux Mint 21.]

-- 
-- 
Henry Lawn e w s @ l a w s h o u s e . o r g
Manchester, England            
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
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.