<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Did anyone have a chance to verify this at all in KMM? Just checking
to see if this needs to be addressed in KMM and if I need to change
my current handling of this in my port?<br>
<br>
-Eric<br>
<br>
On 08/21/2011 05:18 AM, Thomas Baumgart wrote:
<blockquote cite="mid:201108211118.23019.thb@net-bembel.de"
type="cite">
<pre wrap="">Hi,
on Sunday 21 August 2011 07:28:18 Eric A. Bonney wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am working with KMM ver 4.5.96 and I noticed something tonight while
working on my Android "port". It appears that the entire address is
saved in the column addressStreet. It does not appear that the columns
addressCity, addressZipcode, addressState are used at all.
The payee address tab has a large text box to enter the address in, but
this is not parsed out to the various columns. I have also attempted to
update those columns myself and then looked at the payee in KMM when I
do, the City and State are not brought into the payee screen.
I am not sure if this is a bug or if this working as intended. I planned
on putting the actual address components into the specific columns
listed in the database. Is this the correct approach or are those
columns going to disappear and have only one column for the entire address?
</pre>
</blockquote>
<pre wrap="">
This is more of a question towards the DB backend implementors but I try to
give some hints nevertheless. The frontend keeps them as seperate attributes
(found in mymoneypayee.h)
// Simple get operations
QString name(void) const
QString address(void) const
QString city(void) const
QString state(void) const
QString postcode(void) const
as well does the XML backend
<PAYEE email="" matchingenabled="0" reference="" id="P000003"
name="Stadtgrund" >
<ADDRESS street="" postcode="" city="" state="" telephone="" />
</PAYEE>
and also the SQL backend stores them in different columns from what I see (I
am not a DB expert) in MyMoneyStorageSql::writePayee().
So now I am confused. All what I see does not match what you report. At least
it's my impression. Maybe someone with more knowledge at this point can shed
some light on Eric's findings.
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
KMyMoney-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:KMyMoney-devel@kde.org">KMyMoney-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kmymoney-devel">https://mail.kde.org/mailman/listinfo/kmymoney-devel</a>
</pre>
</blockquote>
</body>
</html>