|
|
Mit der `customer.xml` ist es möglich Kunden bzw. Benutzer um Attribute und das Kundenpanel zu erweitern.
|
|
|
Die `customer.xml` verhält sich ähnlich wie die `user.xml`. Jedoch ist es nicht möglich wie in der `user.xml` das Profil Fenster zu erweitern.
|
|
|
|
|
|
|
|
|
Aufbau einer customer.xml
|
|
|
------
|
|
|
|
|
|
```xml
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<quiqqer>
|
|
|
|
|
|
<attributes>
|
|
|
<attribute>quiqqer.customer.test</attribute>
|
|
|
</attributes>
|
|
|
|
|
|
<window>
|
|
|
<title>
|
|
|
<locale group="quiqqer/customer" var="window.erp.title"/>
|
|
|
</title>
|
|
|
<params>
|
|
|
<icon>fa fa-sun-o</icon>
|
|
|
</params>
|
|
|
|
|
|
<categories>
|
|
|
<category>
|
|
|
<text>
|
|
|
<locale group="" var=""/>
|
|
|
</text>
|
|
|
<icon>fa fa-group</icon>
|
|
|
|
|
|
<settings>
|
|
|
<title>
|
|
|
<locale group="" var=""/>
|
|
|
</title>
|
|
|
|
|
|
<input>
|
|
|
<text>
|
|
|
<locale group="" var=""/>
|
|
|
</text>
|
|
|
</input>
|
|
|
</settings>
|
|
|
</category>
|
|
|
</categories>
|
|
|
</window>
|
|
|
|
|
|
</quiqqer>
|
|
|
```
|
|
|
|
|
|
Alle weitere Informationen entnehme bitte der [user.xml](https://dev.quiqqer.com/quiqqer/quiqqer/wikis/User-Xml) |
|
|
\ No newline at end of file |