import React from 'react'; import { FormattedMessage as T } from 'components'; export default [ { text: , disabled: false, href: '/', matchExact: true, }, { text: , label: true, }, { text: , children: [ { text: , href: '/items', }, { text: , href: '/inventory-adjustments', }, { text: , href: '/items/categories', }, { text: , label: true, }, { divider: true, }, { text: , href: '/items/new', }, { text: , href: '/items/new', }, { text: , href: '/items/categories/new', }, // { // text: , // }, ], }, { text: , children: [ { text: , href: '/estimates', newTabHref: '/estimates/new', }, { text: , href: '/invoices', newTabHref: '/invoices/new', }, { text: , href: '/receipts', }, { text: , href: '/payment-receives', }, { text: , label: true, }, { divider: true, }, { text: , href: '/estimates/new', }, { text: , href: '/invoices/new', }, { text: , href: '/receipts/new', }, { text: , href: '/payment-receives/new', }, ], }, { text: , children: [ { text: , href: '/bills', newTabHref: '/bills/new', }, { text: , href: '/payment-mades', newTabHref: '/payment-mades/new', }, { text: , label: true, }, { divider: true, }, { text: , href: '/bills/new', }, { text: , href: '/payment-mades/new', }, ], }, { text: , children: [ { text: , href: '/customers', newTabHref: '/customers/new', }, { text: , href: '/vendors', newTabHref: '/vendors/new', }, { text: , label: true, }, { divider: true, }, { text: , href: '/customers/new', }, { text: , href: '/vendors/new', }, ], }, { text: , label: true, }, { text: , children: [ { text: , href: '/accounts', }, { text: , href: '/manual-journals', }, { text: , href: '/exchange-rates', }, { text: , label: true, }, { divider: true, }, { text: , href: '/make-journal-entry', }, ], }, { text: , children: [ { text: , href: '/cashflow-accounts', }, { text: , label: true, }, { divider: true, }, { text: , href: '/', }, { text: , href: '/', }, { text: , href: '/', }, { text: , href: '/', }, ], }, { text: , children: [ { text: , href: '/expenses', }, { text: , label: true, }, { divider: true, }, { text: , href: '/expenses/new', }, ], }, { text: , children: [ { text: , href: '/financial-reports/balance-sheet', }, { text: , href: '/financial-reports/trial-balance-sheet', }, { text: , href: '/financial-reports/journal-sheet', }, { text: , href: '/financial-reports/general-ledger', }, { text: , href: '/financial-reports/profit-loss-sheet', }, { text: , href: '/financial-reports/cash-flow', }, { text: , href: '/financial-reports/receivable-aging-summary', }, { text: , href: '/financial-reports/payable-aging-summary', }, { text: , label: true, }, { divider: true, }, { text: , href: '/financial-reports/purchases-by-items', }, { text: , href: '/financial-reports/sales-by-items', }, { text: , href: '/financial-reports/transactions-by-customers', }, { text: , href: '/financial-reports/transactions-by-vendors', }, { text: , href: '/financial-reports/customers-balance-summary', }, { text: , href: '/financial-reports/vendors-balance-summary', }, { text: , label: true, }, { divider: true, }, { text: , href: '/financial-reports/inventory-item-details', }, { text: , href: '/financial-reports/inventory-valuation', }, ], }, { text: , enableBilling: true, label: true, }, { text: , href: '/preferences', }, { text: , href: '/billing', enableBilling: true, }, ];