add files
This commit is contained in:
87
app/xml/clients.xml
Normal file
87
app/xml/clients.xml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<items>
|
||||
<main>
|
||||
<table>clients</table>
|
||||
<order></order>
|
||||
<order_type>DESC</order_type>
|
||||
<increment>client_id</increment>
|
||||
<title>clients</title>
|
||||
<search>clientmail</search>
|
||||
</main>
|
||||
<item>
|
||||
<column>client_id</column>
|
||||
<title>client_id</title>
|
||||
<type>increment</type>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>False</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clientmail</column>
|
||||
<title>clientmail</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clientpassword</column>
|
||||
|
||||
<title>clientpassword</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>False</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clienthash</column>
|
||||
|
||||
<title>clienthash</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clientdate</column>
|
||||
|
||||
<title>clientdate</title>
|
||||
<type>datetime</type>
|
||||
<view>
|
||||
<table>False</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clientcard</column>
|
||||
|
||||
<title>clientcard</title>
|
||||
<type>text</type>
|
||||
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>False</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
<item>
|
||||
<column>clientgroup_id</column>
|
||||
<title>clientgroup_id</title>
|
||||
<type>text</type>
|
||||
<col>85</col>
|
||||
<view>
|
||||
<table>True</table>
|
||||
<form>True</form>
|
||||
</view>
|
||||
</item>
|
||||
</items>
|
||||
Reference in New Issue
Block a user