add note and lock to entity definition

This commit is contained in:
2019-08-19 17:59:58 -04:00
parent 570d858b17
commit 4cf1c728e1
3 changed files with 83 additions and 2 deletions

View File

@ -74,4 +74,33 @@
<type>Text</type>
</html>
</field>
<field>
<name>note</name>
<title>Note</title>
<type>varchar</type>
<length>255</length>
<comment>Note</comment>
<required>false</required>
<import>true</import>
<export>true</export>
<localizable>false</localizable>
<html>
<type>Text</type>
</html>
</field>
<field>
<name>is_reserved</name>
<title>Is Reserved</title>
<type>boolean</type>
<comment>Is this budget item locked for non-administrators?</comment>
<import>true</import>
<export>true</export>
<localizable>false</localizable>
<default>0</default>
<html>
<type>CheckBox</type>
</html>
</field>
</table>