Contributions

Reports (Category Index)
Search: 

Dispatch Report updated

Hello Freinds,

By using this contribution you can easily generate a dispatch report i.e. delivered products report with some timing parameters like this month, last month, this year and between a date range. By default it will display the report of all delivered products without a date range.

I hope this will be helpful for you.


How can I install this? Its simple go through these 6 steps

1. copy the file stats_dispatch.php into your catalog/admin/ directory

2. copy the complete calendar folder into your catalog/admin/ directory

3. copy the button image button_generate_report.gif in catalogadminincludeslanguagesenglishimagesbuttons directory

4. modify catalog/admin/includes/languages/english.php

add these lines at the bottom
// Dispatch report
define('BOX_REPORTS_DISPATCH', 'Dispatch Report');

5. modify catalog/admin/includes/boxes/reports.php

find the text
'<a href="' . tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_PRODUCTS_PURCHASED . '</a><br>' .

add this text just below this
'<a href="' . tep_href_link(FILENAME_STATS_DISPATCH, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_DISPATCH . '</a><br>'.
6. modify catalog/admin/includes/filenames.php

add these lines at the bottom
//Dispatch Report
define('FILENAME_STATS_DISPATCH', 'stats_dispatch.php');

That's IT,
Jaswant B Tak

Expand All / Collapse All

Dispatch Report updated 31 Jan 2008

Hello Freinds,

By using this contribution you can easily generate a dispatch report i.e. delivered products report with some timing parameters like this month, last month, this year and between a date range. By default it will display the report of all delivered products without a date range.

I hope this will be helpful for you.


How can I install this? Its simple go through these 6 steps

1. copy the file stats_dispatch.php into your catalog/admin/ directory

2. copy the complete calendar folder into your catalog/admin/ directory

3. copy the button image button_generate_report.gif in catalogadminincludeslanguagesenglishimagesbuttons directory

4. modify catalog/admin/includes/languages/english.php

add these lines at the bottom
// Dispatch report
define('BOX_REPORTS_DISPATCH', 'Dispatch Report');

5. modify catalog/admin/includes/boxes/reports.php

find the text
'<a href="' . tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_PRODUCTS_PURCHASED . '</a><br>' .

add this text just below this
'<a href="' . tep_href_link(FILENAME_STATS_DISPATCH, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_DISPATCH . '</a><br>'.
6. modify catalog/admin/includes/filenames.php

add these lines at the bottom
//Dispatch Report
define('FILENAME_STATS_DISPATCH', 'stats_dispatch.php');

That's IT,
Jaswant B Tak

Note: Contributions are used at own risk.