import React from 'react'; import { FormattedMessage as T } from 'react-intl'; export default [ { divider: true, }, { text: , disabled: false, href: '/homepage', }, { divider: true, }, { text: 'Sales & inventory', label: true, }, { text: , children: [ { text: , href: '/items', }, { text: , href: '/items/new', }, { text: , href: '/items/categories', }, ], }, { text: , children: [], }, { text: , children: [ { icon: 'cut', text: 'cut', label: '⌘C', disabled: false, }, ], }, { text: , children: [ { text: , href: '/customers', }, { text: , href: '/customers/new', }, ], }, { divider: true, }, { text: , label: true, }, { text: , children: [ { text: , href: '/accounts', }, { text: , href: '/manual-journals', }, { text: , href: '/make-journal-entry', }, { text: , href: '/ExchangeRates', }, ], }, { text: , children: [], }, { text: , children: [ { text: , href: '/financial-reports', }, { divider: true, }, { 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: 'Receivable Aging Summary', href: '/financial-reports/receivable-aging-summary' }, { text: 'Payable Aging Summary', href: '/financial-reports/payable-aging-summary' } ], }, { text: , children: [ { text: , href: '/expenses-list', }, { text: , href: '/expenses/new', }, ], }, { divider: true, }, { text: , href: '/preferences', }, { text: , href: '/auditing/list', }, ];