MCPcopy Create free account

hub / github.com/devxnshsharma/UnMessify / functions

Functions68 in github.com/devxnshsharma/UnMessify

↓ 16 callersFunctionformatCurrency
(amount)
app.js:958
↓ 15 callersFunctionshowToast
(message, type = 'success')
app.js:966
↓ 13 callersFunctionformatDate
(date)
app.js:944
↓ 8 callersMethodrender
()
app.js:1461
↓ 7 callersMethodsave
()
app.js:1454
↓ 6 callersMethodswitchTab
(tabName)
app.js:1211
↓ 4 callersFunctioncomputeDerivedData
* Compute derived data from profile and expenses * @param {Object} profile - User profile * @param {Array} expenses - Array of expense entries * @r
app.js:73
↓ 2 callersFunctioncalculateBurnRateWindow
* Calculate burn rate for a specific window of days
app.js:169
↓ 2 callersMethodclearFormErrors
()
app.js:1426
↓ 2 callersFunctionformatDateDisplay
(dateStr)
app.js:952
↓ 2 callersFunctionformatDateISO
(date)
charts.js:540
↓ 2 callersFunctionshowConfirmModal
(title, message, onConfirm)
app.js:993
↓ 2 callersMethodshowFormErrors
(errors)
app.js:1411
↓ 2 callersMethodshowMainApp
()
app.js:1224
↓ 2 callersMethodupdateSafeLimitPreview
()
app.js:1431
↓ 1 callersFunctioncalculateDailySafeLimit
* Calculate adaptive daily safe limit
app.js:191
↓ 1 callersFunctioncalculatePersonality
* Calculate spending personality
app.js:493
↓ 1 callersFunctioncleanup
()
app.js:1003
↓ 1 callersFunctioncomputeForecast
* Compute 3-day forecast
app.js:402
↓ 1 callersFunctioncomputeTodayContext
* Compute "Today's Context" insights
app.js:322
↓ 1 callersFunctioncomputeYesterdayDelta
* Compute what changed since yesterday
app.js:442
↓ 1 callersFunctioncreateDefaultProfile
* Create a new user profile * @returns {Object} Default user profile
app.js:26
↓ 1 callersFunctioncreateExpenseEntry
* Create a new expense entry * @param {Object} data - Expense data * @returns {Object} Expense entry with generated ID
app.js:55
↓ 1 callersFunctiondetermineConfidenceLevel
* Determine confidence level for predictions
app.js:299
↓ 1 callersFunctiondetermineRiskLevel
* Determine risk level based on multiple factors
app.js:266
↓ 1 callersFunctionexportState
* Export state as JSON file
app.js:896
↓ 1 callersFunctionformatDateForChart
(date)
charts.js:536
↓ 1 callersFunctiongenerateAdvice
* Generate advice based on current state
app.js:829
↓ 1 callersFunctiongenerateMonthNarrative
* Generate end-of-month narrative
app.js:629
↓ 1 callersFunctiongeneratePersonalRules
* Generate personal spending rules/insights
app.js:571
↓ 1 callersFunctiongenerateUUID
()
app.js:936
↓ 1 callersFunctiongetConfidencePercent
* Get confidence percentage (0-100)
app.js:312
↓ 1 callersFunctionget_block
(regex_start, regex_end)
parse_html.py:6
↓ 1 callersMethodhandleExpenseSubmit
(form)
app.js:1289
↓ 1 callersMethodhandlePreferencesSubmit
(form)
app.js:1372
↓ 1 callersMethodhandleQuickSetup
(form)
app.js:1162
↓ 1 callersMethodhandleSetupSubmit
(form)
app.js:1237
↓ 1 callersMethodhandleSimulation
(amount)
app.js:1196
↓ 1 callersFunctionimportState
* Import state from JSON file
app.js:913
↓ 1 callersMethodinit
()
app.js:1030
↓ 1 callersFunctionloadState
* Load app state from localStorage
app.js:855
↓ 1 callersFunctionmigrateState
* Migrate state from older versions
app.js:887
↓ 1 callersMethodpopulatePreferencesForm
()
app.js:2101
↓ 1 callersFunctionpredictExhaustionDate
* Predict credit exhaustion date
app.js:238
↓ 1 callersMethodrenderAdvice
()
app.js:2010
↓ 1 callersMethodrenderBudgetHealth
()
app.js:1531
↓ 1 callersMethodrenderHistory
()
app.js:2037
↓ 1 callersMethodrenderMealInsights
()
app.js:1734
↓ 1 callersMethodrenderMetrics
()
app.js:1899
↓ 1 callersMethodrenderNewWidgets
()
app.js:1523
↓ 1 callersMethodrenderPersonalization
()
app.js:1839
↓ 1 callersMethodrenderPredictions
()
app.js:1939
↓ 1 callersMethodrenderQuickStats
()
app.js:1701
↓ 1 callersMethodrenderSavingsStreak
()
app.js:1615
↓ 1 callersMethodrenderSmartWidgets
()
app.js:1794
↓ 1 callersMethodrenderStatusStrip
()
app.js:1882
↓ 1 callersFunctionsaveState
* Save app state to localStorage
app.js:873
↓ 1 callersMethodsetupEventListeners
()
app.js:1045
↓ 1 callersFunctionsimulateSpend
* Simulate spending impact on exhaustion
app.js:676
↓ 1 callersFunctionupdateCategoryChart
* Category Breakdown Donut Chart
charts.js:223
↓ 1 callersFunctionupdateDailySpendChart
* Daily Spending Line Chart
charts.js:55
↓ 1 callersFunctionupdateDepletionChart
* Credit Depletion Chart
charts.js:343
↓ 1 callersMethodvalidateExpenseForm
(formData)
app.js:1331
↓ 1 callersMethodvalidateSetupForm
(formData)
app.js:1268
Methodconstructor
()
app.js:1022
MethoddeleteExpense
(id)
app.js:1398
MethodrenderWeeklySavings
()
app.js:1662
FunctionupdateCharts
* Initialize or update all charts
charts.js:41