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...

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

automake warnings

2015-02-05 Thread Alex Aycinena
When I run './autogen.sh' on my Fedora 21 machine, I get the following: Makefile.am:10: warning: source file 'util/guile.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a su

Future direction: reports founded on SQL repository.

2015-02-05 Thread Allen S. Rout
I've seen several references here to the policy direction that SQL (-lite or my-, or otherwise) will be the future preferred datastore. Associated with these, there are discussions that the future of reporting interfaces will likely be through some flavor of reporting tool founded on the SQL int

Re: automake warnings

2015-02-05 Thread John Ralls
> On Feb 5, 2015, at 2:21 PM, Alex Aycinena wrote: > > When I run './autogen.sh' on my Fedora 21 machine, I get the following: > > Makefile.am:10: warning: source file 'util/guile.c' is in a subdirectory, > Makefile.am:10: but option 'subdir-objects' is disabled > automake: warning: possible fo

Re: automake warnings

2015-02-05 Thread Alex Aycinena
OK - thanks for info. Alex On Thu, Feb 5, 2015 at 3:48 PM, John Ralls wrote: > > > On Feb 5, 2015, at 2:21 PM, Alex Aycinena > wrote: > > > > When I run './autogen.sh' on my Fedora 21 machine, I get the following: > > > > Makefile.am:10: warning: source file 'util/guile.c' is in a subdirectory

Re: Future direction: reports founded on SQL repository.

2015-02-05 Thread John Ralls
> On Feb 5, 2015, at 2:29 PM, Allen S. Rout wrote: > > > > I've seen several references here to the policy direction that SQL > (-lite or my-, or otherwise) will be the future preferred datastore. > > Associated with these, there are discussions that the future of > reporting interfaces will

Re: automake warnings

2015-02-05 Thread Geert Janssens
On Thursday 05 February 2015 14:21:00 Alex Aycinena wrote: > When I run './autogen.sh' on my Fedora 21 machine, I get the > following: > > Makefile.am:10: warning: source file 'util/guile.c' is in a > subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled > automake: warning: possib