mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: add create & edit & delete in vendor credit.
This commit is contained in:
@@ -259,8 +259,8 @@ export default [
|
||||
},
|
||||
},
|
||||
{
|
||||
text: <T id={'sidebar_credit_note'} />,
|
||||
href: '/vendors-credit-notes',
|
||||
text: <T id={'sidebar_vendor_credits'} />,
|
||||
href: '/vendor-credits',
|
||||
},
|
||||
{
|
||||
text: <T id={'payment_mades'} />,
|
||||
@@ -306,6 +306,14 @@ export default [
|
||||
ability: BillAction.Create,
|
||||
},
|
||||
},
|
||||
{
|
||||
text: <T id={'vendor_credits.label.new_vendor_credit'} />,
|
||||
href: '/vendor-credits/new',
|
||||
permission: {
|
||||
subject: AbilitySubject.Bill,
|
||||
ability: BillAction.Create,
|
||||
},
|
||||
},
|
||||
{
|
||||
text: <T id={'new_payment_made'} />,
|
||||
href: '/payment-mades/new',
|
||||
|
||||
Reference in New Issue
Block a user