feat: optimize chart of accounts.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 17:13:34 +02:00
parent 54e2a43647
commit 4d4191dfc0
14 changed files with 178 additions and 36 deletions

View File

@@ -45,7 +45,11 @@ const ItemsCategoryList = ({
Header: 'Description',
accessor: 'description'
},
{
id: 'count',
Header: 'Count',
// accessor: ''
},
{
id: 'actions',
Header: '',