mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-16 10:35:34 +08:00
31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<desktop>
|
|
<permissions>
|
|
<permission id="tgstockcost_costselect_index">库存成本统计</permission>
|
|
<permission id="tgstockcost_stocksummary_index">进销存成本统计</permission>
|
|
<permission id='tgstockcost_stocksummary_sellstorage'>进销存</permission>
|
|
</permissions>
|
|
|
|
<workground name="单据报表" id="invoice_center" order="1200" icon="icon-danjubaobiao-01">
|
|
<menugroup name="财务报表" en="financial-statement">
|
|
<menu controller='costselect' action='index' permission='tgstockcost_costselect_index' display='true' order='300600'>库存成本统计</menu>
|
|
<menu controller='stocksummary' action='index' permission='tgstockcost_stocksummary_index' display='true' order='300700'>进销存成本统计</menu>
|
|
<menu controller='stocksummary' action='sellstorage' permission='tgstockcost_stocksummary_sellstorage' display='true' order='300800'>进销存统计</menu>
|
|
<!-- <menu controller='dailystock' permission='tgstockcost_stocksummary_sellstorage' display='true' order='300800'>进销存统计</menu> -->
|
|
</menugroup>
|
|
</workground>
|
|
</desktop> |