feat(FE-177): Integrate API sales order and fixing sales order initial state

This commit is contained in:
randy-ar
2025-11-17 15:59:31 +07:00
parent d3c4706d87
commit a9bdb6c36e
9 changed files with 277 additions and 308 deletions
@@ -215,7 +215,7 @@ const SalesOrderTable = () => {
),
},
{
accessorKey: 'name',
accessorKey: 'so_number',
header: 'No. Order',
},
{
@@ -226,7 +226,7 @@ const SalesOrderTable = () => {
},
},
{
accessorKey: 'approval.step_name',
accessorKey: 'latest_approval.step_name',
header: 'Status',
},
{