SalesMate

Salesmate +

                                        SalesMate + Addin Security settings format

A sample security settings format is given blow

<SmpPOSSecurity>
<Value>1</Value>
<SecurityVer>2</SecurityVer>
    <Module>
        <Name> SmpPOS Module </Name>
            <Value>1</Value>
            <Screen>
                <Name>Access Setup</Name>
                <Value>1</Value>
                <SubScreen>
                    <Name>POS</Name>
                    <Value>1</Value>
                </SubScreen>
            </Screen>
       </Module>
</SmpPOSSecurity>

The tag names has its usual default meaning and purpose. The paragraphs below will explain each tags in detail.

SmpPOSSecurity:--  The main starting tag of the SalesMate + add-in . Can be any unique tag .

Value:--       Enable or disable the whole menu. Enable -1 , disable 0.

SecurityVer:-- The Salesmate + addin security version..

Module:-- The main security add-in module name.. 

Name :-- The name of the module, screen or sub screen..

Screen:-- The main screen name like Access Setup, Access Transaction etc. The screen tag cannot be nested.

SubScreen:-- The sub screen which is the leat node which contains the security information.