Re: Submit a payment from somewhere not in the GUI...

2015-02-05 Thread Geert Janssens
On Thursday 05 February 2015 16:57:22 Allen S. Rout wrote: > On 11/17/2014 12:17 PM, Geert Janssens wrote: > > You could use either > > Customer.ApplyPayment > > or > > Invoice.ApplyPayment > > This has worked wonderfully; thank you! > > Took a long time for me to get back to the topic, but once

Re: Submit a payment from somewhere not in the GUI...

2015-02-05 Thread Allen S. Rout
On 11/17/2014 12:17 PM, Geert Janssens wrote: > You could use either > Customer.ApplyPayment > or > Invoice.ApplyPayment This has worked wonderfully; thank you! Took a long time for me to get back to the topic, but once I started digging through the latest examples, it was reasonably smooth.

Re: Submit a payment from somewhere not in the GUI...

2014-11-21 Thread Geert Janssens
On Thursday 20 November 2014 20:48:03 Tom Lofts wrote: > Hi Geert, > > > gncOwnerApplyPayment is one option. The other is > > gncInvoiceApplyPayment. The former is the most generic one, the > > latter is a convenience function that lets you apply a payment to > > one specific invoice. > > Tha

Re: Submit a payment from somewhere not in the GUI...

2014-11-20 Thread Tom Lofts
Hi Geert, > gncOwnerApplyPayment is one option. The other is > gncInvoiceApplyPayment. The former is the most generic one, the latter > is a convenience function that lets you apply a payment to one > specific invoice. Thanks for this - I'd missed gncInvoiceApplyPayment but it turns out this is

Re: Submit a payment from somewhere not in the GUI...

2014-11-17 Thread Geert Janssens
On Friday 14 November 2014 08:00:28 Allen S. Rout wrote: > On 11/13/2014 07:41 PM, John Ralls wrote: > > On Nov 13, 2014, at 1:15 PM, Allen S. Rout wrote: > > > > > > > > No. You’ll need to script your interaction in Scheme or Python, > > I've been working with the Python APIs for insertion of

Re: Submit a payment from somewhere not in the GUI...

2014-11-17 Thread Geert Janssens
On Friday 14 November 2014 20:35:47 Tom Lofts wrote: > Hi Allen, > > As part of some of the work I've been doing to create a REST like API > via the Python bindings I've also been trying to make payments via the > Python API. > > I think I've managed to find out how this is intended to be done bu

Re: Submit a payment from somewhere not in the GUI...

2014-11-14 Thread Tom Lofts
Hi Allen, As part of some of the work I've been doing to create a REST like API via the Python bindings I've also been trying to make payments via the Python API. I think I've managed to find out how this is intended to be done but can't quite get it to work. The relevant function in the G

Re: Submit a payment from somewhere not in the GUI...

2014-11-14 Thread Allen S. Rout
On 11/14/2014 10:37 AM, John Ralls wrote: > >> On Nov 14, 2014, at 5:00 AM, Allen S. Rout wrote: >> > > Ah, from your original question it sounded like you wanted to pass > arguments to the command line. > > I don't know what you mean by "hooks for payments", The python includes bindings to

Re: Submit a payment from somewhere not in the GUI...

2014-11-14 Thread John Ralls
> On Nov 14, 2014, at 5:00 AM, Allen S. Rout wrote: > > On 11/13/2014 07:41 PM, John Ralls wrote: >> On Nov 13, 2014, at 1:15 PM, Allen S. Rout wrote: >> >>> >> >> No. You’ll need to script your interaction in Scheme or Python, > > I've been working with the Python APIs for insertion of inv

Re: Submit a payment from somewhere not in the GUI...

2014-11-14 Thread Allen S. Rout
On 11/13/2014 07:41 PM, John Ralls wrote: > On Nov 13, 2014, at 1:15 PM, Allen S. Rout wrote: > >> > > No. You’ll need to script your interaction in Scheme or Python, I've been working with the Python APIs for insertion of invoices, and modification of customers. I can't see anything that loo

Re: Submit a payment from somewhere not in the GUI...

2014-11-13 Thread John Ralls
On Nov 13, 2014, at 1:15 PM, Allen S. Rout wrote: > > Is there any art for submitting payments or transactions from anywhere > other than clicking through the GUI? I am attempting to automate the > submission of payments for our hackerspace from e.g. square, dwolla, etc. > > I'd be perfectly

Submit a payment from somewhere not in the GUI...

2014-11-13 Thread Allen S. Rout
Is there any art for submitting payments or transactions from anywhere other than clicking through the GUI? I am attempting to automate the submission of payments for our hackerspace from e.g. square, dwolla, etc. I'd be perfectly delighted with any command-line invocation in which I submit all