Closed GoogleCodeExporter closed 8 years ago
added ta_bankkonto for konto information
linked to organisation over idtm_organisation
Original comment by Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 6:51
added ta_objekt for additional information
linked to organisation with idtm_organisation
Original comment by Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 7:23
DIFF for SQL Server
Original comment by Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 7:35
Attachments:
ALTER TABLE `pl`.`ta_bankkonto` CHANGE COLUMN `idta_bankkonto` `idta_bankkonto`
INT(11)
NOT NULL AUTO_INCREMENT ;
ALTER TABLE `pl`.`ta_objekt` CHANGE COLUMN `idta_objekt` `idta_objekt` INT(11)
NOT NULL
AUTO_INCREMENT ;
Original comment by Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 9:41
ALTER TABLE `pl`.`tm_organisation_has_ta_adresse` CHANGE COLUMN
`idtm_organisation_has_ta_adresse` `idtm_organisation_has_ta_adresse` INT(11)
NOT NULL
AUTO_INCREMENT ;
Original comment by Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 9:42
On Update don't forget the PWCWindow Component!!
Original comment by Philipp.Frenzel@googlemail.com
on 6 Jan 2010 at 9:17
public $org_fk_internal;
Original comment by Philipp.Frenzel@googlemail.com
on 6 Jan 2010 at 1:43
For the communication the contact information is required, it will be put into
ta_kommunikation, similar to ta_adresse
Original comment by Philipp.Frenzel@googlemail.com
on 6 Jan 2010 at 2:09
It´s working, changed some minor things in date handling, now it´s working!
Original comment by Philipp.Frenzel@googlemail.com
on 13 May 2010 at 8:36
Original issue reported on code.google.com by
Philipp.Frenzel@googlemail.com
on 5 Jan 2010 at 6:36