n-aqbanking.c. Just follow the
examples for e.g. mt940, all in the above directory.
"
But there is already an OFX import menu item so I didn't do anything here.
-Brad
patch.diff
Description: Binary data
-
Brad Grupczynski
brad.gnuc...@gmail.com
_
On May 10, 2011, at 12:12 AM, Brad Grupczynski wrote:
>
> On May 9, 2011, at 9:46 PM, John Ralls wrote:
>
>>
>> On May 9, 2011, at 6:09 PM, Brad Grupczynski wrote:
>>
>>>
>>> On May 8, 2011, at 9:54 PM, John Ralls wrote:
>>>
>>
On May 9, 2011, at 9:46 PM, John Ralls wrote:
>
> On May 9, 2011, at 6:09 PM, Brad Grupczynski wrote:
>
>>
>> On May 8, 2011, at 9:54 PM, John Ralls wrote:
>>
>>>
>>> On May 8, 2011, at 7:23 PM, Brad Grupczynski wrote:
>>>
&g
On May 8, 2011, at 9:54 PM, John Ralls wrote:
>
> On May 8, 2011, at 7:23 PM, Brad Grupczynski wrote:
>
>>
>> On May 8, 2011, at 12:07 PM, John Ralls wrote:
>>
>>>
>>> On May 8, 2011, at 7:47 AM, Brad Grupczynski wrote:
>>>
>&g
On May 8, 2011, at 12:07 PM, John Ralls wrote:
>
> On May 8, 2011, at 7:47 AM, Brad Grupczynski wrote:
>
>> Hi everyone,
>>
>> Trying to create a bundle using instructions:
>> http://wiki.gnucash.org/wiki/MacOSX/Quartz#Making_a_Bundle
>> https://gith
t;, line 330, in
get_binaries
binaries.append(Binary.from_node(node))
File "/Users/gnucash2/ige-mac-bundler-0.5/bundler/project.py", line 149, in
from_node
raise "The tag 'binary' is not allowed to have a 'dest' property"
TypeError: exceptions m
vid,
GnuCash can't import Quicken files directly. You would have to export them from
Quicken first into a format that Quicken understands (QIF, OFX, or CSV). But
I'm not familiar with Quicken and if that can be done. I would expect that
On Apr 25, 2011, at 5:40 PM, John Ralls wrote:
>
> On Apr 25, 2011, at 2:47 PM, Brad Grupczynski wrote:
>
>>
>> On Apr 24, 2011, at 12:21 AM, John Ralls wrote:
>>
>>> I also find that it's necessary to link the dSYM directories (which are
>>>
porters/swift/.libs/swift.so.dSYM
./src/plugins/imexporters/xmldb/.libs/xmldb.so.dSYM
./src/plugins/imexporters/yellownet/.libs/yellownet.so.dSYM
./src/plugins/parsers/dtaus/.libs/dtaus.so.dSYM
./src/plugins/parsers/swift/.libs/swift.so.dSYM
--
On Apr 24, 2011, at 12:21 AM, John Ralls wrote:
>
> On Apr 23, 2011, at 7:52 PM, Brad Grupczynski wrote:
>
>> Trying to get gnucash running under gdb. Using "gnucash-gdb". I'm getting
>> many warnings about not being able to find object files.
x27;t see .lax files anywhere. Ignore these warnings?
On another note, and it may not be important, I noticed this when cleaning in
several spots:
test -z " gnucash .scm-links" || rm -f gnucash .scm-links
rm: gnucash: is a directory
If we really want "gnucash" deleted then
On Apr 22, 2011, at 11:56 PM, John Ralls wrote:
>
> On Apr 22, 2011, at 6:30 PM, Brad Grupczynski wrote:
>
>>
>> On Apr 22, 2011, at 4:55 PM, John Ralls wrote:
>>>
>>> Just jhbuild build it. It will build in its own source directory and
>>&g
On Apr 22, 2011, at 10:03 PM, Brad Grupczynski wrote:
>
> On Apr 22, 2011, at 3:56 PM, John Ralls wrote:
>
>> Yes, that's right, though when I'm working on something, I'll just start a
>> jhbuild shell and cd to the working directory, where I can work norm
nable-ofx --enable-aqbanking
--enable-binreloc --enable-dbi --with-html-engine='webkit' --disable-static
Do I need to add all the options or can I just do "./configure" as you have
above? (I've used ./configure as a user during installs but never as a
develo
On Apr 22, 2011, at 4:55 PM, John Ralls wrote:
>
> On Apr 22, 2011, at 2:24 PM, Brad Grupczynski wrote:
>
>>
>> On Apr 22, 2011, at 3:56 PM, John Ralls wrote:
>>
>>>
>>> On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote:
>>>
&g
On Apr 22, 2011, at 4:43 PM, Martin Preuss wrote:
> Hi,
>
> On Freitag 22 April 2011, Brad Grupczynski wrote:
> [...]
>> Yeah, I just realized that aqbanking and gwehywfar are completely separate
>> entities. I see a problem already. Aqbanking is packing "NAME
On Apr 22, 2011, at 4:52 PM, Martin Preuss wrote:
> Hi,
>
> On Freitag 22 April 2011, Brad Grupczynski wrote:
> [...]
>> Thanks. Missed that link. That's the style I like anyway. I was looking at
>> aqbanking code...
> [...]
>
> So? There are only about t
On Apr 22, 2011, at 4:11 PM, John Ralls wrote:
>
> On Apr 22, 2011, at 1:37 PM, Brad Grupczynski wrote:
>
>> I can't find coding conventions. I see a mix of styles in the code. I'd like
>> to standardize the modules I work on. e.g. 4 spaces instead of tabs, etc.
On Apr 22, 2011, at 3:56 PM, John Ralls wrote:
>
> On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote:
>
>>
>> On Apr 22, 2011, at 1:05 PM, John Ralls wrote:
>>
>>>
>>> On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote:
>>&
I can't find coding conventions. I see a mix of styles in the code. I'd like to
standardize the modules I work on. e.g. 4 spaces instead of tabs, etc.
Can someone point me to them if they exist?
Brad Grupczynski
brad.gnuc...@gmail.com
_
I was hoping to use an IDE. Eclipse was my first best guess. But I heard of
some people actually using XCode. Can anyone give some advice? Thanks.
Brad Grupczynski
brad.gnuc...@gmail.com
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https
On Apr 22, 2011, at 1:05 PM, John Ralls wrote:
>
> On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote:
>
>> This process has felt like a rite of passage.
>>
>> I'm wondering if I did everything in a way that I have a good build.
>>
>> I w
This process has felt like a rite of passage.
I'm wondering if I did everything in a way that I have a good build.
I was going to work on the OFX/aqbanking parser. Importing from a file and
importing online data parses differently. I have been importing from a file and
have switched to online a
23 matches
Mail list logo