MCPcopy Create free account

hub / github.com/J0SAL/Decentralized-Expense-Tracker / functions

Functions58 in github.com/J0SAL/Decentralized-Expense-Tracker

↓ 5 callersFunctionupdateUI
()
frontend/context/DataContext/dataState.tsx:87
↓ 3 callersFunctionformatDate
(date: Date)
frontend/utils/formatDate.tsx:1
↓ 3 callersFunctionhandleError
(error: any)
frontend/context/DataContext/dataState.tsx:232
↓ 3 callersFunctionhandleSuccess
(tx: ContractTransaction)
frontend/context/DataContext/dataState.tsx:223
↓ 2 callersFunctionhandleNewNotification
({ _type, _message, }: { _type: notifyType; _message: string; })
frontend/context/DataContext/dataState.tsx:237
↓ 1 callersFunctionaddExpenseToContract
(_params: transactionparam)
frontend/context/DataContext/dataState.tsx:136
↓ 1 callersFunctionaddIncomeToContract
(_params: transactionparam)
frontend/context/DataContext/dataState.tsx:117
↓ 1 callersFunctioncreateTransaction
()
frontend/components/overview/InputForm.tsx:93
↓ 1 callersFunctiondateString
(date: string)
frontend/utils/formatDate.tsx:17
↓ 1 callersFunctiondeleteContractTransaction
(_params: { id: string })
frontend/context/DataContext/dataState.tsx:156
↓ 1 callersFunctionexportExcel
(data: Transaction[])
frontend/utils/exportExcel.tsx:22
↓ 1 callersFunctionexportPdf
(data: Transaction[])
frontend/utils/exportPdf.tsx:5
↓ 1 callersFunctiongetExpenses
()
frontend/context/DataContext/dataState.tsx:193
↓ 1 callersFunctiongetIncomes
()
frontend/context/DataContext/dataState.tsx:183
↓ 1 callersFunctiongetMonth
(monthid: string)
frontend/utils/formatDate.tsx:23
↓ 1 callersFunctiongetOverview
()
frontend/context/DataContext/dataState.tsx:173
↓ 1 callersFunctiongetSheetData
(data: Transaction[])
frontend/utils/exportExcel.tsx:8
↓ 1 callersFunctiongetSpeech
()
frontend/components/overview/InputForm.tsx:52
↓ 1 callersFunctiongetYearPerformance
()
frontend/context/DataContext/dataState.tsx:204
↓ 1 callersFunctionhandleDelete
(id: string)
frontend/components/transactions/TransactionList.tsx:21
↓ 1 callersFunctionmain
()
backend/scripts/transactions.ts:3
↓ 1 callersFunctionmain
()
backend/scripts/expense.ts:3
↓ 1 callersFunctionmain
()
backend/scripts/deleteTransaction.ts:3
↓ 1 callersFunctionmain
()
backend/scripts/income.ts:3
↓ 1 callersFunctionsentenceCase
(str: string)
frontend/utils/common.tsx:1
↓ 1 callersFunctionupdateAbi
()
backend/deploy/02-deploy-frontend.ts:16
↓ 1 callersFunctionupdateContractAddresses
()
backend/deploy/02-deploy-frontend.ts:21
↓ 1 callersFunctionverify
(contractAddress: string, args: any[])
backend/utils/verify.ts:3
FunctionApp
({ Component, pageProps }: AppProps)
frontend/pages/_app.tsx:14
FunctionDataState
({ children }: { children: React.ReactNode })
frontend/context/DataContext/dataState.tsx:45
FunctionDownloadTransactions
({ transactions, }: { transactions: Transaction[]; })
frontend/components/transactions/DownloadTransactions.tsx:8
FunctionExpenseChart
()
frontend/components/transactions/ExpenseChart.tsx:21
FunctionFooter
()
frontend/components/common/Footer.tsx:3
FunctionHomePage
()
frontend/pages/index.tsx:11
FunctionIncomeChart
()
frontend/components/transactions/IncomeChart.tsx:19
FunctionInputForm
()
frontend/components/overview/InputForm.tsx:28
FunctionLineChart
()
frontend/components/performance/LineChart.tsx:64
FunctionLogin
()
frontend/components/common/Login.tsx:5
FunctionOverview
()
frontend/components/overview/Overview.tsx:10
FunctionPageNavbar
()
frontend/components/common/PageNavbar.tsx:5
FunctionPerformanceGraph
()
frontend/components/performance/PerformanceGraph.tsx:5
FunctionPerformers
()
frontend/components/top-performers/Performers.tsx:6
FunctionPieChart
()
frontend/components/overview/PieChart.tsx:21
FunctionStatementPDF
({data}:{data: Transaction[]})
frontend/utils/exportPdf.tsx:10
FunctionTopExpense
()
frontend/components/top-performers/TopExpense.tsx:20
FunctionTopIncome
()
frontend/components/top-performers/TopIncome.tsx:51
FunctionTransactionCard
({ transaction, handleDelete, }: { transaction: Transaction; handleDelete: CallableFunction; })
frontend/components/transactions/TransactionCard.tsx:9
FunctionTransactionList
()
frontend/components/transactions/TransactionList.tsx:17
FunctionTransactions
()
frontend/components/transactions/Transactions.tsx:7
FunctionafterDatasetDraw
(chart: any, args: any, pluginOptions: any)
frontend/components/top-performers/TopIncome.tsx:22
FunctiondeployExpenseTracker
( hre: HardhatRuntimeEnvironment )
backend/deploy/01-deploy-exp-tracker.ts:6
FunctionhandleChange
(e: React.ChangeEvent<HTMLElement> | undefined)
frontend/components/overview/InputForm.tsx:87
FunctionhandleClick
(e: any)
frontend/components/transactions/DownloadTransactions.tsx:13
FunctionhandleScroll
()
frontend/pages/index.tsx:16
FunctionhandleSubmit
(e: React.FormEvent<HTMLElement> | undefined)
frontend/components/overview/InputForm.tsx:119
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
frontend/pages/api/hello.ts:8
Functionmain
()
backend/deploy/02-deploy-frontend.ts:6
FunctionscrollToTop
()
frontend/pages/index.tsx:29