use CGI;
use C4::Auth;
use C4::Output;
use C4::Dates;
my $dbh = C4::Context->dbh;
my $input = new CGI;
=head1 DESCRIPTION
this script is designed to show the spent amount in budges
this script is designed to show the spent amount in budgets
=cut
use C4::Context;
use strict;
use warnings;
-