> 
> doc/html/C/xacc-double.html says
> 
>     <p> GnuCash can be configured to be strict about double entry,
>     or you may configure it to be "loose."</p>
> 
> But I cannot figure out how to tell which way GnuCash is configured,
> nor how to change it.  I've searched the entire source tree, and found
> that the code doesn't use the terms `strict' or `loose'.
> 
> I assume that there is some .h file somewhere that contains something
> like
> 
>         #define ENFORCE_DOUBLE_ENTRY    1
> 
> but I don't know what to look for.

The force_double_entry flag in Transaction.c determines this.
It needs to be made configurable by the gui at some point.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to