purchase bills table page
This commit is contained in:
@@ -97,6 +97,9 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
|
||||
</SubMenu>
|
||||
<SubMenu label={dictionary['navigation'].purchase_text} icon={<i className='tabler-user' />}>
|
||||
<MenuItem href={`/${locale}/apps/purchase/overview`}>{dictionary['navigation'].overview}</MenuItem>
|
||||
<MenuItem href={`/${locale}/apps/purchase/purchase-bills`}>
|
||||
{dictionary['navigation'].purchase_bills}
|
||||
</MenuItem>
|
||||
<MenuItem href={`/${locale}/apps/purchase/purchase-orders`}>
|
||||
{dictionary['navigation'].purchase_orders}
|
||||
</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user