CEL_Payroll/Payroll.BO/Configuration/UIConfiguration.xml
2024-09-17 14:30:13 +06:00

76 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<system>
<!--help -->
<!--first tag should be form name, for example fcategory is the actual form class name-->
<!--'this' tag contains form properties -->
<!--form control configuration should start control actual name,
such as txtcode is the textbox control in the category form -->
<filetype>ui</filetype>
<companycode>999</companycode>
<company>Computer Ease Limited</company>
<frmmain>
<this>
<text>Computer Ease Limited</text>
</this>
</frmmain>
<fcagegories>
<this>
<text>cagegories</text>
</this>
<textbox1>
<maxlength>10</maxlength>
</textbox1>
</fcagegories>
<fcategory>
<lblcode>
<text>enter your code</text>
</lblcode>
</fcategory>
<fEmployee>
<label1>
<text>Employee ID</text>
</label1>
</fEmployee>
<fcostcenters>
<this>
<text>costcenters</text>
</this>
<textbox1>
<maxlength>10</maxlength>
<text>enter your code</text>
</textbox1>
<tvmaster>
<maxlength>10</maxlength>
</tvmaster>
</fcostcenters>
<fdepartments>
<this>
<text>organization unit</text>
</this>
</fdepartments>
<fdepartment>
<txtcode>
<maxlength>10</maxlength>
</txtcode>
</fdepartment>
<fDocuments>
<this>
<text>Document</text>
</this>
</fDocuments>
<fDocument>
<txtcode>
<maxlength>10</maxlength>
</txtcode>
</fDocument>
</system>