purchase bills table page

This commit is contained in:
efrilm
2025-09-09 23:23:59 +07:00
parent 49ed3386be
commit b20e672ea1
8 changed files with 749 additions and 2 deletions
@@ -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>