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

2008-03-24 Thread Jeff Kowalczyk
On Mon, 24 Mar 2008 12:54:16 -0400, The Anarcat wrote: > I missed the first bits of this discussion, but I want to announce our > efforts here to improve on the scripts provided in the manual. The > source is there: Thanks for posting these. I'd encourage anyone with utility scripts of any kind t

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

2008-03-24 Thread The Anarcat
Hi, I missed the first bits of this discussion, but I want to announce our efforts here to improve on the scripts provided in the manual. The source is there: https://lethe.koumbit.net/svn/koumbit/trunk/bin/sl02-create-entity.pl https://lethe.koumbit.net/svn/koumbit/trunk/bin/sl02-create-orderent

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

2008-03-21 Thread Del Miller
John, Thanks for the suggestion, this is the route that I've taken so far but with little success. I have yet to find the magic combination of form fields that will allow me to directly submit an invoice into the system. It has also been suggested that I go against the IS.pm module directly b

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] Entering a Sales Invoice via a script.

2008-03-19 Thread Del Miller
I am in need of pushing sales invoices into lsmb via a script. Writing the script is not a problem but I need to know the minimum fields required to get an invoice in. I've looked at the oe.pl module (and ended up confused at best) and also the 'enter sales invoice' web page that lsmb generat