<?xml version="1.0"?>
<!--
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CompanyAccount
 * @author     Extension Team
 * @copyright  Copyright (c) 2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
-->
<!-- company_rules.xml -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Bss_CompanyAccount/etc/company_rules_file.xsd">
    <acl>
        <rules>
            <rule value="-1" title="Basic" translate="true">
                <rule value="1" title="View Account Dashboard" translate="true" />
                <rule value="2" title="View Downloadable Products" translate="true" />
                <rule value="3" title="View And Add Products to Wishlist" translate="true" />
                <rule value="4" title="View And Add Addresses" translate="true" />
                <rule value="5" title="View Stored Payment Method" translate="true" />
            </rule>
            <rule value="-2" title="Advanced" translate="true">
                <rule value="6" title="Manage Sub Users and Roles" translate="true" />
                <rule value="7" title="View All Orders" translate="true" />
                <rule value="8" title="View Sub-user Report" translate="true" />
                <rule value="9" title="Create Quotes" translate="true" />
                <rule value="10" title="View All Quotes" translate="true" />
                <rule value="11" title="Place Orders" translate="true" />
                <rule value="12" title="Submit Order Requests" translate="true" />
                <rule value="13" title="Approve Order Requests" translate="true" />
            </rule>
        </rules>
    </acl>
</config>
