prasid444

Untitled

May 17th, 2021 (edited)
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 17.69 KB | None | 0 0
  1. [{
  2.         "name": "CRM",
  3.         "app_id": "crm",
  4.         "nav_type": "UI",
  5.         "type": "APP",
  6.         "url": "/crm"
  7.     },
  8.     {
  9.         "name": "Leads",
  10.         "app_id": "crm",
  11.         "nav_type": "UI",
  12.         "type": "LIST",
  13.         "url": "/crm/leads"
  14.     },
  15.     {
  16.         "name": "Add Leads",
  17.         "app_id": "crm",
  18.         "nav_type": "UI",
  19.         "type": "ADD",
  20.         "url": "/crm/leads?add_modal=true"
  21.     },
  22.     {
  23.         "name": "Opportunity",
  24.         "app_id": "crm",
  25.         "nav_type": "UI",
  26.         "type": "LIST",
  27.         "url": "/crm/opportunity"
  28.     },
  29.     {
  30.         "name": "Add Opportunity",
  31.         "app_id": "crm",
  32.         "nav_type": "UI",
  33.         "type": "ADD",
  34.         "url": "/crm/opportunity?add_modal=true"
  35.     },
  36.     {
  37.         "name": "Contacts",
  38.         "app_id": "crm",
  39.         "nav_type": "UI",
  40.         "type": "LIST",
  41.         "url": "/crm/contacts"
  42.     },
  43.     {
  44.         "name": "Add Contacts",
  45.         "app_id": "crm",
  46.         "nav_type": "UI",
  47.         "type": "ADD",
  48.         "url": "/crm/contacts?add_modal=true"
  49.     },
  50.     {
  51.         "name": "Workflow",
  52.         "app_id": "task-manager",
  53.         "nav_type": "UI",
  54.         "type": "APP",
  55.         "url": "/task-manager"
  56.     },
  57.     {
  58.         "name": "Tasks",
  59.         "app_id": "task-manager",
  60.         "nav_type": "UI",
  61.         "type": "LIST",
  62.         "url": "/task-manager/task"
  63.     },
  64.     {
  65.         "name": "Add Tasks",
  66.         "app_id": "task-manager",
  67.         "nav_type": "UI",
  68.         "type": "ADD",
  69.         "url": "/task-manager/task?add_modal=true"
  70.     },
  71.     {
  72.         "name": "Receipt Manager",
  73.         "app_id": "task-manager",
  74.         "nav_type": "UI",
  75.         "type": "LIST",
  76.         "url": "/task-manager/receipt-manager"
  77.     },
  78.     {
  79.         "name": "Transaction Approval",
  80.         "app_id": "task-manager",
  81.         "nav_type": "UI",
  82.         "type": "LIST",
  83.         "url": "/task-manager/transaction-approval"
  84.     },
  85.     {
  86.         "name": "Sales",
  87.         "app_id": "sales",
  88.         "nav_type": "UI",
  89.         "type": "APP",
  90.         "url": "/sales"
  91.     },
  92.     {
  93.         "name": "Quotations",
  94.         "app_id": "sales",
  95.         "nav_type": "UI",
  96.         "type": "LIST",
  97.         "url": "/sales/quotations"
  98.     },
  99.     {
  100.         "name": "Add Quotations",
  101.         "app_id": "sales",
  102.         "nav_type": "UI",
  103.         "type": "ADD",
  104.         "url": "/sales/quotations/add"
  105.     },
  106.     {
  107.         "name": "Sales Orders",
  108.         "app_id": "sales",
  109.         "nav_type": "UI",
  110.         "type": "LIST",
  111.         "url": "/sales/orders"
  112.     },
  113.     {
  114.         "name": "Add Sales Orders",
  115.         "app_id": "sales",
  116.         "nav_type": "UI",
  117.         "type": "ADD",
  118.         "url": "/sales/orders/add"
  119.     },
  120.     {
  121.         "name": "Invoice",
  122.         "app_id": "sales",
  123.         "nav_type": "UI",
  124.         "type": "LIST",
  125.         "url": "/sales/invoices"
  126.     },
  127.     {
  128.         "name": "Add Invoice",
  129.         "app_id": "sales",
  130.         "nav_type": "UI",
  131.         "type": "ADD",
  132.         "url": "/sales/invoices/add"
  133.     },
  134.     {
  135.         "name": "Credit Notes",
  136.         "app_id": "sales",
  137.         "nav_type": "UI",
  138.         "type": "LIST",
  139.         "url": "/sales/credit-notes"
  140.     },
  141.     {
  142.         "name": "Add Credit Notes",
  143.         "app_id": "sales",
  144.         "nav_type": "UI",
  145.         "type": "ADD",
  146.         "url": "/sales/credit-notes/add"
  147.     },
  148.     {
  149.         "name": "Customer Payment",
  150.         "app_id": "sales",
  151.         "nav_type": "UI",
  152.         "type": "LIST",
  153.         "url": "/sales/payments-received"
  154.     },
  155.     {
  156.         "name": "Add Customer Payment",
  157.         "app_id": "sales",
  158.         "nav_type": "UI",
  159.         "type": "ADD",
  160.         "url": "/sales/payments-received/add"
  161.     },
  162.     {
  163.         "name": "Customers",
  164.         "app_id": "sales",
  165.         "nav_type": "UI",
  166.         "type": "LIST",
  167.         "url": "/sales/customers"
  168.     },
  169.     {
  170.         "name": "Add Customers",
  171.         "app_id": "sales",
  172.         "nav_type": "UI",
  173.         "type": "ADD",
  174.         "url": "/sales/customers?add_modal=true"
  175.     },
  176.     {
  177.         "name": "Allocate Customer Payments",
  178.         "app_id": "sales",
  179.         "nav_type": "UI",
  180.         "type": "LIST",
  181.         "url": "/sales/payment-allocation"
  182.     },
  183.     {
  184.         "name": "Purchase",
  185.         "app_id": "purchases",
  186.         "nav_type": "UI",
  187.         "type": "APP",
  188.         "url": "/purchases"
  189.     },
  190.     {
  191.         "name": "Purchase Order",
  192.         "app_id": "purchases",
  193.         "nav_type": "UI",
  194.         "type": "LIST",
  195.         "url": "/purchases/orders"
  196.     },
  197.     {
  198.         "name": "Add Purchase Order",
  199.         "app_id": "purchases",
  200.         "nav_type": "UI",
  201.         "type": "ADD",
  202.         "url": "/purchases/orders/add"
  203.     },
  204.     {
  205.         "name": "Purchase Bills",
  206.         "app_id": "purchases",
  207.         "nav_type": "UI",
  208.         "type": "LIST",
  209.         "url": "/purchases/purchases-bill"
  210.     },
  211.     {
  212.         "name": "Add Purchase Bills",
  213.         "app_id": "purchases",
  214.         "nav_type": "UI",
  215.         "type": "ADD",
  216.         "url": "/purchases/purchases-bill/add"
  217.     },
  218.     {
  219.         "name": "Expenses",
  220.         "app_id": "purchases",
  221.         "nav_type": "UI",
  222.         "type": "LIST",
  223.         "url": "/purchases/expenses"
  224.     },
  225.     {
  226.         "name": "Add Expenses",
  227.         "app_id": "purchases",
  228.         "nav_type": "UI",
  229.         "type": "ADD",
  230.         "url": "/purchases/expenses/add"
  231.     },
  232.     {
  233.         "name": "Supplier Payment",
  234.         "app_id": "purchases",
  235.         "nav_type": "UI",
  236.         "type": "LIST",
  237.         "url": "/purchases/payments-made"
  238.     },
  239.     {
  240.         "name": "Add Supplier Payment",
  241.         "app_id": "purchases",
  242.         "nav_type": "UI",
  243.         "type": "ADD",
  244.         "url": "/purchases/payments-made/add"
  245.     },
  246.     {
  247.         "name": "Debit Notes",
  248.         "app_id": "purchases",
  249.         "nav_type": "UI",
  250.         "type": "LIST",
  251.         "url": "/purchases/debit-notes"
  252.     },
  253.     {
  254.         "name": "Add Debit Notes",
  255.         "app_id": "purchases",
  256.         "nav_type": "UI",
  257.         "type": "ADD",
  258.         "url": "/purchases/debit-notes/add"
  259.     },
  260.     {
  261.         "name": "Suppliers",
  262.         "app_id": "purchases",
  263.         "nav_type": "UI",
  264.         "type": "LIST",
  265.         "url": "/purchases/suppliers"
  266.     },
  267.     {
  268.         "name": "Add Suppliers",
  269.         "app_id": "purchases",
  270.         "nav_type": "UI",
  271.         "type": "ADD",
  272.         "url": "/purchases/suppliers?add_modal=true"
  273.     },
  274.     {
  275.         "name": "Allocate Supplier Payments",
  276.         "app_id": "purchases",
  277.         "nav_type": "UI",
  278.         "type": "LIST",
  279.         "url": "/purchases/payment-allocation"
  280.     },
  281.     {
  282.         "name": "Accounting",
  283.         "app_id": "accounting",
  284.         "nav_type": "UI",
  285.         "type": "APP",
  286.         "url": "/accounting"
  287.     },
  288.     {
  289.         "name": "Journal Voucher",
  290.         "app_id": "accounting",
  291.         "nav_type": "UI",
  292.         "type": "LIST",
  293.         "url": "/accounting/journal-voucher"
  294.     },
  295.     {
  296.         "name": "Add Journal Voucher",
  297.         "app_id": "accounting",
  298.         "nav_type": "UI",
  299.         "type": "ADD",
  300.         "url": "/accounting/journal-voucher/add"
  301.     },
  302.     {
  303.         "name": "Cash Transfers",
  304.         "app_id": "accounting",
  305.         "nav_type": "UI",
  306.         "type": "LIST",
  307.         "url": "/accounting/cash-transfers"
  308.     },
  309.     {
  310.         "name": "Add Cash Transfers",
  311.         "app_id": "accounting",
  312.         "nav_type": "UI",
  313.         "type": "ADD",
  314.         "url": "/accounting/cash-transfers/add"
  315.     },
  316.     {
  317.         "name": "Quick Payment",
  318.         "app_id": "accounting",
  319.         "nav_type": "UI",
  320.         "type": "LIST",
  321.         "url": "/accounting/payments-made"
  322.     },
  323.     {
  324.         "name": "Add Quick Payment",
  325.         "app_id": "accounting",
  326.         "nav_type": "UI",
  327.         "type": "ADD",
  328.         "url": "/accounting/payments-made/add"
  329.     },
  330.     {
  331.         "name": "Quick Receipt",
  332.         "app_id": "accounting",
  333.         "nav_type": "UI",
  334.         "type": "LIST",
  335.         "url": "/accounting/payments-received"
  336.     },
  337.     {
  338.         "name": "Add Quick Receipt",
  339.         "app_id": "accounting",
  340.         "nav_type": "UI",
  341.         "type": "ADD",
  342.         "url": "/accounting/payments-received/add"
  343.     },
  344.     {
  345.         "name": "Charts Of Account",
  346.         "app_id": "accounting",
  347.         "nav_type": "UI",
  348.         "type": "LIST",
  349.         "url": "/accounting/chartsofaccount/accounts"
  350.     },
  351.     {
  352.         "name": "Bank Accounts",
  353.         "app_id": "accounting",
  354.         "nav_type": "UI",
  355.         "type": "LIST",
  356.         "url": "/accounting/bank-accounts"
  357.     },
  358.     {
  359.         "name": "Inventory",
  360.         "app_id": "inventory",
  361.         "nav_type": "UI",
  362.         "type": "APP",
  363.         "url": "/inventory"
  364.     },
  365.     {
  366.         "name": "Products",
  367.         "app_id": "inventory",
  368.         "nav_type": "UI",
  369.         "type": "LIST",
  370.         "url": "/inventory/products"
  371.     },
  372.     {
  373.         "name": "Add Products",
  374.         "app_id": "inventory",
  375.         "nav_type": "UI",
  376.         "type": "ADD",
  377.         "url": "/inventory/products/add/product"
  378.     },
  379.     {
  380.         "name": "Product Category",
  381.         "app_id": "inventory",
  382.         "nav_type": "UI",
  383.         "type": "LIST",
  384.         "url": "/inventory/product-category"
  385.     },
  386.     {
  387.         "name": "Add Product Category",
  388.         "app_id": "inventory",
  389.         "nav_type": "UI",
  390.         "type": "ADD",
  391.         "url": "/inventory/product-category?add_modal=true"
  392.     },
  393.     {
  394.         "name": "Units Of Measurement",
  395.         "app_id": "inventory",
  396.         "nav_type": "UI",
  397.         "type": "LIST",
  398.         "url": "/inventory/measurement-units"
  399.     },
  400.     {
  401.         "name": "Add Units Of Measurement",
  402.         "app_id": "inventory",
  403.         "nav_type": "UI",
  404.         "type": "ADD",
  405.         "url": "/inventory/measurement-units?add_modal=true"
  406.     },
  407.     {
  408.         "name": "Inventory Adjustment",
  409.         "app_id": "inventory",
  410.         "nav_type": "UI",
  411.         "type": "LIST",
  412.         "url": "/inventory/inventory-adjustment"
  413.     },
  414.     {
  415.         "name": "Add Inventory Adjustment",
  416.         "app_id": "inventory",
  417.         "nav_type": "UI",
  418.         "type": "ADD",
  419.         "url": "/inventory/inventory-adjustment/add"
  420.     },
  421.     {
  422.         "name": "Reports",
  423.         "app_id": "reports",
  424.         "nav_type": "UI",
  425.         "type": "APP",
  426.         "url": "/reports"
  427.     },
  428.     {
  429.         "name": "Reports",
  430.         "app_id": "reports",
  431.         "nav_type": "UI",
  432.         "type": "LIST",
  433.         "url": "/reports/new"
  434.     },
  435.     {
  436.         "name": "Saved Reports",
  437.         "app_id": "reports",
  438.         "nav_type": "UI",
  439.         "type": "LIST",
  440.         "url": "/reports/saved"
  441.     },
  442.     {
  443.         "name": "Configurations",
  444.         "app_id": "config",
  445.         "nav_type": "UI",
  446.         "type": "APP",
  447.         "url": "/config"
  448.     },
  449.     {
  450.         "name": "Apps",
  451.         "app_id": "config",
  452.         "nav_type": "UI",
  453.         "type": "LIST",
  454.         "url": "/config/app"
  455.     },
  456.     {
  457.         "name": "Users & Permissions",
  458.         "app_id": "config",
  459.         "nav_type": "UI",
  460.         "type": "LIST",
  461.         "url": "/config/user-permission"
  462.     },
  463.     {
  464.         "name": "Import / Export",
  465.         "app_id": "config",
  466.         "nav_type": "UI",
  467.         "type": "LIST",
  468.         "url": "/config/import-export"
  469.     },
  470.     {
  471.         "name": "Tigg Subscriptions",
  472.         "app_id": "config",
  473.         "nav_type": "UI",
  474.         "type": "LIST",
  475.         "url": "/config/tigg-subscription"
  476.     },
  477.     {
  478.         "name": "Organization",
  479.         "app_id": "config",
  480.         "nav_type": "UI",
  481.         "type": "LIST",
  482.         "url": "/config/organization"
  483.     },
  484.     {
  485.         "name": "Transaction list",
  486.         "app_id": "reports",
  487.         "nav_type": "UI",
  488.         "type": "DETAIL",
  489.         "url": "/reports/new/transaction-list"
  490.     },
  491.     {
  492.         "name": "Journal report",
  493.         "app_id": "reports",
  494.         "nav_type": "UI",
  495.         "type": "DETAIL",
  496.         "url": "/reports/new/journal-report"
  497.     },
  498.     {
  499.         "name": "General Ledger Summary",
  500.         "app_id": "reports",
  501.         "nav_type": "UI",
  502.         "type": "DETAIL",
  503.         "url": "/reports/new/general-ledger"
  504.     },
  505.     {
  506.         "name": "Detail General Ledger",
  507.         "app_id": "reports",
  508.         "nav_type": "UI",
  509.         "type": "DETAIL",
  510.         "url": "/reports/new/general-ledger-detail"
  511.     },
  512.     {
  513.         "name": "Gl Materalised View",
  514.         "app_id": "reports",
  515.         "nav_type": "UI",
  516.         "type": "DETAIL",
  517.         "url": "/reports/new/general-ledger-materialized"
  518.     },
  519.     {
  520.         "name": "Trial Balance",
  521.         "app_id": "reports",
  522.         "nav_type": "UI",
  523.         "type": "DETAIL",
  524.         "url": "/reports/new/trial-balance"
  525.     },
  526.     {
  527.         "name": "Income Statement",
  528.         "app_id": "reports",
  529.         "nav_type": "UI",
  530.         "type": "DETAIL",
  531.         "url": "/reports/new/profit-loss"
  532.     },
  533.     {
  534.         "name": "Balance Sheet",
  535.         "app_id": "reports",
  536.         "nav_type": "UI",
  537.         "type": "DETAIL",
  538.         "url": "/reports/new/balance-sheet"
  539.     },
  540.     {
  541.         "name": "Cash Flow Statement",
  542.         "app_id": "reports",
  543.         "nav_type": "UI",
  544.         "type": "DETAIL",
  545.         "url": "/reports/new/cash-flow"
  546.     },
  547.     {
  548.         "name": "Customer Receivable Summary",
  549.         "app_id": "reports",
  550.         "nav_type": "UI",
  551.         "type": "DETAIL",
  552.         "url": "/reports/new/customer-receivable"
  553.     },
  554.     {
  555.         "name": "Customer Ageing Summary",
  556.         "app_id": "reports",
  557.         "nav_type": "UI",
  558.         "type": "DETAIL",
  559.         "url": "/reports/new/customer-ageing"
  560.     },
  561.     {
  562.         "name": "Invoice Age",
  563.         "app_id": "reports",
  564.         "nav_type": "UI",
  565.         "type": "DETAIL",
  566.         "url": "/reports/new/invoice-ageing"
  567.     },
  568.     {
  569.         "name": "Customer Statement",
  570.         "app_id": "reports",
  571.         "nav_type": "UI",
  572.         "type": "DETAIL",
  573.         "url": "/reports/new/customer-statement"
  574.     },
  575.     {
  576.         "name": "Customer Invoice Allocation",
  577.         "app_id": "reports",
  578.         "nav_type": "UI",
  579.         "type": "DETAIL",
  580.         "url": "/reports/new/customer-allocation-report"
  581.     },
  582.     {
  583.         "name": "Customer Payment Report",
  584.         "app_id": "reports",
  585.         "nav_type": "UI",
  586.         "type": "DETAIL",
  587.         "url": "/reports/new/customer-payment-report"
  588.     },
  589.     {
  590.         "name": "Balance Confirmation",
  591.         "app_id": "reports",
  592.         "nav_type": "UI",
  593.         "type": "DETAIL",
  594.         "url": "/reports/new/customer-balance-confirmation"
  595.     },
  596.     {
  597.         "name": "Supplier Payable Summary",
  598.         "app_id": "reports",
  599.         "nav_type": "UI",
  600.         "type": "DETAIL",
  601.         "url": "/reports/new/supplier-payable"
  602.     },
  603.     {
  604.         "name": "Supplier Ageing Summary",
  605.         "app_id": "reports",
  606.         "nav_type": "UI",
  607.         "type": "DETAIL",
  608.         "url": "/reports/new/supplier-ageing"
  609.     },
  610.     {
  611.         "name": "Purchase Bill Age",
  612.         "app_id": "reports",
  613.         "nav_type": "UI",
  614.         "type": "DETAIL",
  615.         "url": "/reports/new/purchase-bill-ageing"
  616.     },
  617.     {
  618.         "name": "Supplier Statement",
  619.         "app_id": "reports",
  620.         "nav_type": "UI",
  621.         "type": "DETAIL",
  622.         "url": "/reports/new/supplier-statement"
  623.     },
  624.     {
  625.         "name": "Supplier Bill Allocation",
  626.         "app_id": "reports",
  627.         "nav_type": "UI",
  628.         "type": "DETAIL",
  629.         "url": "/reports/new/supplier-allocation-report"
  630.     },
  631.     {
  632.         "name": "Supplier Payment Report",
  633.         "app_id": "reports",
  634.         "nav_type": "UI",
  635.         "type": "DETAIL",
  636.         "url": "/reports/new/supplier-payment-report"
  637.     },
  638.     {
  639.         "name": "Balance Confirmation",
  640.         "app_id": "reports",
  641.         "nav_type": "UI",
  642.         "type": "DETAIL",
  643.         "url": "/reports/new/supplier-balance-confirmation"
  644.     },
  645.     {
  646.         "name": "Sales By Customer",
  647.         "app_id": "reports",
  648.         "nav_type": "UI",
  649.         "type": "DETAIL",
  650.         "url": "/reports/new/sales-customer"
  651.     },
  652.     {
  653.         "name": "Sales By Item",
  654.         "app_id": "reports",
  655.         "nav_type": "UI",
  656.         "type": "DETAIL",
  657.         "url": "/reports/new/sales-item"
  658.     },
  659.     {
  660.         "name": "Sales By Customer Summary-Monthly",
  661.         "app_id": "reports",
  662.         "nav_type": "UI",
  663.         "type": "DETAIL",
  664.         "url": "/reports/new/sales-customer-summary"
  665.     },
  666.     {
  667.         "name": "Sales By Item Summary-Monthly",
  668.         "app_id": "reports",
  669.         "nav_type": "UI",
  670.         "type": "DETAIL",
  671.         "url": "/reports/new/sales-item-summary"
  672.     },
  673.     {
  674.         "name": "Sales Materialized View",
  675.         "app_id": "reports",
  676.         "nav_type": "UI",
  677.         "type": "DETAIL",
  678.         "url": "/reports/new/sales-materialized"
  679.     },
  680.     {
  681.         "name": "Purchase By Supplier",
  682.         "app_id": "reports",
  683.         "nav_type": "UI",
  684.         "type": "DETAIL",
  685.         "url": "/reports/new/purchase-supplier"
  686.     },
  687.     {
  688.         "name": "Purchase By Item",
  689.         "app_id": "reports",
  690.         "nav_type": "UI",
  691.         "type": "DETAIL",
  692.         "url": "/reports/new/purchase-item"
  693.     },
  694.     {
  695.         "name": "Purchase By Supplier Summary",
  696.         "app_id": "reports",
  697.         "nav_type": "UI",
  698.         "type": "DETAIL",
  699.         "url": "/reports/new/purchase-supplier-summary"
  700.     },
  701.     {
  702.         "name": "Purchase By Item Summary",
  703.         "app_id": "reports",
  704.         "nav_type": "UI",
  705.         "type": "DETAIL",
  706.         "url": "/reports/new/purchase-item-summary"
  707.     },
  708.     {
  709.         "name": "Purchase Materalised View",
  710.         "app_id": "reports",
  711.         "nav_type": "UI",
  712.         "type": "DETAIL",
  713.         "url": "/reports/new/purchase-materialized"
  714.     },
  715.     {
  716.         "name": "Sales Register",
  717.         "app_id": "reports",
  718.         "nav_type": "UI",
  719.         "type": "DETAIL",
  720.         "url": "/reports/new/sales-register"
  721.     },
  722.     {
  723.         "name": "Purchase Register",
  724.         "app_id": "reports",
  725.         "nav_type": "UI",
  726.         "type": "DETAIL",
  727.         "url": "/reports/new/purchase-register"
  728.     },
  729.     {
  730.         "name": "VAT Summary Report",
  731.         "app_id": "reports",
  732.         "nav_type": "UI",
  733.         "type": "DETAIL",
  734.         "url": "/reports/new/vat-summary"
  735.     },
  736.     {
  737.         "name": "TDS Report",
  738.         "app_id": "reports",
  739.         "nav_type": "UI",
  740.         "type": "DETAIL",
  741.         "url": "/reports/new/tds-report"
  742.     },
  743.     {
  744.         "name": "Annex 13 Report",
  745.         "app_id": "reports",
  746.         "nav_type": "UI",
  747.         "type": "DETAIL",
  748.         "url": "/reports/new/annex-13-report"
  749.     },
  750.     {
  751.         "name": "Void Invoice List",
  752.         "app_id": "reports",
  753.         "nav_type": "UI",
  754.         "type": "DETAIL",
  755.         "url": "/reports/new/void-invoice"
  756.     },
  757.     {
  758.         "name": "Materialised View Report",
  759.         "app_id": "reports",
  760.         "nav_type": "UI",
  761.         "type": "DETAIL",
  762.         "url": "/reports/new/materialized-view"
  763.     },
  764.     {
  765.         "name": "Inventory Position",
  766.         "app_id": "reports",
  767.         "nav_type": "UI",
  768.         "type": "DETAIL",
  769.         "url": "/reports/new/inventory-summary"
  770.     },
  771.     {
  772.         "name": "Inventory Movement",
  773.         "app_id": "reports",
  774.         "nav_type": "UI",
  775.         "type": "DETAIL",
  776.         "url": "/reports/new/inventory-moment"
  777.     },
  778.     {
  779.         "name": "Detail Inventory Movement",
  780.         "app_id": "reports",
  781.         "nav_type": "UI",
  782.         "type": "DETAIL",
  783.         "url": "/reports/new/inventory-moment-summary"
  784.     },
  785.     {
  786.         "name": "Inventory Materialized View",
  787.         "app_id": "reports",
  788.         "nav_type": "UI",
  789.         "type": "DETAIL",
  790.         "url": "/reports/new/inventory-materialized"
  791.     },
  792.     {
  793.         "name": "System Log",
  794.         "app_id": "reports",
  795.         "nav_type": "UI",
  796.         "type": "DETAIL",
  797.         "url": "/reports/new/system-log"
  798.     },
  799.     {
  800.         "name": "User Log",
  801.         "app_id": "reports",
  802.         "nav_type": "UI",
  803.         "type": "DETAIL",
  804.         "url": "/reports/new/user-log"
  805.     },
  806.     {
  807.         "name": "General",
  808.         "app_id": "config",
  809.         "nav_type": "UI",
  810.         "type": "DETAIL",
  811.         "url": "/config//general"
  812.     },
  813.     {
  814.         "name": "Custom Status",
  815.         "app_id": "config",
  816.         "nav_type": "UI",
  817.         "type": "DETAIL",
  818.         "url": "/config//order-status"
  819.     },
  820.     {
  821.         "name": "Banks",
  822.         "app_id": "config",
  823.         "nav_type": "UI",
  824.         "type": "DETAIL",
  825.         "url": "/config//banks"
  826.     },
  827.     {
  828.         "name": "Lead Source",
  829.         "app_id": "config",
  830.         "nav_type": "UI",
  831.         "type": "DETAIL",
  832.         "url": "/config//lead-source"
  833.     },
  834.     {
  835.         "name": "Credit Terms",
  836.         "app_id": "config",
  837.         "nav_type": "UI",
  838.         "type": "DETAIL",
  839.         "url": "/config//credit-terms"
  840.     },
  841.     {
  842.         "name": "Payment Mode",
  843.         "app_id": "config",
  844.         "nav_type": "UI",
  845.         "type": "DETAIL",
  846.         "url": "/config//payment-mode"
  847.     },
  848.     {
  849.         "name": "TDS Type",
  850.         "app_id": "config",
  851.         "nav_type": "UI",
  852.         "type": "DETAIL",
  853.         "url": "/config//tds"
  854.     },
  855.     {
  856.         "name": "Reporting Tags",
  857.         "app_id": "config",
  858.         "nav_type": "UI",
  859.         "type": "DETAIL",
  860.         "url": "/config//reporting-tags"
  861.     },
  862.     {
  863.         "name": "Custom Fields",
  864.         "app_id": "config",
  865.         "nav_type": "UI",
  866.         "type": "DETAIL",
  867.         "url": "/config//custom-fields"
  868.     },
  869.     {
  870.         "name": "Opening Balance",
  871.         "app_id": "config",
  872.         "nav_type": "UI",
  873.         "type": "DETAIL",
  874.         "url": "/config//opening-balance"
  875.     },
  876.     {
  877.         "name": "Printing Templates",
  878.         "app_id": "config",
  879.         "nav_type": "UI",
  880.         "type": "DETAIL",
  881.         "url": "/config//printing"
  882.     },
  883.     {
  884.         "name": "Document Numbering",
  885.         "app_id": "config",
  886.         "nav_type": "UI",
  887.         "type": "DETAIL",
  888.         "url": "/config//numbering"
  889.     }
  890. ]
Add Comment
Please, Sign In to add comment