Re: [Openledger-developer] Impl. of "general ledger transaction"
Brought to you by:
klavs
From: Michael L. <ml...@da...> - 2005-03-02 18:53:06
|
> One of you talked about having recorded which SQL queries were done for > the different actions - I could use a list of SQL queries it runs, when > posting a new general ledger transaction - to doublecheck. > I believe I was the one that mentioned that. To configure you server to log all SQL statements to the log file modify postgres.conf. Look for the line: #log_statement = 'none' and change it to: log_statement = 'all' > I'd be happy to hear if any of you have any design ideas? or if you just > like my idea :) > > Also - if we could identify some tasks that we each would like to work > on (usually because we need to use them ourselves) - that way we can > create a list of tasks, and who they are assigned to? > - -- After several months of distractions I have begun looking at the CGI-Formbuilder and Template-Toolkit perl modules as possible solutions to separating the API layer from presentation layer. Has anyone had experience with these? --Mike |