On Sun, Jun 19, 2011 at 5:59 AM, Erik Huelsmann <ehu...@gmail.com> wrote:
> In an attempt to fix bug 3321964, I'm running into the situation that
> our model doesn't seem to be able to detect which accounts are tax
> accounts. I'm inclined to add a checkmark to the accounts table to
> that purpose -- including a checkmark in the column where also
> 'contra' and 'recon' are located.
>
> The problem I'm seeing is that the accounts creation functions don't
> add records to the 'tax' table. But how would they know how to set up
> the records in that table without integrating the System->Taxes screen
> into the account creation screen?

select ... from account where id in (select account_id from
account_link where description like '%_tax');

Best Wishes,
Chris Travers

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to