Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-03 Thread Chris Travers
I need to check a few things about whitespaces around the ='s. When in doubt add it. Also, there is one slight issue here: On 12/3/06, Charley Tiggs <[EMAIL PROTECTED]> wrote: > login = username > password = mypassword > LOGIN So far so good. > MODULE CT > name=Jane Doe I need to doublechec

Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-03 Thread Charley Tiggs
Chris Travers wrote: > Sorry, this got sent before I finished... > > On 12/1/06, Chris Travers <[EMAIL PROTECTED]> wrote: >> The main thing missing is the ability to loop through things. >> >> login = username >> password = mypassword >> LOGIN >> MODULE CT >> company = My Customer's company name >

Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-01 Thread Chris Travers
Sorry, this got sent before I finished... On 12/1/06, Chris Travers <[EMAIL PROTECTED]> wrote: > The main thing missing is the ability to loop through things. > > login = username > password = mypassword > LOGIN > MODULE CT > company = My Customer's company name > zipcode = 123456 > [other fields

Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-01 Thread Chris Travers
The main thing missing is the ability to loop through things. login = username password = mypassword LOGIN MODULE CT company = My Customer's company name zipcode = 123456 [other fields as appropriate] CALL CT->save(user, form) if !id On 12/1/06, Charley Tiggs <[EMAIL PROTECTED]> wrote: > Chris,

Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-01 Thread Charley Tiggs
Chris, I played with ledgersmb_cli.pl a couple of weeks ago and had trouble figuring out exactly how to work it and the example wasn't clear to me and since I knew you were actively working to make it a bit smarter, I left it alone at that time. Can you give me another example of how the ledge

Re: [Ledger-smb-devel] Question about cli interface and invoices

2006-12-01 Thread Chris Travers
I would think so. The caveat is that the sales order is closed *before* the invoice is posted, so you really want to be able to ensure that this happens atomically. Unfortunately, I don't think the SL interface was really set up with that in mind so you could get sent HTML to the CLI that you the

[Ledger-smb-devel] Question about cli interface and invoices

2006-12-01 Thread Charley Tiggs
Hello, I'm creating sales orders via the command-line interface. If I later create an invoice off of the CLI for that sales order, will the CLI close the sales order? Charley - Take Surveys. Earn Cash. Influence the Futur