|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
<Plugin xmlns="http://www.TSingSoft.com/Schemas/WPF.xsd" name="B3QingDaoWanFu" displayName="B3青岛万福" version="1.0" appVersion="$appVersion" schemaVersion="1.0" pluginClass="BWP.B3QingDaoWanFu.PluginClass,B3QingDaoWanFu.Web">
|
|
|
<Requires>
|
|
|
<Plugin name="B3ProduceUnitedInfos" version="$appVersion"/>
|
|
|
<Plugin name="B3Procurement" version="$appVersion"/>
|
|
|
<Plugin name="B3ButcherManage" version="$appVersion"/>
|
|
|
<Plugin name="B3Sale" version="$appVersion"/>
|
|
|
</Requires>
|
|
|
<Assemblies>
|
|
|
<File name="B3QingDaoWanFu.dll" type="bo bl"/>
|
|
|
<File name="B3QingDaoWanFu.Web.dll" type="web"/>
|
|
|
</Assemblies>
|
|
|
<ContentFiles>
|
|
|
<!--<Folder name="config/billreports"/>-->
|
|
|
</ContentFiles>
|
|
|
<DbResources></DbResources>
|
|
|
|
|
|
<Profiles>
|
|
|
</Profiles>
|
|
|
<Security>
|
|
|
<FunctionGroup name="报表" roleSchemas="employee">
|
|
|
<Function index="0" name="收购综合报表"/>
|
|
|
</FunctionGroup>
|
|
|
<FunctionGroup name="配置" roleSchemas="employee">
|
|
|
<Function index="0" name="结账客户设备配置"/>
|
|
|
</FunctionGroup>
|
|
|
</Security>
|
|
|
<Menus>
|
|
|
<Menu id="0001" name="/B3青岛万福/报表/收购综合报表" roles="B3QingDaoWanFu.报表.收购综合报表" url="B3QingDaoWanFu/Reports/ComprehensiveReport.aspx"/>
|
|
|
<Menu id="0002" name="/B3青岛万福/结账客户设备配置" roles="B3QingDaoWanFu.配置.结账客户设备配置" url="B3QingDaoWanFu/CustomerDeviceSet_/CustomerDeviceSetEdit.aspx"/>
|
|
|
</Menus>
|
|
|
<Features>
|
|
|
</Features>
|
|
|
</Plugin>
|
|
|
|