Welcome back, Allie!

You have 12 new messages and 7 new notifications.
// date range picker $(function() { $('input[name="daterange"]').daterangepicker({ opens: 'left' }, function(start, end, label) { console.log("A new date selection was made: " + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD')); }); })

$8.5k

Income

$3.5k

Expense

$2.5k

Upcoming

$41.8k

Savings
Analytics Statistic
Or you can sync data to Dashboard to ensure your data is always up-to-date.
Income
Expense
Savings
JanJanFebFebMarchMarchAprAprMayMayJunJunJulyJulyAugAugSeptSeptOctOctNovNovDecDec707060605050404030302020101000
Transactions
View All
  • G&F Supershop
    April 06,2022 at 2:00 pm
    Shopping
    -$74
  • Bank Transfer
    April 06,2022 at 11:00 am
    Hobby & Life
    $1074
  • Bank Transfer
    April 06,2022 at 6:00 pm
    Mutual fund SIP
    $200
  • Mastercard
    April 06,2022 at 6:00 pm
    Shopping
    -$50
  • Mastercard
    April 06,2022 at 3:00 pm
    School fees
    -$150
  • Paypal
    April 06,2022 at 10:30 pm
    Freelancer payment
    $750.50
  • Mastercard
    April 06,2022 at 6:00 pm
    Life insurance
    -$110
// Apex-wc-9 var apexwc9 = { series: [{ name: "Income", data: [45, 52, 38, 24, 33, 26, 44, 55, 45, 48, 35, 61] }, { name: "Expense", data: [33, 42, 25, 20, 30, 38, 29, 47, 44, 56, 18, 47] }, { name: 'Savings', data: [13, 22, 28, 20, 13, 18, 29, 15, 24, 31, 9, 27] }], chart: { height: 285, type: 'line', // line, bar, area toolbar: { show: false, }, zoom: { enabled: false }, }, colors: ['var(--chart-color1)', 'var(--bs-danger)', 'var(--bs-success)'], dataLabels: { enabled: false }, stroke: { width: [2, 2, 2], curve: 'smooth', // straight, smooth dashArray: [0, 8, 0] }, legend: { tooltipHoverFormatter: function(val, opts) { return val + ' - ' + opts.w.globals.series[opts.seriesIndex][opts.dataPointIndex] + '' } }, markers: { size: 0, hover: { sizeOffset: 6 } }, xaxis: { categories: ['Jan', 'Feb', 'March', 'Apr', 'May', 'Jun', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'], }, tooltip: { y: [{ title: { formatter: function(val) { return val + " (USD)" } } }, { title: { formatter: function(val) { return val + " (USD)" } } }, { title: { formatter: function(val) { return val + " (USD)" } } }] }, }; new ApexCharts(document.querySelector("#apex-Analytics"), apexwc9).render();