! -> Note
$ -> Affected files
+03-Feb-2010 Chaitanya/Joe
++ Added a Profit and Loss Drilldown page and changed menu link
+$ /applications/generalledger.php
+ /gl/inquiry/profit_loss.php (New file)
+ /gl/inquiry/balance_sheet.php
+! Better layout
+$ /gl/inquiry/journal_inquiry.php
+
02-Feb-2010 Chaitanya
+ Added memo search on journal inquires.
$ /gl/inquiry/journal_inquiry.php
$this->add_rapp_function(1, _("Trial &Balance"),
"gl/inquiry/gl_trial_balance.php?", 'SA_GLANALYTIC');
- $this->add_rapp_function(1, _("Balance &Sheet"),
+ $this->add_rapp_function(1, _("Balance &Sheet Drilldown"),
"gl/inquiry/balance_sheet.php?", 'SA_GLANALYTIC');
+ $this->add_rapp_function(1, _("&Profit and Loss Drilldown"),
+ "gl/inquiry/profit_loss.php?", 'SA_GLANALYTIC');
$this->add_rapp_function(1, _("Banking &Reports"),
"reporting/reports_main.php?Class=5", 'SA_BANKREP');
$this->add_rapp_function(1, _("General Ledger &Reports"),
if ($use_date_picker)
$js = get_js_date_picker();
-page(_($help_context = "Balance Sheet"), false, false, "", $js);
+page(_($help_context = "Balance Sheet Drilldown"), false, false, "", $js);
//----------------------------------------------------------------------------------------------------
// Ajax updates
start_row();
ref_cells(_("Reference:"), 'Ref', '',null, _('Enter reference fragment or leave empty'));
-ref_cells(_("Memo:"), 'Memo', '',null, _('Enter memo fragment or leave empty'));
journal_types_list_cells(_("Type:"), "filterType");
date_cells(_("From:"), 'FromDate', '', null, 0, -1, 0);
check_cells( _("Show closed:"), 'AlsoClosed', null);
submit_cells('Search', _("Search"), '', '', 'default');
-
+end_row();
+start_row();
+ref_cells(_("Memo:"), 'Memo', '',null, _('Enter memo fragment or leave empty'));
end_row();
end_table();