A
download stats_sales_report.php
Language: PHP
License: GPL
Copyright: (c) 2002 osCommerce
LOC: 38
Project Info
melponeme(xoopsbrasileiro)
Server: BerliOS
Type: cvs
...rcio_v1x\lang\german\admin\
   backup.php
   banner_manager.php
   banner_statistics.php
   blacklist.php
   cache.php
   categories.php
   configuration.php
   content_manager.php
   countries.php
   coupon_admin.php
   create_account.php
   credits.php
   currencies.php
   customers.php
   customers_status.php
   define_language.php
   file_manager.php
   geo_zones.php
   german.php
   gv_mail.php
   gv_queue.php
   gv_sent.php
   index.php
   itransact.php
   languages.php
   mail.php
   manufacturers.php
   module_export.php
   module_newsletter.php
   modules.php
   newsletters.php
   orders.php
   orders_status.php
   products_attributes.php
   products_expected.php
   reviews.php
   server_info.php
   shipping_status.php
   specials.php
   start.php
   stats_customers.php
   ..._products_purchased.php
   stats_products_viewed.php
   stats_sales_report.php
   stats_stock_warning.php
   tax_classes.php
   tax_rates.php
   templates_boxes.php
   whos_online.php
   xinvoice.php
   xpackingslip.php
   zones.php

<?php
/*
  $Id: stats_sales_report.php,v 1.1 2004/07/14 00:17:58 mauriciolima Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

define('REPORT_DATE_FORMAT', 'd. m. Y');

define('HEADING_TITLE', 'Verkaufs Report');

define('REPORT_TYPE_YEARLY', 'J&auml;hrlich');
define('REPORT_TYPE_MONTHLY', 'Monatlich');
define('REPORT_TYPE_WEEKLY', 'W&ouml;chentlich');
define('REPORT_TYPE_DAILY', 'T&auml;glich');
define('REPORT_START_DATE', 'von Datum');
define('REPORT_END_DATE', 'bis Datum (inklusive)');
define('REPORT_DETAIL', 'Detail');
define('REPORT_MAX', 'zeige Beste');
define('REPORT_ALL', 'Alle');
define('REPORT_SORT', 'Sortierung');
define('REPORT_EXP', 'Export');
define('REPORT_SEND', 'Senden');
define('EXP_NORMAL', 'Normal');
define('EXP_HTML', 'HTML only');
define('EXP_CSV', 'CSV');

define('TABLE_HEADING_DATE', 'Datum');
define('TABLE_HEADING_ORDERS', '# Bestellungen');
define('TABLE_HEADING_ITEMS', '# Artikel');
define('TABLE_HEADING_REVENUE', 'Umsatz');
define('TABLE_HEADING_SHIPPING', 'Versand');

define('DET_HEAD_ONLY', 'keine Details');
define('DET_DETAIL', 'Details anzeigen');
define('DET_DETAIL_ONLY', 'Details mit Betrag');

define('SORT_VAL0', 'Standard');
define('SORT_VAL1', 'Beschreibung');
define('SORT_VAL2', 'Beschreibung ab');
define('SORT_VAL3', '# Artikel');
define('SORT_VAL4', '# Artikel ab');
define('SORT_VAL5', 'Umsatz');
define('SORT_VAL6', 'Umsatz ab');

define('REPORT_STATUS_FILTER', 'Status');

define('SR_SEPARATOR1', ';');
define('SR_SEPARATOR2', ';');
define('SR_NEWLINE', '<br>');
?>

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us