??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/latepoint/lib/views/invoices/edit_data.php
⬅ Kembali
<?php
/*
* Copyright (c) 2023 LatePoint LLC. All rights reserved.
*/
/* @var $invoice OsInvoiceModel */
/* @var $errors array */
/* @var $success string */
/* @var $to string */
/* @var $subject string */
/* @var $content string */
?>
<form action="" data-os-output-target=".invoice-document-wrapper" data-os-action="<?php echo OsRouterHelper::build_route_name('invoices', 'process_data_update'); ?>" class="invoice-data-form latepoint-lightbox-inner-form" data-os-pass-response="yes" data-os-after-call="latepointInvoicesAdminFeature.init_invoice_data_updated">
<div class="latepoint-lightbox-heading">
<h2><?php echo esc_html__('Edit Invoice Data', 'latepoint'); ?></h2>
<a href="#" class="latepoint-lightbox-close" tabindex="0"><i class="latepoint-icon latepoint-icon-x"></i></a>
</div>
<div class="latepoint-lightbox-content">
<?php
// Output errors if any
if (!empty($errors)){
echo '<div class="latepoint-message latepoint-message-error">';
foreach($errors as $error){
echo '<div>'.$error.'</div>';
}
echo '</div>';
}
?>
<div class="os-row">
<div class="os-col-lg-4">
<?php echo OsFormHelper::select_field( 'invoice[status]', __( 'Status', 'latepoint' ), OsInvoicesHelper::list_of_statuses_for_select(), $invoice->status, ['theme' => 'simple', 'class' => 'size-small'] ); ?>
</div>
<div class="os-col-lg-4">
<?php echo OsFormHelper::money_field('invoice[charge_amount]', __('Amount Due', 'latepoint'), $invoice->charge_amount, ['theme' => 'simple', 'class' => 'size-small']); ?>
</div>
<div class="os-col-lg-4">
<div class="os-form-group os-form-select-group os-form-group-simple">
<label for=""><?php esc_html_e('Due At', 'latepoint'); ?></label>
<?php echo OsFormHelper::date_picker_field( 'invoice[due_at]', OsTimeHelper::get_readable_date_from_string( OsTimeHelper::date_from_db($invoice->due_at, 'Y-m-d') ), OsTimeHelper::date_from_db($invoice->due_at, 'Y-m-d', OsTimeHelper::get_wp_timezone_name()), [ 'class' => 'size-small', 'theme' => 'simple' ]); ?>
</div>
</div>
</div>
<?php
echo OsFormHelper::hidden_field('invoice_id', $invoice->id);
// Add protection nonce.
wp_nonce_field( 'update_invoice_' . $invoice->id, '_wpnonce', false );
?>
</div>
<?php if(empty($success)){ ?>
<div class="latepoint-lightbox-footer">
<button type="submit" class="latepoint-btn latepoint-btn-primary latepoint-btn-position-end "><?php esc_html_e('Update', 'latepoint'); ?></button>
</div>
<?php } ?>
</form>
Nama
Tipe
Ukuran
Diubah
Aksi
📁 payment_form
dir
—
2026-06-25 10:03
🐘 edit_data.php
php
2.7 KB
2026-02-26 09:24
🐘 email_form.php
php
1.8 KB
2025-02-15 06:12
🐘 new_form.php
php
2.2 KB
2026-02-26 09:24
🐘 payment_form.php
php
3.1 KB
2025-01-29 06:25
🐘 summary_before_payment.php
php
3.7 KB
2025-03-22 09:34
🐘 view.php
php
813 B
2025-02-15 06:12
🐘 view_by_key.php
php
431 B
2025-01-29 06:25