On Apr 10, 2012, at 3:51 PM, m...@janno-kaiser.de wrote:
> Hi,
>
> I've run into an error using the python bindings:
>
> This is the code (changed a bit to make it easier to read):
>
> c = book.CustomerLookupByID(customerid)
> assert( isinstance(c, Customer) )
> CUR = c.GetCurrency()
> assert(
On Apr 10, 2012, at 1:17 PM, Christian Stimming wrote:
> Am Dienstag, 10. April 2012, 01:36:56 schrieb Ngewi Fet:
>> After doing a crash course in QFX, I have written a small module for
>> outputting expenses in the OFX format which was proposed as a better
>> alternative to the QIF format.
>> Th
Hi,
I've run into an error using the python bindings:
This is the code (changed a bit to make it easier to read):
c = book.CustomerLookupByID(customerid)
assert( isinstance(c, Customer) )
CUR = c.GetCurrency()
assert( isinstance(CUR, GncCommodity) )
invoice = Invoice(
book=book,
Hi,
On Tue, Apr 10, 2012 at 10:53, Muslim Chochlov wrote:
>
> Looks very attracting at a first glance. Write once, run everywhere is
> definitely a very good approach.
> However, it seems the more complex and platform specific application tends
> to be the more sophisticated becomes development p
Am Dienstag, 10. April 2012, 01:36:56 schrieb Ngewi Fet:
> After doing a crash course in QFX, I have written a small module for
> outputting expenses in the OFX format which was proposed as a better
> alternative to the QIF format.
> The code can be found here: https://github.com/codinguser/OfxModu
Hi,
> One possibility you might want to consider is the open source Apache
> Cordova
> (formerly PhoneGap) framework. http://en.wikipedia.org/wiki/PhoneGap See
> the supported platforms/devices here.
>
> 1. Single code base - multiple platforms/devices. However, a different
> build
> environment