<?xml version="1.0" encoding="UTF-16"?>

<ebilling>
    <reports>
    <!--
            ==
            for each report "id" is a uniquely-assigned positive integer
            and "name" is a unique report's name. the report is being
            coded as a class inheriting its scheme from abstract template
            report whence class naming convention is:
            CRep_NAME_
            a "CRep" prefix added to report's name produces the report's 
            class name; this convention is used for localizing report's code
            by the class name (which means that name IS CASE-SENSITIVE and
            MUST NOT contain characters disallowed in C++ class naming conventions).
            note on numerical value of report's id: some reports are closely related with
            applications datasets, these reports were given id values equal to
            numerical ids of these datasets;
            unrelated ids numeration should be started with any three- or four-digit
            decimal number
            ==
            "codebase" implies mode of report's implementation, the only currently
            valid value is "internal" although "disabled" value is explicitely supported
            disabled    - report is supposed to be disabled (and made unavailable to the user)
            internal    - report's been hardcoded into the application
            ==
        -->
        
        <element id="1" codebase="internal">
            <name>ProfileList</name>
            <help>help/ProfileList.html</help>
        </element>
        
        <element id="3" codebase="internal">
            <name>UserList</name>
            <help>help/UserList.html</help>
        </element>
		
        <element id="5" codebase="internal">
            <name>ExpenseUnitList</name>
            <help>help/ExpenseUnitList.html</help>
        </element>
        
        <element id="100" codebase="internal">
            <name>MsisdnSummary</name>
            <help>help/MsisdnSummary.html</help>
        </element>
        
        <element id="101" codebase="internal">
            <name>MsisdnBilling</name>
            <help>help/MsisdnBilling.html</help>
        </element>
        
        <element id="103" codebase="internal">
            <name>InvoiceList</name>
            <help>help/InvoiceList.html</help>
        </element>

        <element id="104" codebase="internal">
            <name>MsisdnProfileBilling</name>
            <help>help/MsisdnProfileBilling.html</help>
        </element>
        
        <element id="105" codebase="internal">
            <name>MsisdnServicesTypes</name>
            <help>help/MsisdnServicesTypes.html</help>
        </element>
        
        <element id="106" codebase="internal">
            <name>MsisdnTotalTraffic</name>
            <help>help/MsisdnTotalTraffic.html</help>
        </element>

        <element id="107" codebase="internal">
            <name>MsisdnTraffic</name>
            <help>help/MsisdnTraffic.html</help>
        </element>
 
        <element id="108" codebase="internal">
            <name>MsisdnDate</name>
            <help>help/MsisdnDate.html</help>
        </element>

        <element id="109" codebase="disabled">
            <name>MsisdnPackage</name>
            <help>help/MsisdnPackage.html</help>
        </element>

        <element id="110" codebase="internal">
            <name>MsisdnConnections</name>
            <help>help/MsisdnConnections.html</help>
        </element>
        
        <element id="111" codebase="internal">
            <name>InvoiceSummaryWithProfiles</name>
            <help>help/InvoiceSummaryWithProfiles.html</help>
        </element>

        <element id="112" codebase="internal">
            <name>InvoiceBilling</name>
            <help>help/InvoiceBilling.html</help>
        </element>

        <element id="113" codebase="internal">
            <name>InvoiceProfileBilling</name>
            <help>help/InvoiceProfileBilling.html</help>
        </element>

        <element id="114" codebase="internal">
            <name>InvoiceByDate</name>
            <help>help/InvoiceByDate.html</help>
        </element>
        
        <element id="115" codebase="internal">
            <name>InvoiceKPS</name>
            <help>help/InvoiceKPS.html</help>
        </element>

        <element id="116" codebase="internal">
            <name>InvoiceKPG</name>
            <help>help/InvoiceKPG.html</help>
        </element>
<!--
        <element id="117" codebase="internal">
            <name>InvoiceDetails</name>
            <help>help/InvoiceDetails.html</help>
        </element>
-->
        <element id="118" codebase="internal">
		    <name>AccountExpenses</name>
            <help>help/AccountExpenses.html</help>
        </element>

        <element id="119" codebase="internal">
		    <name>ContractExpenses</name>
            <help>help/ContractExpenses.html</help>
        </element>
		
        <element id="120" codebase="internal">
		    <name>KeyAccount</name>
            <help>help/KeyAccount.html</help>
        </element>
        
        <element id="121" codebase="internal">
            <name>CRepMsisdnTotalTrafficGenerator</name>
            <help>help/MsisdnSummaryGenerator.html</help>
        </element>

        <element id="122" codebase="internal">
            <name>InvoiceInterests</name>
            <help>help/InvoiceInterests.html</help>
        </element>

	</reports>
</ebilling>
