Community Add-Ons
| Maintainers: | jaswanttak |
Dipatch Report
for osCommerce Online Merchant v2.2
Hello Freinds,
By using this contribution you can easily generate a dispatch report i.e. delivered products report 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.
Have fun
Jaswant
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');
I have done some small changes in report and calendar.
Please ignore the earlier version.
I have also included the screen shot.
The installation is simple as usual.
Thanks
