import React from 'react'; import { FormattedMessage as T } from 'react-intl'; export default [ { spacer: 1, }, { text: , disabled: false, href: '/homepage', }, { spacer: 1, }, { text: 'Sales & inventory', label: true, }, { text: , children: [ { text: , href: '/items', }, { text: , href: '/items/new', }, { text: , href: '/items/categories', }, ], }, { text: , children: [ { text: , href: '/estimates', newTabHref: '/estimates/new', }, { text: , href: '/invoices', newTabHref: '/invoices/new', }, { text: , href: '/payment-receives', newTabHref: '/payment-receives/new', }, { divider: true, }, { text: , href: '/receipts', newTabHref: '/receipts/new', }, ], }, { text: , children: [ { text: , href: '/bills', newTabHref: '/bills/new', }, { text: , href: '/payment-mades', newTabHref: '/payment-mades/new', }, ], }, { text: , children: [ { text: , href: '/customers', newTabHref: '/customers/new', }, { text: , href: '/vendors', newTabHref: '/vendors/new', }, ], }, { divider: true, }, { text: , label: true, }, { text: , children: [ { text: , href: '/accounts', }, { text: , href: '/manual-journals', }, { text: , href: '/make-journal-entry', }, { text: , href: '/exchange-rates', }, ], }, { text: , children: [], }, { text: , children: [ { text: , href: '/expenses', }, { text: , href: '/expenses/new', }, ], }, { text: , children: [ { text: , href: '/financial-reports', matchExact: true, }, { 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', }, ], }, { divider: true, }, { text: , href: '/preferences', }, { text: , href: '/billing', }, { text: , href: '/auditing/list', }, ];