Git Product home page Git Product logo

j-lawyer-documentation's Introduction

CI

DE: j-lawyer-documentation

Dokumentationsprojekt für j-lawyer.org

In diesem Repository soll die j-lawyer.org-Anwenderdokumentation gepflegt werden. j-lawyer.org ist eine kostenfreie Software für Anwaltskanzleien.

Format

Die Dokumentation wird im .fodt-Formta gepflegt - ein Dateiformat das einfach mit LibreOffice oder OpenOffice bearbeitet werden kann und gleichzeitig sehr gut mit Versionskontrolle funktioniert, da es ein reines Textformat ist.

Motivation

Wir haben uns dazu entschieden diesen Teil als erstes zu veröffentlichen, damit jeder - ob Entwickler oder nicht - beitragen kann.

Installation

(provide step by step tutorial for cloning repository, editing the documentation and getting changes back into the repository)

Mitwirkende

j-dimension, AKA j-lawyer.org

http://www.j-lawyer.org

Lizenz

GNU AFFERO GENERAL PUBLIC LICENSE

https://www.gnu.org/licenses/agpl-3.0.txt

EN: j-lawyer-documentation

Documentation project for j-lawyer.org

This repository is to maintain user documentation for j-lawyer.org - a free case management solution for lawyers.

Format

Documentation will be maintained as .fodt file - a file format that can easily be edited using LibreOffice or OpenOffice, and at the same time is well suited for version control due to its nature of being a text file.

Motivation

I decided to make this part public first so everyone - developer or not - has a chance to contribute.

Installation

(provide step by step tutorial for cloning repository, editing the documentation and getting changes back into the repository)

Contributors

j-dimension, AKA j-lawyer.org

http://www.j-lawyer.org

License

GNU AFFERO GENERAL PUBLIC LICENSE

https://www.gnu.org/licenses/agpl-3.0.txt

j-lawyer-documentation's People

Contributors

j-dimension avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

j-lawyer-documentation's Issues

Platzhalter-Auswahl in LibreOffice

Platzhalter-Tabelle in LibreOffice

Zum Einfügen der Platzhaltertabelle in LibreOffice und um einfach und schnell Vorlagen zu erstellen, zunächst diese Datei downloaden und entpacken:

Platzhalter.zip

Wir brauchen die Dateien später noch, deshalb bitte den Ort merken, an dem die Dateien abgelegt wurden.

Nun muss LibreOffice - Writer gestartet werden. Wir beginnen mit Vorbereitungsarbeiten:

Wir öffnen den Dialog

Extras --> Anpassen...

Es erscheint das Menüfenster. Hier im Reiter "Menü" einen neuen Menüpunkt erstellen.

image

Diesen Menüpunkt bitte in "Platzhalter" benennen.

Nunmehr öffnet ihr die Bibliotheksverwaltung unter:

Extras --> Makros --> Makros verwalten --> LibreOffice Basic

image

Es öffnet sich sodann ein Fenster. Hier klicken wir unten rechts auf "Verwalten..."

image

Dann im Reiter "Bibliotheken" auf "Importieren" klicken.

image

Es öffnet sich eine Suchmaske. Hier den Ordner auswählen, wo ihr die Platzhalterdateien entpackt habt. Wählt in diesem Fenster bitte die "script.xlb" aus.

image

Jetzt habt ihr die Makro-Bibliothek für die Platzhalter installiert. Grundsätzlich kann LibreOffice jetzt die Platzhalter einfügen. Wir brauchen aber noch ein Menü. Deshalb suchen wir jetzt im Dateipfad von LibreOffice die Writer-Config.

Diese findet man bei MacOS hier:
~/Library/Application Support/LibreOffice/4/user/config/soffice.cfg/modules/swriter/menubar/

Diese findet man bei Windows hier:
%APPDATA%\libreoffice\4\user\config\soffice.cfg\modules\swriter\menubar\

Diese findet man bei Linux hier:
/home/<user name>/.config/libreoffice/4/user/config/soffice.cfg/modules/swriter/menubar/

In dem Ordner findet ihr die menubar.xml

image

Ihr öffnet die Datei mit einem Texteditor. Am Ende findet ihr den folgenden Code:

<menu:menu menu:id="vnd.openoffice.org:CustomMenu1" menu:label="Platzhalter"> <menu:menupopup/> </menu:menu> </menu:menubar>

Ihr ersetzt den Code (also den Code markieren und dann den folgenden Code einfügen) mit diesem Code:

<menu:menu menu:id="vnd.openoffice.org:CustomMenu1" menu:label="Platzhalter"> <menu:menupopup> <menu:menu menu:id="Akte" menu:label="Akte &amp; Allgemein"> <menu:menupopup> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.Kurzdatum?language=Basic&amp;location=application" menu:label="Kurzdatum"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.Langdatum?language=Basic&amp;location=application" menu:label="Langdatum"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteAnwalt?language=Basic&amp;location=application" menu:label="Zuständiger Anwalt"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteSachbearbeiter?language=Basic&amp;location=application" menu:label="Zuständiger Sachbearbeiter"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteNr?language=Basic&amp;location=application" menu:label="Aktennummer"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.Aktenzeichen?language=Basic&amp;location=application" menu:label="Aktenzeichen"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.Diktatzeichen?language=Basic&amp;location=application" menu:label="Diktatzeichen"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteWegen?language=Basic&amp;location=application" menu:label="wegen:"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteNotiz?language=Basic&amp;location=application" menu:label="Aktennotiz"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteSchadennummer?language=Basic&amp;location=application" menu:label="Schadennummer"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteGegenstandswert?language=Basic&amp;location=application" menu:label="Gegenstandswert"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteEigene2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.AkteEigene3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.Ergebnistabelle?language=Basic&amp;location=application" menu:label="Ergebnistabelle (RVG etc.)"/> </menu:menupopup> </menu:menu> <menu:menu menu:id="Mandant" menu:label="Mandant"> <menu:menupopup> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantFirma?language=Basic&amp;location=application" menu:label="Firma"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAbteilung?language=Basic&amp;location=application" menu:label="Abteilung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAnsprechpartnerAkte?language=Basic&amp;location=application" menu:label="Ansprechpartner"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAnrede?language=Basic&amp;location=application" menu:label="Anrede"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantTitel?language=Basic&amp;location=application" menu:label="Titel"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantVorname?language=Basic&amp;location=application" menu:label="Vorname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantNachname?language=Basic&amp;location=application" menu:label="Nachname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantStrasse?language=Basic&amp;location=application" menu:label="Straße &amp; Hausnr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantPLZ?language=Basic&amp;location=application" menu:label="Postleitzahl"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantStadt?language=Basic&amp;location=application" menu:label="Stadt"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantLand?language=Basic&amp;location=application" menu:label="Land"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantTelefon?language=Basic&amp;location=application" menu:label="Telefon"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantFax?language=Basic&amp;location=application" menu:label="Fax"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantMobilfunk?language=Basic&amp;location=application" menu:label="Mobil"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantEmail?language=Basic&amp;location=application" menu:label="E-Mail"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantHomepage?language=Basic&amp;location=application" menu:label="Homepage"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantEigen2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantEigen3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Adresse"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantBank?language=Basic&amp;location=application" menu:label="Bank"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantIBAN?language=Basic&amp;location=application" menu:label="IBAN / Kontonr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantBIC?language=Basic&amp;location=application" menu:label="BIC / BLZ"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantRechtsschutz?language=Basic&amp;location=application" menu:label="Rechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantVerkehrsrechtsschutz?language=Basic&amp;location=application" menu:label="Verkehrrechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantKFZVersicherung?language=Basic&amp;location=application" menu:label="KFZ-Versicherung"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAkteZeichen?language=Basic&amp;location=application" menu:label="Aktenzeichen beim Mandant"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAkteEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAkteEigene2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantAkteEigene3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Akte"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantGrusswort?language=Basic&amp;location=application" menu:label="Grußformel"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.MandantGeburtstag?language=Basic&amp;location=application" menu:label="Geburtsdatum"/> </menu:menupopup> </menu:menu> <menu:menu menu:id="Gegner" menu:label="Gegner"> <menu:menupopup> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerFirma?language=Basic&amp;location=application" menu:label="Firma"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAbteilung?language=Basic&amp;location=application" menu:label="Abteilung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAnsprechpartnerAkte?language=Basic&amp;location=application" menu:label="Ansprechpartner"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAnrede?language=Basic&amp;location=application" menu:label="Anrede"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerTitel?language=Basic&amp;location=application" menu:label="Titel"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerVorname?language=Basic&amp;location=application" menu:label="Vorname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerNachname?language=Basic&amp;location=application" menu:label="Nachname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerStrasse?language=Basic&amp;location=application" menu:label="Straße &amp; Hausnr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerPLZ?language=Basic&amp;location=application" menu:label="Postleitzahl"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerStadt?language=Basic&amp;location=application" menu:label="Stadt"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerLand?language=Basic&amp;location=application" menu:label="Land"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerTelefon?language=Basic&amp;location=application" menu:label="Telefon"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerFax?language=Basic&amp;location=application" menu:label="Fax"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerMobilfunk?language=Basic&amp;location=application" menu:label="Mobil"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerEmail?language=Basic&amp;location=application" menu:label="E-Mail"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerHomepage?language=Basic&amp;location=application" menu:label="Homepage"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerEigen2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerEigen3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Adresse"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerBank?language=Basic&amp;location=application" menu:label="Bank"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerIBAN?language=Basic&amp;location=application" menu:label="IBAN / Kontonr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerBIC?language=Basic&amp;location=application" menu:label="BIC / BLZ"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerRechtsschutz?language=Basic&amp;location=application" menu:label="Rechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerVerkehrsrechtsschutz?language=Basic&amp;location=application" menu:label="Verkehrsrechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerKFZVersicherung?language=Basic&amp;location=application" menu:label="KFZ-Versicherung"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAkteZeichen?language=Basic&amp;location=application" menu:label="Aktenzeichen beim Gegner"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAkteEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAkteEigene2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerAkteEigene3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Akte"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerGrusswort?language=Basic&amp;location=application" menu:label="Grußformel"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.GegnerGeburtstag?language=Basic&amp;location=application" menu:label="Geburtsdatum"/> </menu:menupopup> </menu:menu> <menu:menu menu:id="Dritte" menu:label="Dritte"> <menu:menupopup> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteFirma?language=Basic&amp;location=application" menu:label="Firma"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAbteilung?language=Basic&amp;location=application" menu:label="Abteilung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAnsprechpartnerAkte?language=Basic&amp;location=application" menu:label="Ansprechpartner"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAnrede?language=Basic&amp;location=application" menu:label="Anrede"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteTitel?language=Basic&amp;location=application" menu:label="Titel"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteVorname?language=Basic&amp;location=application" menu:label="Vorname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteNachname?language=Basic&amp;location=application" menu:label="Nachname"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteStrasse?language=Basic&amp;location=application" menu:label="Straße &amp; Hausnr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DrittePLZ?language=Basic&amp;location=application" menu:label="Postleitzahl"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteStadt?language=Basic&amp;location=application" menu:label="Stadt"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteLand?language=Basic&amp;location=application" menu:label="Land"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteTelefon?language=Basic&amp;location=application" menu:label="Telefon"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteFax?language=Basic&amp;location=application" menu:label="Fax"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteMobilfunk?language=Basic&amp;location=application" menu:label="Mobil"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteEmail?language=Basic&amp;location=application" menu:label="E-Mail"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteHomepage?language=Basic&amp;location=application" menu:label="Homepage"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteEigen2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Adresse"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteEigen3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Adresse"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteBank?language=Basic&amp;location=application" menu:label="Bank"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteIBAN?language=Basic&amp;location=application" menu:label="IBAN / Kontonr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteBIC?language=Basic&amp;location=application" menu:label="BIC / BLZ"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteRechtsschutz?language=Basic&amp;location=application" menu:label="Rechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteVerkehrsrechtsschutz?language=Basic&amp;location=application" menu:label="Verkehrsrechtsschutzversicherung"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteKFZVersicherung?language=Basic&amp;location=application" menu:label="KFZ-Versicherung"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAkteZeichen?language=Basic&amp;location=application" menu:label="Aktenzeichen beim Dritten"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAkteEigene1?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 1 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAkteEigene2?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 2 - Akte"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteAkteEigene3?language=Basic&amp;location=application" menu:label="Benutzerdefiniertes Feld 3 - Akte"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteGrusswort?language=Basic&amp;location=application" menu:label="Grußformel"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.DritteGeburtstag?language=Basic&amp;location=application" menu:label="Geburtsdatum"/> </menu:menupopup> </menu:menu> <menu:menu menu:id="Profil / Kanzlei" menu:label="Profil &amp; Kanzlei"> <menu:menupopup> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilFirma?language=Basic&amp;location=application" menu:label="Kanzleiname / Firma"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilStrasse?language=Basic&amp;location=application" menu:label="Straße &amp; Hausnr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilAdresszusatz?language=Basic&amp;location=application" menu:label="Adresszusatz"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilPLZ?language=Basic&amp;location=application" menu:label="Postleitzahl"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilStadt?language=Basic&amp;location=application" menu:label="Stadt"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilLand?language=Basic&amp;location=application" menu:label="Stadt"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilTelefon?language=Basic&amp;location=application" menu:label="Telefon"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilFax?language=Basic&amp;location=application" menu:label="Fax"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilMobil?language=Basic&amp;location=application" menu:label="Mobil"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilEmail?language=Basic&amp;location=application" menu:label="E-Mail"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilHomepage?language=Basic&amp;location=application" menu:label="Homepage"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilBank?language=Basic&amp;location=application" menu:label="Bank"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilIBAN?language=Basic&amp;location=application" menu:label="IBAN / Kontonr."/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilBIC?language=Basic&amp;location=application" menu:label="BIC / BLZ"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilBankAnderkonto?language=Basic&amp;location=application" menu:label="Bank - Anderkonto"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilIBANAnderkonto?language=Basic&amp;location=application" menu:label="IBAN / Kontonr. - Anderkonto"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilBICAnderkonto?language=Basic&amp;location=application" menu:label="BIC / BLZ - Anderkonto"/> <menu:menuseparator/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilSteuernummer?language=Basic&amp;location=application" menu:label="Steuernummer"/> <menu:menuitem menu:id="vnd.sun.star.script:Platzhalter.Module1.ProfilUmsatzsteuerid?language=Basic&amp;location=application" menu:label="Umsatzsteuer-ID"/> </menu:menupopup> </menu:menu> </menu:menupopup> </menu:menu> </menu:menubar>

Dann müsst ihr die Datei speichern und ersetzen.

LibreOffice muss jetzt komplett beendet werden!!! LibreOffice starten und ihr seht oben in der Menüleiste das Auswahlmenü mit den Platzhaltern:

image

Alle aktuellen Platzhalter von J-Lawyer können nunmehr bequem in LibreOffice eingefügt werden.

Diese Anleitung habe ich getestet mit MacOS, Linux und Windows. Entsprechendes kann man für das Kontextmenü ebenfalls machen, aber da die LibreOffice Version für MacOS zur Zeit kein Kontextmenü benutzt, habe ich das (noch) nicht gemacht.

Originally posted by @PBaumfalk in jlawyerorg/j-lawyer-org#574 (comment)

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.