mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Merge branch 'develop' into big-44-auto-re-calculate-the-items-rate-once-changing-the-invoice
This commit is contained in:
@@ -48,5 +48,9 @@ export enum DialogsName {
|
||||
ProjectBillableEntriesForm = 'project-billable-entries',
|
||||
InvoiceNumberSettings = 'InvoiceNumberSettings',
|
||||
TaxRateForm = 'tax-rate-form',
|
||||
InvoiceExchangeRateChangeNotice = 'InvoiceExchangeRateChangeNotice'
|
||||
InvoiceExchangeRateChangeNotice = 'InvoiceExchangeRateChangeNotice',
|
||||
InvoiceMail = 'invoice-mail',
|
||||
EstimateMail = 'estimate-mail',
|
||||
ReceiptMail = 'receipt-mail',
|
||||
PaymentMail = 'payment-mail',
|
||||
}
|
||||
|
||||
@@ -12,6 +12,22 @@ export default [
|
||||
text: <T id={'users'} />,
|
||||
href: '/preferences/users',
|
||||
},
|
||||
{
|
||||
text: <T id={'preferences.estimates'} />,
|
||||
href: '/preferences/estimates',
|
||||
},
|
||||
{
|
||||
text: <T id={'preferences.invoices'} />,
|
||||
href: '/preferences/invoices',
|
||||
},
|
||||
{
|
||||
text: <T id={'preferences.receipts'} />,
|
||||
href: '/preferences/receipts',
|
||||
},
|
||||
{
|
||||
text: <T id={'preferences.creditNotes'} />,
|
||||
href: '/preferences/credit-notes',
|
||||
},
|
||||
{
|
||||
text: <T id={'currencies'} />,
|
||||
href: '/preferences/currencies',
|
||||
|
||||
Reference in New Issue
Block a user