2022-04-21 13:08:36 +00:00
|
|
|
// import BalanceSheetViewConfig from './BalanceSheet/viewConfig';
|
|
|
|
// import GeneralLedgerViewConfig from './GeneralLedger/viewConfig';
|
|
|
|
// import GoodsAndServiceTaxGSTR1View from './GoodsAndServiceTax/GSTR1View';
|
|
|
|
// import GoodsAndServiceTaxGSTR2View from './GoodsAndServiceTax/GSTR2View';
|
|
|
|
// import ProfitAndLossViewConfig from './ProfitAndLoss/viewConfig';
|
|
|
|
// import PurchaseRegisterViewConfig from './PurchaseRegister/viewConfig';
|
|
|
|
// import SalesRegisterViewConfig from './SalesRegister/viewConfig';
|
|
|
|
// import TrialBalanceViewConfig from './TrialBalance/viewConfig';
|
2021-11-04 10:31:26 +00:00
|
|
|
|
2022-04-21 13:08:36 +00:00
|
|
|
// export default {
|
|
|
|
// 'general-ledger': GeneralLedgerViewConfig,
|
|
|
|
// 'sales-register': SalesRegisterViewConfig,
|
|
|
|
// 'purchase-register': PurchaseRegisterViewConfig,
|
|
|
|
// 'balance-sheet': BalanceSheetViewConfig,
|
|
|
|
// 'profit-and-loss': ProfitAndLossViewConfig,
|
|
|
|
// 'trial-balance': TrialBalanceViewConfig,
|
|
|
|
// 'gstr-1': GoodsAndServiceTaxGSTR1View,
|
|
|
|
// 'gstr-2': GoodsAndServiceTaxGSTR2View,
|
|
|
|
// };
|
|
|
|
|
|
|
|
export default {};
|