Re: [Openledger-developer] Impl. of "general ledger transaction"
Brought to you by:
klavs
From: Klavs K. <kl...@vs...> - 2005-03-02 18:48:03
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 s/transaction function/post_transaction function/ :) Also I can't see why his post_transaction funtion does so many selects, when posting a transaction (AFAIK) only touches two tables - gl and acc_trans. I must be missing something. In my head, you'd just insert in the gl table - get the assigned ID, and use that when posting the transactionlines (that'll be another object just as InvoiceLines I guess ;) I'd be very happy if you could tell me what I'm missing? It does ofcourse save the employee ID of the user who posted it. What should we do with that - just let it be parameter to the postTransaction function? Or should we build a login scheme of some sort for the API (seems a bit hmm.. to me)? on 02-03-2005 19:16 Klavs Klavsen wrote: | Hi guys, | | I'm looking at SL code -and I think I'll build the API "transaction" | function from SL/GL.pm transaction function - and replace the $form | element with a transaction object. | | Unfortunately there's absolutely NO comments in the code (great ;) so | there's a lot of things it does - that I'm not certain off (digging | through the $form element will probably help there). | | 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'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? - ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Openledger-developer mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openledger-developer - -- Regards, Klavs Klavsen, GSEC - kl...@vs... - http://www.vsen.dk PGP: 7E063C62/2873 188C 968E 600D D8F8 B8DA 3D3A 0B79 7E06 3C62 "Those who do not understand Unix are condemned to reinvent it, poorly." ~ --Henry Spencer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCJgpvPToLeX4GPGIRAsG0AKCzR9cB5g/I3XKmvO6d2mMJhjc1EgCgp3n/ 8pbhFCtgi/2LpbsLhBPLeX4= =1UOU -----END PGP SIGNATURE----- |