[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: editCounter.php
<input type="hidden" id="network_printer" value="<?php echo lang('network_printer');?>"> <input type="hidden" id="windows_printer" value="<?php echo lang('windows_printer');?>"> <input type="hidden" id="alert" value="<?php echo lang('alert');?>"> <input type="hidden" id="Add_Printer" value="<?php echo lang('add_printer');?>"> <input type="hidden" id="Edit_Printer" value="<?php echo lang('edit_printer');?>"> <input type="hidden" id="insert_success" value="<?php echo lang('insertion_success');?>"> <input type="hidden" id="update_success" value="<?php echo lang('update_success');?>"> <input type="hidden" id="delete_success" value="<?php echo lang('delete_success');?>"> <input type="hidden" id="title_required" value="<?php echo lang('title_required');?>"> <input type="hidden" id="Characters_Per_Line_required" value="<?php echo lang('Characters_Per_Line_required');?>"> <input type="hidden" id="Printer_IP_required" value="<?php echo lang('Printer_IP_required');?>"> <input type="hidden" id="Printer_Port_required" value="<?php echo lang('Printer_Port_required');?>"> <input type="hidden" id="Path_field_required" value="<?php echo lang('Path_field_required');?>"> <input type="hidden" id="Print_Server_URL_required" value="<?php echo lang('Print_Server_URL_required');?>"> <input type="hidden" id="Printer_Change_Successful" value="<?php echo lang('Printer_Change_Successful');?>"> <input type="hidden" id="Cash_Drawer_Change_Successful" value="<?php echo lang('Cash_Drawer_Change_Successful');?>"> <input type="hidden" id="select_ln" value="<?php echo lang('select');?>"> <link rel="stylesheet" href="<?php echo base_url(); ?>frequent_changing/css/printer_setup.css"> <link rel="stylesheet" href="<?php echo base_url(); ?>assets/notify/toastr.css" type="text/css"> <?php $is_arabic = isArabic(); ?> <section class="main-content-wrapper"> <h3 class="display_none"> </h3> <?php if ($this->session->flashdata('exception')) { echo '<section class="alert-wrapper"> <div class="alert alert-success alert-dismissible fade show"> <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> <div class="alert-body"> <i class="m-right fa fa-check"></i>'; echo escape_output($this->session->flashdata('exception'));unset($_SESSION['exception']); echo '</div></div></section>'; } ?> <section class="content-header"> <div class="row justify-content-between"> <div class="col-6 p-0"> <h3 class="top-left-header mt-2"><?php echo lang('edit_counter'); ?></h3> </div> <?php $this->view('updater/breadcrumb', ['firstSection'=> lang('counter'), 'secondSection'=> lang('edit_counter')])?> </div> </section> <div class="box-wrapper"> <div class="table-box"> <?php echo form_open(base_url('Counter/addEditCounter/' . $encrypted_id)); ?> <div class="box-body"> <div class="row"> <div class="col-md-6 col-lg-4 mb-3"> <div class="form-group"> <label><?php echo lang('counter_name'); ?> <span class="required_star">*</span></label> <input type="text" name="name" class="form-control" placeholder="<?php echo lang('counter_name'); ?>" value="<?php echo escape_output($counter->name) ?>"> </div> <?php if (form_error('name')) { ?> <div class="callout callout-danger my-2"> <?php echo form_error('name'); ?> </div> <?php } ?> </div> <div class="col-md-6 col-lg-4 mb-3"> <div class="form-group"> <label><?php echo lang('outlet_name'); ?> <span class="required_star">*</span></label> <select name="outlet_id" class="select2 form-control"> <option value=""><?php echo lang('select_outlet') ?></option> <?php foreach($outlets as $outlet){ ?> <option <?php echo $counter->outlet_id == $outlet->id ? 'selected' : '' ?> value="<?php echo escape_output($outlet->id) ?>"><?php echo escape_output($outlet->outlet_name) ?></option> <?php } ?> </select> </div> <?php if (form_error('outlet_id')) { ?> <div class="callout callout-danger my-2"> <?php echo form_error('outlet_id'); ?> </div> <?php } ?> </div> <div class="col-md-6 col-lg-4 mb-3"> <div class="form-group"> <label><?php echo lang('printer'); ?></label> <div class="d-flex"> <div class="op_webkit_fill_available"> <select name="printer_id" class="select2 form-control" id="counter_printer_id"> <option value=""><?php echo lang('select_printer') ?></option> <?php foreach($printers as $printer){ ?> <option <?php echo $counter->printer_id == $printer->id ? 'selected' : '' ?> <?php echo set_select('printer_id', $printer->id);?> value="<?php echo escape_output($printer->id) ?>"><?php echo escape_output($printer->title) ?></option> <?php } ?> </select> </div> <button type="button" class="new-btn ms-1 add_new_printer bg-blue-btn-p-14"> <iconify-icon icon="solar:add-circle-broken" width="22"></iconify-icon> </button> </div> </div> <?php if (form_error('printer_id')) { ?> <div class="callout callout-danger my-2"> <?php echo form_error('printer_id'); ?> </div> <?php } ?> </div> <div class="col-12 mb-3"> <div class="form-group"> <label><?php echo lang('description'); ?></label> <input type="text" name="description" class="form-control" placeholder="<?php echo lang('description'); ?>" value="<?php echo escape_output($counter->description) ?>" > </div> <?php if (form_error('description')) { ?> <div class="callout callout-danger my-2"> <?php echo form_error('description'); ?> </div> <?php } ?> </div> </div> </div> <div class="box-footer"> <button type="submit" name="submit" value="submit" class="btn bg-blue-btn"> <iconify-icon icon="solar:upload-minimalistic-broken"></iconify-icon> <?php echo lang('submit'); ?> </button> <input type="hidden" id="set_save_and_add_more" name="add_more"> <button type="submit" name="submit" value="submit" class="btn bg-blue-btn" id="save_and_add_more"> <iconify-icon icon="solar:undo-right-round-broken"></iconify-icon> <?php echo lang('save_and_add_more'); ?> </button> <a class="btn bg-blue-btn text-decoration-none" href="<?php echo base_url() ?>Counter/counters"> <iconify-icon icon="solar:undo-left-round-broken"></iconify-icon> <?php echo lang('back'); ?> </a> </div> <?php echo form_close(); ?> </div> </div> </section> <div class="modal fade " id="addPrinters" role="dialog"> <div class="modal-dialog modal-xl" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"> <span class="modal_title"> </span> </h4> <button type="button" class="btn-close reset_trigger" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i data-feather="x"></i></span></button> </div> <form id="add_printer_form"> <div class="modal-body"> <div class="row"> <input type="hidden" id="edit_id" name="edit_id"> <div class="col-md-6 col-lg-4 mb-3"> <div class="form-group"> <label><?php echo lang('title'); ?> (<?php echo lang('to_identify_printer_easily');?>) <span class="required_star">*</span></label> <input autocomplete="off" type="text" name="title" class="form-control e_title" placeholder="<?php echo lang('title'); ?>" value="<?php echo set_value('title'); ?>"> <div class="alert alert-error error-msg title_err_msg_contnr "> <p class="title_err_msg"></p> </div> </div> </div> <div class="clear-fix"></div> <div class="mb-3 col-lg-4 col-md-6"> <div class="form-group"> <label><?php echo lang('printing'); ?> <?php echo lang('Choice'); ?></label> <select class="form-control printing select2" id="invoice_print" name="invoice_print"> <option value="web_browser"><?php echo lang('browser_popup_print'); ?></option> <option value="live_server_print"><?php echo lang('direct_print'); ?></option> </select> </div> </div> <!-- <div class="mb-3 col-lg-4 col-md-6 hide_show_1"> <div class="form-group"> <label><?php echo lang('print_format'); ?> <span class="required_star">*</span></label> <select name="print_format" id="print_format" class="select2 form-control"> <option value="No Print"><?php echo lang('No_Print'); ?></option> <option value="56mm"><?php echo lang('p56mm'); ?></option> <option value="80mm"><?php echo lang('p80mm'); ?></option> <option value="A4 Print"><?php echo lang('A4_Print'); ?></option> <option value="Half A4 Print"><?php echo lang('Half_A4_Print'); ?></option> <option value="Letter Head"><?php echo lang('letter_head'); ?></option> </select> </div> </div> <div class="mb-3 col-lg-4 col-md-6 hide_show_2"> <div class="form-group"> <label><?php echo lang('inv_qr_code_enable_status'); ?> <span class="required_star">*</span></label> <select name="inv_qr_code_status" id="inv_qr_code_status" class="select2 form-control"> <option value="Enable"><?php echo lang('Enable'); ?></option> <option value="Disable"><?php echo lang('Disable'); ?></option> </select> </div> </div> <div class="mb-3 col-lg-4 col-md-6 hide_show_3"> <div class="form-group"> <label><?php echo lang('qr_code_type'); ?> <span class="required_star">*</span></label> <select name="qr_code_type" class="select2 form-control" id="qr_code_type"> <option value="Invoice Link"><?php echo lang('invoice_link_qr_code'); ?></option> <option value="Zatca"><?php echo lang('zatca_qr_code'); ?></option> </select> </div> </div> --> <div class="col-md-6 col-lg-4 mb-3 hide_show_4"> <div class="form-group"> <label><?php echo lang('printer_type'); ?> <span class="required_star">*</span></label> <select class="form-control select2 e_type" name="type"> </select> </div> <?php if (form_error('type')) { ?> <div class="callout callout-danger my-2"> <span class="error_paragraph"><?php echo form_error('type'); ?></span> </div> <?php } ?> </div> <div class="clear-fix"></div> <div class="col-md-6 col-lg-4 mb-3 hide_show_5"> <div class="form-group"> <div class="d-flex justify-content-between align-items-center"> <label> <?php echo lang('printer_ip_address'); ?> <span class="required_star">*</span> </label> <div class="ms-3 op_right op_font_18 op_cursor_pointer mb-4-px"> <i data-tippy-content="<?php echo lang('printer_ip_tooltip'); ?>" class="fa-regular fa-circle-question tippyBtnCall font-16 theme-color"></i> </div> </div> <input autocomplete="off" type="text" name="printer_ip_address" class="form-control e_printer_ip_address" placeholder="<?php echo lang('printer_ip_address'); ?>" value="<?php echo set_value('printer_ip_address'); ?>"> <div class="alert alert-error error-msg printer_ip_address_err_msg_contnr "> <p class="printer_ip_address_err_msg"></p> </div> </div> </div> <div class="col-md-6 col-lg-4 mb-3 hide_show_6"> <div class="form-group"> <div class="d-flex justify-content-between align-items-center"> <label> <?php echo lang('printer_port_address'); ?> <span class="required_star">*</span> </label> <div class="ms-3 op_right op_font_18 op_cursor_pointer mb-4-px"> <i data-tippy-content="<?php echo lang('printer_port_tooltip'); ?>" class="fa-regular fa-circle-question tippyBtnCall font-16 theme-color"></i> </div> </div> <input autocomplete="off" type="text" name="printer_port" class="form-control e_printer_port" placeholder="<?php echo lang('printer_port_address'); ?>" value="<?php echo set_value('printer_port'); ?>"> <div class="alert alert-error error-msg printer_port_err_msg_contnr "> <p class="printer_port_err_msg"></p> </div> </div> </div> <div class="col-md-6 col-lg-4 mb-3 hide_show_7"> <div class="form-group"> <div class="d-flex justify-content-between align-items-center"> <label> <?php echo lang('characters_per_line'); ?> <span class="required_star">*</span> </label> <div class="ms-3 op_right op_font_18 op_cursor_pointer mb-4-px"> <i data-tippy-content="<?php echo lang('printer_per_line_tooltip'); ?>" class="fa-regular fa-circle-question tippyBtnCall font-16 theme-color"></i> </div> </div> <input autocomplete="off" type="number" name="characters_per_line" class="form-control e_characters_per_line" placeholder="<?php echo lang('characters_per_line'); ?>" value="46"> <div class="alert alert-error error-msg characters_per_line_err_msg_contnr "> <p class="characters_per_line_err_msg"></p> </div> </div> </div> <div class="col-md-6 col-lg-4 mb-3 hide_show_8"> <div class="form-group"> <label><?php echo lang('share_name'); ?> <span class="required_star">*</span> </label> <a class="pull-right" href="https://youtu.be/IHBslN6kBlE" target="_blank"><?php echo lang('printer_path_tooltip'); ?></a> <input autocomplete="off" type="text" name="path" class="form-control e_path" placeholder="<?php echo lang('share_name'); ?>" value="<?php echo set_value('path'); ?>"> <div class="alert alert-error error-msg path_err_msg_contnr "> <p class="path_err_msg"></p> </div> </div> </div> <div class="mb-3 col-lg-4 col-md-6 hide_show_9"> <div class="form-group"> <label><?php echo lang('print_server_url'); ?> <span class="required_star">*</span></label> <a class="pull-right ipv_4_tooltip" href="<?php echo base_url()?>assets/images/ethernet_wifi.png" target="_blank"><?php echo lang('HowtogetIPv4Address'); ?></a> <input autocomplete="off" type="text" id="print_server_url_invoice" name="print_server_url_invoice" class="form-control" placeholder="<?php echo lang('print_server_url'); ?>" value=""> <div class="alert alert-error error-msg print_server_url_err_msg_err_msg_contnr "> <p class="print_server_url_err_msg"></p> </div> </div> </div> <div class="clear-fix"></div> <div class="mb-3 col-lg-4 col-md-6 hide_show_10"> <div class="form-group"> <label><?php echo lang('fiscal_printer_status'); ?></label> <select class="form-control printing select2" id="fiscal_printer_status" name="fiscal_printer_status"> <option value="ON"><?php echo lang('on'); ?></option> <option value="OFF"><?php echo lang('off'); ?></option> </select> </div> </div> <div class="mb-3 col-lg-4 col-md-6 hide_show_11"> <div class="form-group"> <label><?php echo lang('open_cash_drawer'); ?></label> <select class="form-control select2" name="open_cash_drawer_when_printing_invoice" id="open_cash_drawer"> <option value="ON"><?php echo lang('on'); ?></option> <option value="OFF"><?php echo lang('off'); ?></option> </select> </div> </div> </div> </div> <div class="modal-footer"> <button type="submit" class="btn bg-blue-btn add_printer_submit"><?php echo lang('submit'); ?></button> <button type="button" class="btn bg-blue-btn reset_trigger" data-bs-dismiss="modal"><?php echo lang('close'); ?></button> </div> </form> </div> </div> </div> <script src="<?php echo base_url('frequent_changing/js/printer_setup.js');?>"></script> <script src="<?php echo base_url(); ?>assets/notify/toastr.js"></script>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.8 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002