HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/pm/app/Views/invoices/invoice_statuses_dropdown.php
<?php

$invoice_statuses_dropdown = array(
    array("id" => "", "text" => "- " . app_lang("status") . " -"),
    array("id" => "overdue", "text" => app_lang("overdue")),
    array("id" => "draft", "text" => app_lang("draft")),
    array("id" => "not_paid", "text" => app_lang("not_paid")),
    array("id" => "partially_paid", "text" => app_lang("partially_paid")),
    array("id" => "fully_paid", "text" => app_lang("fully_paid")),
    array("id" => "cancelled", "text" => app_lang("cancelled"))
);
echo json_encode($invoice_statuses_dropdown);
?>