121 lines
3.4 KiB
XML
121 lines
3.4 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
tools:ignore="HardcodedText">
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/dashboard"
|
||
|
|
android:title="Dashboard" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/bookingsetup"
|
||
|
|
android:title="Sales Setup" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/configType"
|
||
|
|
android:title="Config Type" />
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/configmaster"
|
||
|
|
android:title="Common Master" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/employee_master"
|
||
|
|
android:title="Employee" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/user_verified"
|
||
|
|
android:id="@+id/productMaster"
|
||
|
|
android:title="Product" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/ShiftMaster"
|
||
|
|
android:icon="@drawable/baseline_add_circle_24"
|
||
|
|
android:iconTint="@color/black"
|
||
|
|
android:title="Shift" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/SupplierMaster"
|
||
|
|
android:icon="@drawable/baseline_print_24"
|
||
|
|
android:iconTint="@color/black"
|
||
|
|
android:title="Supplier" />
|
||
|
|
<item
|
||
|
|
android:id="@+id/tax"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Tax" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/customer"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Customer" />
|
||
|
|
<item
|
||
|
|
android:id="@+id/dineIn"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Dinein"/>
|
||
|
|
<item
|
||
|
|
android:id="@+id/takeAway"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Sales"/>
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/priceChange"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Price Change"/>
|
||
|
|
<item
|
||
|
|
android:id="@+id/stockMaster"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Stock" />
|
||
|
|
<item
|
||
|
|
android:id="@+id/combopack"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Combo Pack" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/uiComponent"
|
||
|
|
android:title="Ui Component" />
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/preferenceSetting"
|
||
|
|
android:title="Preference" />
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/upiMaster"
|
||
|
|
android:title="Upi Details" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/employeeAccess"
|
||
|
|
android:title="Employee Access" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/dateWise"
|
||
|
|
android:title="Date Wise Sales Report" />
|
||
|
|
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/itemwise"
|
||
|
|
android:title="Item Wise Sales Report" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/kot"
|
||
|
|
android:title="KOT" />
|
||
|
|
<item
|
||
|
|
android:icon="@drawable/store"
|
||
|
|
android:id="@+id/extraCharges"
|
||
|
|
android:title="Extra Charges" />
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/logout"
|
||
|
|
android:icon="@drawable/baseline_logout_24"
|
||
|
|
android:title="Log Out" />
|
||
|
|
</menu>
|