if (isset($_GET['AddedID'])) {
$dispatch_no = $_GET['AddedID'];
- display_notification(_("Dispatch processed:") . ' '.$_GET['AddedID'], true);
+ display_notification_centered(sprintf(_("Delivery # %d has been entered."),$dispatch_no));
- display_note(get_customer_trans_view_str(13, $dispatch_no, _("View this dispatch")), 0, 1);
+ display_note(get_customer_trans_view_str(13, $dispatch_no, _("&View This Delivery")), 0, 1);
- display_note(print_document_link($dispatch_no, _("Print this delivery"), true, 13));
+ display_note(print_document_link($dispatch_no, _("&Print Delivery Note"), true, 13));
display_note(get_gl_view_str(13, $dispatch_no, _("View the GL Journal Entries for this Dispatch")),1);
display_notification_centered(sprintf(_("Delivery # %d has been entered."),$delivery));
- display_note(get_trans_view_str(13, $delivery, _("&View This Delivery")));
- echo '<br>';
+ display_note(get_trans_view_str(13, $delivery, _("&View This Delivery")), 0, 1);
+
display_note(print_document_link($delivery, _("&Print Delivery Note"), true, 13));
+ display_note(get_gl_view_str(13, $delivery, _("View the GL Journal Entries for this Dispatch")),1);
+
hyperlink_params($path_to_root . "/sales/customer_invoice.php",
_("Make &Invoice Against This Delivery"), "DeliveryNumber=$delivery");
echo '<br>';
display_note(print_document_link($invoice, _("&Print Sales Invoice"), true, 10));
+ display_note(get_gl_view_str(10, $invoice, _("View the GL &Journal Entries for this Invoice")),1);
+
if ((isset($_GET['Type']) && $_GET['Type'] == 1))
hyperlink_params("inquiry/sales_orders_view.php",
_("Enter a &New Template Invoice"), "InvoiceTemplates=Yes");