GithubHelp home page GithubHelp logo

oliverklee / ext-realty Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 24.22 MB

TYPO3 extension "realty"

Home Page: https://www.oliverklee.de/typo3-services/realty-manager/

License: GNU General Public License v2.0

PHP 93.85% CSS 1.38% HTML 3.43% JavaScript 1.33%
typo3 typo3-cms-extension

ext-realty's People

Contributors

jokumer avatar oliverklee avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ext-realty's Issues

No information regarding 8.7 in the manual

Hi Oliver,

in the extension repository there is a hint thas in the manual are information about version compatibility with 8.7. I didn't found that.

Best regards

Andreas

Stadtteil soll nicht im Frontend ausgegeben werden

Stadtteil ist Teil des Markers ###ADDRESS###. Wie kann er ausgeklammert werden?

Die Teile der Adresse, die im FE dargestellt werden, sind zurzeit hartkodiert:
https://github.com/oliverklee/ext-realty/blob/master/Model/class.tx_realty_Model_RealtyObject.php#L1973

Straße, falls detailliert Anzeige der Adresse im Objekt eingeschaltet ist
PLZ, Ort, Ortsteil
Land
Ich empfehle, dass der Kunde bei den Objekten, bei denen kein Ortsteil dargestellt werden soll, den Ortsteil leer lässt. Alternativ kann ich die Teile der Adresse auch per TypoScript konfigurierbar machen (was Entwicklungsaufwand wäre).

Wir benötigen die Stadtteile für das Suchformular. Wie hoch ist der Entwicklungsaufwand?

message_deleted_flag_set

Hi,

wie use the import in backend and i got the following error: Oops, an error occurred!
The realty object could not be saved. This is the reason: message_deleted_flag_set

In the Database i found 4 objects with deleted = 1, now we import an xml with aktion="DELETE"

In class AttachmentImporter -> ensureUidForRealtyObject you call writeToDatabase. In this constelation retuns the function $messageKey = 'message_deleted_flag_set'

So the $result in ensureUidForRealtyObject is not empty and it runs in the RuntimeException, Code 1551133807

So no import is possible.

Greatings

Really delete image records during import

realty 0.6.56
basic.importCanDeleteRecordsForFullSync enabled

Images of synchronized (deleted) objects are set to hidden=1 instead of deleted=1, therefore these are not deleted by CLI script.

CSV Import?

Hi,
I have a list of realty objects as CSV from an another software. No OpenImmo export available
Is there any chance to import CSV files?

Regards
Dirk

OpenStreetMap as alternative map

How much work is it to integrate OpenStreetMap as alternative to Google maps?
I always have a bad feeling with Googe API and giving them a payment option. ;-)

activate lightbox?

In Single-View the pictures don't open in a lightbox
enableLightbox = 1 is activated

Other pictures in content open in a lightbox with prettyPhoto.
Website is made with css_styled_content and bootstrap.

API-Key für Google Maps

Gibt es bei der realty-Extension eine Möglichkeit, den API-Key zu hinterlegen? Bei den Objekten wird die Karte leider nicht abgerufen.

How can I restrict fields for feEditors?

Maybe I am to blind to see ... but I don't find a property for hiding fields (or fields to show) for feEditors, when they create a new object.

There are properties like
fieldsInSingleViewTable
visibleContactFormFields
but nothing with feEditor.

Add missing fields for the energy performance certificate

from the OpenImmo specs:

<xsd:element name="energiepass"><!--$V121-->
        <xsd:annotation>
            <xsd:documentation>Energiepass/Ausweis ab 7/2008 vorgeschrieben</xsd:documentation>
            <xsd:documentation xml:lang="en"></xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="epart" minOccurs="0" ><!-- $V122: von art zu epart -->
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="BEDARF"/>
                            <xsd:enumeration value="VERBRAUCH"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:element>
                <xsd:element name="gueltig_bis" type="xsd:string" minOccurs="0" />
                <xsd:element name="energieverbrauchkennwert" type="xsd:string" minOccurs="0"/>
                <xsd:element name="mitwarmwasser" type="xsd:boolean" minOccurs="0"/>
                <xsd:element name="endenergiebedarf" type="xsd:string" minOccurs="0"/>
                <!-- 
                 bei VERBRAUCH: energieverbrauchkennwert und warmwasser angeben  
                 Wert in kWh/(m²*a) Kilowatt pro Std,  m² und Jahr  
                 bei BEDARF:  endenergiebedarf incl. warmwasser angeben -->

                <!--  ======== Elemente für den Energiepass ENEV 2014   $V127  =================== -->
               
                <xsd:element name="primaerenergietraeger" type="xsd:string" minOccurs="0"/> <!-- $V127 Aufzählung wie in: befeuerung. Optional freier Text  -->
                <xsd:element name="stromwert" type="xsd:string" minOccurs="0"/><!-- $V127 -->
                <xsd:element name="waermewert" type="xsd:string" minOccurs="0"/><!-- $V127 -->
                <xsd:element name="wertklasse" type="xsd:string" minOccurs="0"/><!-- $V127 -->
                <xsd:element name="baujahr" type="xsd:string" minOccurs="0"/> <!-- $V127  nur, wenn es von bauhjar in zustand_angaben abweicht   -->
                <xsd:element name="ausstelldatum" type="xsd:date" minOccurs="0"/><!-- $V127 -->
                <xsd:element name="jahrgang" minOccurs="0">
                <!--  $V127    Werte: "2008" = vor 1.5.2014, "2014"= ab dem 1.5.2014 ! , "ohne"= keiner vorhanden  , "nicht_noetig" z.B. bei Denkmalschutz  -->
                                <xsd:simpleType>
                                    <xsd:restriction base="xsd:string">
                                        <xsd:enumeration value="2008"/>
                                        <xsd:enumeration value="2014"/>
                                        <xsd:enumeration value="ohne"/>
                                        <xsd:enumeration value="nicht_noetig"/>
                                        <xsd:enumeration value="bei_besichtigung"/> <!-- $V127b -->

                                    </xsd:restriction>
                                </xsd:simpleType>
                    </xsd:element>


                <xsd:element name="gebaeudeart"  minOccurs="0"><!--  $V127  Werte: "wohn", "nichtwohn" -->
                                <xsd:simpleType>
                                    <xsd:restriction base="xsd:string">
                                        <xsd:enumeration value="wohn"/>
                                        <xsd:enumeration value="nichtwohn"/>
                                    </xsd:restriction>
                                </xsd:simpleType>
                    </xsd:element>


                <xsd:element name="epasstext" type="xsd:string" minOccurs="0"/><!--  $V127 Falls "energiepass" mehrfach vorkommt, dann hier eine Lokalisierung -->
            
                <xsd:element name="geg2018" type="xsd:string" minOccurs="0"/><!--  $V127b  Werte für mögliches "Gebäude Energie Gesetz"  -->


                <!--  ======== Elemente für den Energiepass in Österreich ab $V125  =================== -->
                <xsd:element name="hwbwert" type="xsd:string" minOccurs="0"/>
                <xsd:element name="hwbklasse" type="xsd:string" minOccurs="0"/>
                <xsd:element name="fgeewert" type="xsd:string" minOccurs="0"/>
                <xsd:element name="fgeeklasse" type="xsd:string" minOccurs="0"/>
                <!--
                HWB : Heizwärmebedarf (HWB),Kilowattstunden pro Quadratmeter und Jahr (KWh/m²/a) (Klasse A++  .. G)
                fGEE : Gesamtenergieeffizienz-Faktor fGEE  
                -->
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.