diff --git a/agent/invoices.php b/agent/invoices.php index f8bebe91b..cacaf1f72 100644 --- a/agent/invoices.php +++ b/agent/invoices.php @@ -178,6 +178,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); data-modal-url="= buildExportModalUrl('modals/invoice/invoice_export.php', ['client_id', 'status', 'category', 'q'], ['dtf' => $dtf, 'dtt' => $dtt]) ?>"> Export + = 2 && !empty($config_smtp_provider)) { ?> +
+ + Send Account Statement + + diff --git a/agent/modals/client/client_statement.php b/agent/modals/client/client_statement.php new file mode 100644 index 000000000..f292b56e7 --- /dev/null +++ b/agent/modals/client/client_statement.php @@ -0,0 +1,192 @@ + + +| Invoice | ' + . 'Scope | ' + . 'Date | ' + . 'Due | ' + . 'Amount | ' + . 'Paid | ' + . 'Balance | ' + . '
|---|---|---|---|---|---|---|
| Total Balance Due | ' + . '' . numfmt_format_currency($currency_format, $statement_total, $client_currency_code) . ' | |||||