feat: Credit note.

This commit is contained in:
elforjani13
2021-11-29 16:14:22 +02:00
parent 346696f673
commit 0a9798e7a7
37 changed files with 1564 additions and 2 deletions

View File

@@ -158,6 +158,10 @@ export default [
ability: SaleReceiptAction.View,
},
},
{
text: <T id={'sidebar_credit_note'} />,
href: '/credit-notes',
},
{
text: <T id={'payment_receives'} />,
href: '/payment-receives',
@@ -254,6 +258,10 @@ export default [
ability: BillAction.View,
},
},
{
text: <T id={'sidebar_credit_note'} />,
href: '/credit-notes',
},
{
text: <T id={'payment_mades'} />,
href: '/payment-mades',