diff --git a/client/src/common/subscriptionModels.js b/client/src/common/subscriptionModels.js index d6f2b530f..205b2c339 100644 --- a/client/src/common/subscriptionModels.js +++ b/client/src/common/subscriptionModels.js @@ -1,41 +1,9 @@ +// Subscription plans. export const plans = [ - { - name: 'basic', - description: [ - 'Sales/purchases module.', - 'Expense module.', - 'Inventory module.', - 'Unlimited status pages.', - 'Unlimited status pages.', - ], - price: '1200', - slug: 'free', - currency: 'LYD', - }, - { - name: 'pro', - description: [ - 'Sales/purchases module.', - 'Expense module.', - 'Inventory module.', - 'Unlimited status pages.', - 'Unlimited status pages.', - ], - price: '1200', - slug: 'free', - currency: 'LYD', - }, + ]; -export const paymentmethod = [ - { - period: 'monthly', - price: '1200', - currency: 'LYD', - }, - { - period: 'yearly', - price: '1200', - currency: 'LYD', - }, +// Payment methods. +export const paymentMethods = [ + ]; diff --git a/client/src/components/Dashboard/DashboardSplitePane.js b/client/src/components/Dashboard/DashboardSplitePane.js index 0abb4ed8b..42433bffb 100644 --- a/client/src/components/Dashboard/DashboardSplitePane.js +++ b/client/src/components/Dashboard/DashboardSplitePane.js @@ -9,7 +9,7 @@ function DashboardSplitPane({ sidebarExpended, children }) { - const initialSize = 200; + const initialSize = 210; const [defaultSize, setDefaultSize] = useState( parseInt(localStorage.getItem('dashboard-size'), 10) || initialSize, diff --git a/client/src/components/DialogsContainer.js b/client/src/components/DialogsContainer.js index bd2027d03..b13dbaabf 100644 --- a/client/src/components/DialogsContainer.js +++ b/client/src/components/DialogsContainer.js @@ -12,6 +12,8 @@ import ReceiptNumberDialog from 'containers/Dialogs/ReceiptNumberDialog'; import InvoiceNumberDialog from 'containers/Dialogs/InvoiceNumberDialog'; import InventoryAdjustmentDialog from 'containers/Dialogs/InventoryAdjustmentFormDialog'; +import PaymentViaVoucherDialog from 'containers/Dialogs/PaymentViaVoucherDialog'; + export default function DialogsContainer() { return (
-
+
+
{description}
+{description}
+
-
{ description }
+
-
-