diff --git a/src/components/Dashboard/DashboardSplitePane.tsx b/src/components/Dashboard/DashboardSplitePane.tsx
index 8ddda705c..efe86865a 100644
--- a/src/components/Dashboard/DashboardSplitePane.tsx
+++ b/src/components/Dashboard/DashboardSplitePane.tsx
@@ -10,7 +10,7 @@ function DashboardSplitPane({
sidebarExpended,
children
}) {
- const initialSize = 180;
+ const initialSize = 220;
const [defaultSize, setDefaultSize] = useState(
parseInt(localStorage.getItem('dashboard-size'), 10) || initialSize,
diff --git a/src/constants/sidebarMenu.tsx b/src/constants/sidebarMenu.tsx
index 48e3146d8..7073084af 100644
--- a/src/constants/sidebarMenu.tsx
+++ b/src/constants/sidebarMenu.tsx
@@ -543,59 +543,59 @@ export const SidebarMenu = [
// ---------------------
// # Projects Management
// ---------------------
- {
- text: 'Projects',
- type: ISidebarMenuItemType.Overlay,
- overlayId: ISidebarMenuOverlayIds.Projects,
- children: [
- {
- text: 'Projects',
- type: ISidebarMenuItemType.Group,
- children: [
- {
- text: 'Projects',
- href: '/projects',
- type: ISidebarMenuItemType.Link,
- permission: {
- subject: AbilitySubject.Project,
- ability: ProjectAction.View,
- },
- },
- ],
- },
- {
- text: ,
- type: ISidebarMenuItemType.Group,
- children: [
- {
- text: ,
- type: ISidebarMenuItemType.Dialog,
- dialogName: 'project-form',
- permission: {
- subject: AbilitySubject.Project,
- ability: ProjectAction.Create,
- },
- },
- {
- text: ,
- type: ISidebarMenuItemType.Dialog,
- dialogName: 'project-time-entry-form',
- },
- ],
- },
- {
- text: ,
- type: ISidebarMenuItemType.Group,
- children: [
- {
- text: ,
- href: '/financial-reports/project-profitability-summary',
- type: ISidebarMenuItemType.Link,
- },
- ],
- },
- ],
- },
+ // {
+ // text: 'Projects',
+ // type: ISidebarMenuItemType.Overlay,
+ // overlayId: ISidebarMenuOverlayIds.Projects,
+ // children: [
+ // {
+ // text: 'Projects',
+ // type: ISidebarMenuItemType.Group,
+ // children: [
+ // {
+ // text: 'Projects',
+ // href: '/projects',
+ // type: ISidebarMenuItemType.Link,
+ // permission: {
+ // subject: AbilitySubject.Project,
+ // ability: ProjectAction.View,
+ // },
+ // },
+ // ],
+ // },
+ // {
+ // text: ,
+ // type: ISidebarMenuItemType.Group,
+ // children: [
+ // {
+ // text: ,
+ // type: ISidebarMenuItemType.Dialog,
+ // dialogName: 'project-form',
+ // permission: {
+ // subject: AbilitySubject.Project,
+ // ability: ProjectAction.Create,
+ // },
+ // },
+ // {
+ // text: ,
+ // type: ISidebarMenuItemType.Dialog,
+ // dialogName: 'project-time-entry-form',
+ // },
+ // ],
+ // },
+ // {
+ // text: ,
+ // type: ISidebarMenuItemType.Group,
+ // children: [
+ // {
+ // text: ,
+ // href: '/financial-reports/project-profitability-summary',
+ // type: ISidebarMenuItemType.Link,
+ // },
+ // ],
+ // },
+ // ],
+ // },
// ---------------
// # Reports
// ---------------
diff --git a/src/containers/JournalEntriesTable/utils.tsx b/src/containers/JournalEntriesTable/utils.tsx
index 5d2f9f890..534fb2768 100644
--- a/src/containers/JournalEntriesTable/utils.tsx
+++ b/src/containers/JournalEntriesTable/utils.tsx
@@ -33,7 +33,7 @@ export const useGLEntriesTableColumns = () => {
accessor: ({ credit }) => credit.formatted_amount,
width: 100,
className: 'credit',
- textAligment: 'right',
+ align: 'right',
textOverview: true,
},
{
@@ -42,6 +42,7 @@ export const useGLEntriesTableColumns = () => {
width: 100,
className: 'debit',
textOverview: true,
+ align: 'right',
},
],
[],
diff --git a/src/store/settings/settings.reducer.tsx b/src/store/settings/settings.reducer.tsx
index 6315cefb6..dea83d2cc 100644
--- a/src/store/settings/settings.reducer.tsx
+++ b/src/store/settings/settings.reducer.tsx
@@ -12,55 +12,58 @@ const initialState = {
name: 'Bigcapital, LLC',
},
manualJournals: {
- tableSize: 'medium',
+ tableSize: 'small',
},
bills: {
- tableSize: 'medium',
+ tableSize: 'small',
},
billPayments: {
- tableSize: 'medium',
+ tableSize: 'small',
},
paymentReceives: {
- tableSize: 'medium',
+ tableSize: 'small',
},
salesEstimates: {
- tableSize: 'medium',
+ tableSize: 'small',
},
items: {
- tableSize: 'medium',
+ tableSize: 'small',
},
salesInvoices: {
- tableSize: 'medium',
+ tableSize: 'small',
},
salesReceipts: {
- tableSize: 'medium',
+ tableSize: 'small',
},
expenses: {
- tableSize: 'medium',
+ tableSize: 'small',
},
customers: {
- tableSize: 'medium',
+ tableSize: 'small',
},
vendors: {
- tableSize: 'medium',
+ tableSize: 'small',
},
accounts: {
- tableSize: 'medium',
+ tableSize: 'small',
},
cashflowAccounts: {
- tableSize: 'medium',
+ tableSize: 'small',
},
cashflowTransactions: {
- tableSize: 'medium',
+ tableSize: 'small',
},
creditNote: {
- tableSize: 'medium',
+ tableSize: 'small',
},
vendorCredit: {
- tableSize: 'medium',
+ tableSize: 'small',
},
warehouseTransfer: {
- tableSize: 'medium',
+ tableSize: 'small',
+ },
+ projectTasks: {
+ tableSize: 'small',
},
projectTasks: {
tableSize: 'medium',