BerlusGmbH / Berlussimo

Hausverwaltung Software
GNU Affero General Public License v3.0
20 stars 23 forks source link

Neuanlage v. Haus oder Objekt nicht möglich #62

Closed connectnet closed 5 years ago

connectnet commented 5 years ago

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'EIGENTUEMER_PARTNER' cannot be null (SQL: insert into `OBJEKT` (`OBJEKT_KURZNAME`, `EIGENTUEMER_PARTNER`, `OBJEKT_AKTUELL`, `OBJEKT_ID`) values (gjhgjhgj, , 1, 1))

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'OBJEKT_ID' cannot be null (SQL: insert into `HAUS` (`HAUS_STRASSE`, `HAUS_NUMMER`, `HAUS_STADT`, `HAUS_PLZ`, `OBJEKT_ID`, `HAUS_AKTUELL`, `HAUS_ID`) values (test, 1, test, 123456, , 1, 1))

Gibt es ein Manual zur Software?

mueller-berlus commented 5 years ago

Gibt es ein Manual zur Software?

Nein, leider nicht. Das Projekt richtet sich derzeit noch an Entwickler, weil es z.B. noch keine Anleitung gibt. Auch sonst ist Berlussimo noch recht sparsam mit Rückmeldungen, was die Verwendung für neue Benutzer erschwert.

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'EIGENTUEMER_PARTNER' cannot be null SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'OBJEKT_ID' cannot be null

Kein Objekt ohne Partner (Eigentümer). Kein Haus ohne Objekt. Keine Einheit ohne Haus.