Sales Invoice Page

This commit is contained in:
efrilm
2025-09-10 00:19:11 +07:00
parent f585f23c54
commit cc3a0c07a9
8 changed files with 751 additions and 2 deletions
@@ -0,0 +1,7 @@
import SalesBillList from '@/views/apps/sales/sales-bill/list'
const SalesBillPage = () => {
return <SalesBillList />
}
export default SalesBillPage