{
global $path_to_root;
- hyperlink_no_params("", _("Enter a new dimension"));
+ hyperlink_no_params("", _("Enter a &new dimension"));
echo "<br>";
- hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("Select an existing dimension"));
+ hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("&Select an existing dimension"));
display_footer_exit();
}
display_notification_centered( _("Transfer has been entered"));
- display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Journal Entries for this Transfer")));
+ display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Journal Entries for this Transfer")));
- hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Transfer"));
+ hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Transfer"));
safeExit();
}
display_notification_centered(_("Payment has been entered"));
- display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Postings for this Payment")));
+ display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Payment")));
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Payment"), "NewPayment=yes");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another &Payment"), "NewPayment=yes");
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter A Deposit"), "NewDeposit=yes");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter A &Deposit"), "NewDeposit=yes");
display_footer_exit();
}
display_notification_centered( _("Journal entry has been entered") . " #$trans_no");
- display_note(get_gl_view_str($trans_type, $trans_no, _("View this Journal Entry")));
+ display_note(get_gl_view_str($trans_type, $trans_no, _("&View this Journal Entry")));
- hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Journal Entry"));
+ hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Journal Entry"));
display_footer_exit();
}
$trans_type = systypes::inventory_adjustment();
display_notification_centered(_("Items adjustment has been processed"));
- display_note(get_trans_view_str($trans_type, $trans_no, _("View this adjustment")));
+ display_note(get_trans_view_str($trans_type, $trans_no, _("&View this adjustment")));
- display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Postings for this Adjustment")), 1, 0);
+ display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL &Postings for this Adjustment")), 1, 0);
- hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Adjustment"));
+ hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Adjustment"));
display_footer_exit();
}
$trans_type = systypes::location_transfer();
display_notification_centered(_("Inventory transfer has been processed"));
- display_note(get_trans_view_str($trans_type, $trans_no, _("View this transfer")));
+ display_note(get_trans_view_str($trans_type, $trans_no, _("&View this transfer")));
- hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Inventory Transfer"));
+ hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Inventory Transfer"));
display_footer_exit();
}
display_note(_("The manufacturing process has been entered."));
- hyperlink_no_params("search_work_orders.php", _("Select another Work Order to Process"));
+ hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process"));
end_page();
exit;
{
echo "<center>" . _("The work order issue has been entered.");
echo "<br>";
- hyperlink_no_params("search_work_orders.php", _("Select another Work Order to Process"));
+ hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process"));
echo "<br><br>";
display_footer_exit();
}
display_note(_("The work order has been released to manufacturing."));
- hyperlink_no_params("search_work_orders.php", _("Select another work order"));
+ hyperlink_no_params("search_work_orders.php", _("Select another &work order"));
$Ajax->activate('_page_body');
end_page();
display_notification_centered(_("Purchase Order has been entered"));
else
display_notification_centered(_("Purchase Order has been updated") . " #$order_no");
- display_note(get_trans_view_str($trans_type, $order_no, _("View this order")));
+ display_note(get_trans_view_str($trans_type, $order_no, _("&View this order")));
echo '<br>';
- display_note(print_document_link($order_no, _("Print This Order"), true, $trans_type));
+ display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type));
- hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("Receive Items on this Purchase Order"), "PONumber=$order_no");
+ hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("&Receive Items on this Purchase Order"), "PONumber=$order_no");
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Purchase Order"), "NewOrder=yes");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter &Another Purchase Order"), "NewOrder=yes");
- hyperlink_no_params($path_to_root."/purchasing/inquiry/po_search.php", _("Select An Outstanding Purchase Order"));
+ hyperlink_no_params($path_to_root."/purchasing/inquiry/po_search.php", _("Select An &Outstanding Purchase Order"));
display_footer_exit();
}
display_notification_centered(_("Purchase Order Delivery has been processed"));
- display_note(get_trans_view_str($trans_type, $grn, _("View this Delivery")));
+ display_note(get_trans_view_str($trans_type, $grn, _("&View this Delivery")));
//echo "<BR>";
- //echo get_gl_view_str(25, $grn, _("View the GL Journal Entries for this Delivery"));
+ //echo get_gl_view_str(25, $grn, _("View the GL &Journal Entries for this Delivery"));
// echo "<br>";
- hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different purchase order for receiving items against"));
+ hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different &purchase order for receiving items against"));
display_footer_exit();
}
display_notification_centered( _("Payment has been sucessfully entered"));
- display_note(get_gl_view_str(22, $payment_id, _("View the GL Journal Entries for this Payment")));
+ display_note(get_gl_view_str(22, $payment_id, _("View the GL &Journal Entries for this Payment")));
- hyperlink_params($path_to_root . "/purchasing/allocations/supplier_allocate.php", _("Allocate this Payment"), "trans_no=$payment_id&trans_type=22");
+ hyperlink_params($path_to_root . "/purchasing/allocations/supplier_allocate.php", _("&Allocate this Payment"), "trans_no=$payment_id&trans_type=22");
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter another supplier payment"), "supplier_id=" . $_POST['supplier_id']);
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter another supplier &payment"), "supplier_id=" . $_POST['supplier_id']);
display_footer_exit();
}
display_note(get_customer_trans_view_str($trans_type, $credit_no, _("&View this credit note")), 0, 1);
+ display_note(print_document_link($credit_no, _("&Print This Credit Invoice"), true, 11),1);
+
display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note")));
hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another &Credit Note"), "NewCredit=yes");
display_notification_centered(_("Credit Note has been processed"));
- display_note(get_customer_trans_view_str($trans_type, $credit_no, _("View This Credit Note")), 0, 0);
+ display_note(get_customer_trans_view_str($trans_type, $credit_no, _("&View This Credit Note")), 0, 0);
- display_note(print_document_link($credit_no, _("Print This Credit Note"), true, 11),1);
+ display_note(print_document_link($credit_no, _("&Print This Credit Note"), true, 11),1);
- display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL Journal Entries for this Credit Note")),1);
+ display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note")),1);
display_footer_exit();
display_notification_centered(_("Credit Note has been updated"));
- display_note(get_customer_trans_view_str($trans_type, $credit_no, _("View This Credit Note")), 0, 0);
+ display_note(get_customer_trans_view_str($trans_type, $credit_no, _("&View This Credit Note")), 0, 0);
- display_note(print_document_link($credit_no, _("Print This Credit Note"), true, 11),1);
+ display_note(print_document_link($credit_no, _("&Print This Credit Note"), true, 11),1);
- display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL Journal Entries for this Credit Note")),1);
+ display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note")),1);
display_footer_exit();
}
display_notification(_("Selected deliveries has been processed"), true);
- display_note(get_customer_trans_view_str($trans_type, $invoice_no, _("View This Invoice")), 0, 1);
+ display_note(get_customer_trans_view_str($trans_type, $invoice_no, _("&View This Invoice")), 0, 1);
- display_note(print_document_link($invoice_no, _("Print This Invoice"), true, 10));
+ display_note(print_document_link($invoice_no, _("&Print This Invoice"), true, 10));
- display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL Journal Entries for this Invoice")),1);
+ display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL &Journal Entries for this Invoice")),1);
- hyperlink_params("$path_to_root/sales/inquiry/sales_deliveries_view.php", _("Select Another Delivery For Invoicing"), "OutstandingOnly=1");
+ hyperlink_params("$path_to_root/sales/inquiry/sales_deliveries_view.php", _("Select Another &Delivery For Invoicing"), "OutstandingOnly=1");
display_footer_exit();
display_notification_centered(sprintf(_('Sales Invoice # %d has been updated.'),$invoice_no));
- display_note(get_trans_view_str(10, $invoice_no, _("View This Invoice")));
+ display_note(get_trans_view_str(10, $invoice_no, _("&View This Invoice")));
echo '<br>';
- display_note(print_document_link($invoice_no, _("Print This Invoice"), true, 10));
+ display_note(print_document_link($invoice_no, _("&Print This Invoice"), true, 10));
- hyperlink_no_params($path_to_root . "/sales/inquiry/customer_inquiry.php", _("Select A Different Invoice to Modify"));
+ hyperlink_no_params($path_to_root . "/sales/inquiry/customer_inquiry.php", _("Select A Different &Invoice to Modify"));
display_footer_exit();
display_notification_centered(_("The customer payment has been successfully entered."));
- display_note(get_gl_view_str(12, $payment_no, _("View the GL Journal Entries for this Customer Payment")));
+ display_note(get_gl_view_str(12, $payment_no, _("&View the GL Journal Entries for this Customer Payment")));
- hyperlink_params($path_to_root . "/sales/allocations/customer_allocate.php", _("Allocate this Customer Payment"), "trans_no=$payment_no&trans_type=12");
+ hyperlink_params($path_to_root . "/sales/allocations/customer_allocate.php", _("&Allocate this Customer Payment"), "trans_no=$payment_no&trans_type=12");
- hyperlink_no_params($path_to_root . "/sales/customer_payments.php", _("Enter Another Customer Payment"));
+ hyperlink_no_params($path_to_root . "/sales/customer_payments.php", _("Enter Another &Customer Payment"));
br(1);
end_page();
exit;
display_notification_centered(sprintf( _("Order # %d has been entered."),$order_no));
- display_note(get_trans_view_str(30, $order_no, _("View This Order")));
+ display_note(get_trans_view_str(30, $order_no, _("&View This Order")));
echo '<br>';
- display_note(print_document_link($order_no, _("Print This Order"), true, 30));
+ display_note(print_document_link($order_no, _("&Print This Order"), true, 30));
hyperlink_params($path_to_root . "/sales/customer_delivery.php",
- _("Make Delivery Against This Order"), "OrderNumber=$order_no");
+ _("Make &Delivery Against This Order"), "OrderNumber=$order_no");
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter a New Order"), "NewOrder=0");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter a &New Order"), "NewOrder=0");
display_footer_exit();
display_notification_centered(sprintf( _("Order # %d has been updated."),$order_no));
- display_note(get_trans_view_str(30, $order_no, _("View This Order")));
+ display_note(get_trans_view_str(30, $order_no, _("&View This Order")));
echo '<br>';
- display_note(print_document_link($order_no, _("Print This Order"), true, 30));
+ display_note(print_document_link($order_no, _("&Print This Order"), true, 30));
hyperlink_params($path_to_root . "/sales/customer_delivery.php",
- _("Confirm Order Quantities and Make Delivery"), "OrderNumber=$order_no");
+ _("Confirm Order Quantities and Make &Delivery"), "OrderNumber=$order_no");
hyperlink_params($path_to_root . "/sales/inquiry/sales_orders_view.php",
- _("Select A Different Order"), "OutstandingOnly=1");
+ _("Select A Different &Order"), "OutstandingOnly=1");
display_footer_exit();
display_notification_centered(sprintf(_("Delivery # %d has been entered."),$delivery));
- display_note(get_trans_view_str(13, $delivery, _("View This Delivery")));
+ display_note(get_trans_view_str(13, $delivery, _("&View This Delivery")));
echo '<br>';
- display_note(print_document_link($delivery, _("Print Delivery Note"), true, 13));
+ display_note(print_document_link($delivery, _("&Print Delivery Note"), true, 13));
hyperlink_params($path_to_root . "/sales/customer_invoice.php",
- _("Make Invoice Against This Delivery"), "DeliveryNumber=$delivery");
+ _("Make &Invoice Against This Delivery"), "DeliveryNumber=$delivery");
if ((isset($_GET['Type']) && $_GET['Type'] == 1))
hyperlink_params("inquiry/sales_orders_view.php",
- _("Enter a New Template Delivery"), "DeliveryTemplates=Yes");
+ _("Enter a New Template &Delivery"), "DeliveryTemplates=Yes");
else
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter a New Delivery"), "NewDelivery=0");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter a &New Delivery"), "NewDelivery=0");
display_footer_exit();
display_notification_centered(sprintf(_("Invoice # %d has been entered."),$invoice));
- display_note(get_trans_view_str(10, $invoice, _("View This Invoice")));
+ display_note(get_trans_view_str(10, $invoice, _("&View This Invoice")));
echo '<br>';
- display_note(print_document_link($invoice, _("Print Sales Invoice"), true, 10));
+ display_note(print_document_link($invoice, _("&Print Sales Invoice"), true, 10));
if ((isset($_GET['Type']) && $_GET['Type'] == 1))
hyperlink_params("inquiry/sales_orders_view.php",
- _("Enter a New Template Invoice"), "InvoiceTemplates=Yes");
+ _("Enter a &New Template Invoice"), "InvoiceTemplates=Yes");
else
- hyperlink_params($_SERVER['PHP_SELF'], _("Enter a New Direct Invoice"), "NewInvoice=0");
+ hyperlink_params($_SERVER['PHP_SELF'], _("Enter a &New Direct Invoice"), "NewInvoice=0");
display_footer_exit();
}