Re: [Ledger-smb-devel] Entering a Sales Invoice via a script.

2008-03-20 Thread John Locke
Del: I just updated a script for adding/synchronizing customers via the CLI. The simple way is to look at the web interface form, and add each field you see (other than checkboxes). The Firefox view frame info -> Forms tab is perfect for this, gives you a list of all fields visible on the form.

[Ledger-smb-devel] this is my question

2008-03-20 Thread shaker yasa
Dear Sir I'm sorry for repeating my question 3 times. I am having difficulties making the move from being an MS.net programmer to being a perl programmer. Herman's expanation yesterday was very helpful. but I am still having difficulty understanding how this

[Ledger-smb-devel] question

2008-03-20 Thread shaker yasa
Hello I am sorry for this mistake, Let me correct my question I need to understand , @{form->{"${module}_links"}{$key}} my question : if the $key = "IC" then {$key} will have a reference of location if the $key = "IC_tax" then {$key} will have a a

[Ledger-smb-devel] question

2008-03-20 Thread shaker yasa
Hello I need to understand , @{form->{"${module}_links"}{$key}} my question : if the $key = "IC" then {$key} will have a reference of location if the $key = "IC_tax" then {$key} will have a another reference of location if the $key = "IC" ag