diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index afe57e561f..861a3d0acb 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -120,6 +120,10 @@ return array( 'billed_client' => 'billed client', 'billed_clients' => 'billed clients', 'active_client' => 'active client', + 'total_outstading' => 'Total Outstading', + 'caps_invoice' => 'INVOICE', + 'accounts_aging' => 'ACCOUNTS AGING', + 'account_dashboard' => 'Account Dashboard', 'active_clients' => 'active clients', 'invoices_past_due' => 'PAST DUE INVOICES', 'upcoming_invoices' => 'UPCOMING INVOICES', diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php index de05cffef1..1b99d01e99 100644 --- a/app/views/dashboard.blade.php +++ b/app/views/dashboard.blade.php @@ -10,53 +10,84 @@ function() { $("#informationBox").niceScroll(); //$("#upComingDataScrolls").niceScroll(); + + $("#monthButton").onclick(function(){ + $("#monthButton").removeClass('greyButton').addClass('blueButton'); + $("#yearButton").removeClass('blueButton').addClass('greyButton'); + $("#weekButton").removeClass('blueButton').addClass('greyButton'); + }); + + $("#yearButton").onclick(function(){ + $("#monthButton").removeClass('blueButton').addClass('greyButton'); + $("#yearButton").removeClass('greyButton').addClass('blueButton'); + $("#weekButton").removeClass('blueButton').addClass('greyButton'); + }); + + $("#weekButton").onclick(function(){ + $("#monthButton").removeClass('blueButton').addClass('greyButton'); + $("#yearButton").removeClass('blueButton').addClass('greyButton'); + $("#weekButton").removeClass('greyButton').addClass('blueButton'); + }); + }); - +
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
ads | -sdfds | -sdf | -sdfs | -
{{ $invoice->client->getDisplayName() }} | @@ -244,20 +221,22 @@