AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.80
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_apps/meridional/ui/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/meridional/ui/lib/invoice-list.js
$(document).ready(function () {
$('.dropdown-advanced').click(function (event) {
            event.stopPropagation();
});

$('.dropdown-period').click(function (event) {
            event.stopPropagation();
});
$('#filter-situation a').on('click', function(event) {
		event.preventDefault();

		var situation = $(this).data('val');
		$("input[name=situation]").val(situation);

		$('#form-filter').submit();
	});

	// Period all, day, week, month
	$('#filter-period a').on('click', function(event) {
		event.preventDefault();

		var period = $(this).data('val');
		$("input[name=period]").val(period);

		$('#form-filter').submit();
	});

	// Period interval datepicker close on selected
	$('input[name=p_ini]').on('change', function() {
		$(this).datepicker('hide');
	});
	$('input[name=p_end]').on('change', function() {
		$(this).datepicker('hide');
	});

	// Period interval
	$('#period-filter-interval').on('click', function(event) {
		event.preventDefault();

		var ini = $('input[name=p_ini]').val();
		$("input[name=period_ini]").val(ini.split('/').reverse().join('-'));

		var end = $('input[name=p_end]').val();
		$("input[name=period_end]").val(end.split('/').reverse().join('-'));

		if(ini.length > 0 || end.length > 0)
			$("input[name=period]").val('interval');

		$('#form-filter').submit();
	});

	// Advanced
	$('#advanced-filter').on('click', function(event) {
		event.preventDefault();
        	var id_payment_method = $('#payment_methods').find('option:selected').val();
		$("input[name=id_payment_method]").val(id_payment_method);

	
		$('#form-filter').submit();
	});

	$('#search').blur(function (event) {
		event.preventDefault();
		$('#form-filter').submit();
	});



	// Clear
	$('#filter-clear').on('click', function(event) {
		event.preventDefault();
		$("input[name=search]").val('');
		$("input[name=situation]").val('');
		$("input[name=period]").val('');
		$("input[name=period_ini]").val('');
		$("input[name=period_end]").val('');
		$("input[name=id_payment_method]").val('');
		$('#form-filter').submit();
	});
});

Anon7 - 2022
AnonSec Team