Changeset 2282

Show
Ignore:
Timestamp:
06/08/05 06:22:27 (19 years ago)
Author:
jerome
Message:

Adds the --sum command line option to dumpykota (no code to handle it yet)

Location:
pykota/trunk
Files:
15 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/dumpykota

    r2267 r2282  
    7676                       is the default value and means stdout. 
    7777                       WARNING : existing files are truncated ! 
    78                         
     78 
     79  -s | --sum           Summarize the selected datas. 
     80                           ONLY AVAILABLE WITH --data history or payments 
     81 
    7982  Use the filter expressions to extract only parts of the  
    8083  datas. Allowed filters are of the form : 
     
    142145                     "output" : "-", \ 
    143146                   } 
    144         short_options = "vhd:f:o:" 
    145         long_options = ["help", "version", "data=", "format=", "output="] 
     147        short_options = "vhd:f:o:s" 
     148        long_options = ["help", "version", "data=", "format=", "output=", "sum"] 
    146149         
    147150        # Initializes the command line tool 
     
    158161        options["format"] = options["f"] or options["format"] or defaults["format"] 
    159162        options["output"] = options["o"] or options["output"] or defaults["output"] 
     163        options["sum"] = options["s"] or options["sum"] 
    160164         
    161165        if options["help"] : 
  • pykota/trunk/po/de/pykota.po

    r2267 r2282  
    229229"                       is the default value and means stdout.\n" 
    230230"                       WARNING : existing files are truncated !\n" 
    231 "                       \n" 
     231"\n" 
     232"  -s | --sum           Summarize the selected datas.\n" 
     233"                           ONLY AVAILABLE WITH --data history or payments\n" 
     234"\n" 
    232235"  Use the filter expressions to extract only parts of the \n" 
    233236"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/el_GR/pykota.po

    r2267 r2282  
    225225"                       is the default value and means stdout.\n" 
    226226"                       WARNING : existing files are truncated !\n" 
    227 "                       \n" 
     227"\n" 
     228"  -s | --sum           Summarize the selected datas.\n" 
     229"                           ONLY AVAILABLE WITH --data history or payments\n" 
     230"\n" 
    228231"  Use the filter expressions to extract only parts of the \n" 
    229232"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/es/pykota.po

    r2267 r2282  
    243243"                       is the default value and means stdout.\n" 
    244244"                       WARNING : existing files are truncated !\n" 
    245 "                       \n" 
     245"\n" 
     246"  -s | --sum           Summarize the selected datas.\n" 
     247"                           ONLY AVAILABLE WITH --data history or payments\n" 
     248"\n" 
    246249"  Use the filter expressions to extract only parts of the \n" 
    247250"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/fr/pykota.po

    r2267 r2282  
    239239"                       is the default value and means stdout.\n" 
    240240"                       WARNING : existing files are truncated !\n" 
    241 "                       \n" 
     241"\n" 
     242"  -s | --sum           Summarize the selected datas.\n" 
     243"                           ONLY AVAILABLE WITH --data history or payments\n" 
     244"\n" 
    242245"  Use the filter expressions to extract only parts of the \n" 
    243246"  datas. Allowed filters are of the form :\n" 
     
    350353"standard.\n" 
    351354"                       ATTENTION : les fichiers existants sont tronqu�!\n" 
    352 "  \n" 
     355"\n" 
     356"  -s | --sum           Effectue la somme des donn� s�ctionn�.\n" 
     357"                         DISPONIBLE SEULEMENT AVEC --data history ou " 
     358"payments\n" 
     359"\n" 
    353360"  Utilisez les expressions de filtrage pour extraire seulement certaines \n" 
    354361"  parties des donn�. Les filtres autoris�sont de la forme :\n" 
  • pykota/trunk/po/it/pykota.po

    r2267 r2282  
    187187"                       is the default value and means stdout.\n" 
    188188"                       WARNING : existing files are truncated !\n" 
    189 "                       \n" 
     189"\n" 
     190"  -s | --sum           Summarize the selected datas.\n" 
     191"                           ONLY AVAILABLE WITH --data history or payments\n" 
     192"\n" 
    190193"  Use the filter expressions to extract only parts of the \n" 
    191194"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/nb_NO/pykota.po

    r2267 r2282  
    239239"                       is the default value and means stdout.\n" 
    240240"                       WARNING : existing files are truncated !\n" 
    241 "                       \n" 
     241"\n" 
     242"  -s | --sum           Summarize the selected datas.\n" 
     243"                           ONLY AVAILABLE WITH --data history or payments\n" 
     244"\n" 
    242245"  Use the filter expressions to extract only parts of the \n" 
    243246"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/pt_BR/pykota.po

    r2267 r2282  
    185185"                       is the default value and means stdout.\n" 
    186186"                       WARNING : existing files are truncated !\n" 
    187 "                       \n" 
     187"\n" 
     188"  -s | --sum           Summarize the selected datas.\n" 
     189"                           ONLY AVAILABLE WITH --data history or payments\n" 
     190"\n" 
    188191"  Use the filter expressions to extract only parts of the \n" 
    189192"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/pt/pykota.po

    r2267 r2282  
    185185"                       is the default value and means stdout.\n" 
    186186"                       WARNING : existing files are truncated !\n" 
    187 "                       \n" 
     187"\n" 
     188"  -s | --sum           Summarize the selected datas.\n" 
     189"                           ONLY AVAILABLE WITH --data history or payments\n" 
     190"\n" 
    188191"  Use the filter expressions to extract only parts of the \n" 
    189192"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/pykota.pot

    r2267 r2282  
    187187"                       is the default value and means stdout.\n" 
    188188"                       WARNING : existing files are truncated !\n" 
    189 "                       \n" 
     189"\n" 
     190"  -s | --sum           Summarize the selected datas.\n" 
     191"                           ONLY AVAILABLE WITH --data history or payments\n" 
     192"\n" 
    190193"  Use the filter expressions to extract only parts of the \n" 
    191194"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/sv_SE/pykota.po

    r2267 r2282  
    188188"                       is the default value and means stdout.\n" 
    189189"                       WARNING : existing files are truncated !\n" 
    190 "                       \n" 
     190"\n" 
     191"  -s | --sum           Summarize the selected datas.\n" 
     192"                           ONLY AVAILABLE WITH --data history or payments\n" 
     193"\n" 
    191194"  Use the filter expressions to extract only parts of the \n" 
    192195"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/th/pykota.po

    r2267 r2282  
    186186"                       is the default value and means stdout.\n" 
    187187"                       WARNING : existing files are truncated !\n" 
    188 "                       \n" 
     188"\n" 
     189"  -s | --sum           Summarize the selected datas.\n" 
     190"                           ONLY AVAILABLE WITH --data history or payments\n" 
     191"\n" 
    189192"  Use the filter expressions to extract only parts of the \n" 
    190193"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/tr/pykota.po

    r2267 r2282  
    232232"                       is the default value and means stdout.\n" 
    233233"                       WARNING : existing files are truncated !\n" 
    234 "                       \n" 
     234"\n" 
     235"  -s | --sum           Summarize the selected datas.\n" 
     236"                           ONLY AVAILABLE WITH --data history or payments\n" 
     237"\n" 
    235238"  Use the filter expressions to extract only parts of the \n" 
    236239"  datas. Allowed filters are of the form :\n" 
  • pykota/trunk/po/zh_TW/pykota.po

    r2267 r2282  
    188188"                       is the default value and means stdout.\n" 
    189189"                       WARNING : existing files are truncated !\n" 
    190 "                       \n" 
     190"\n" 
     191"  -s | --sum           Summarize the selected datas.\n" 
     192"                           ONLY AVAILABLE WITH --data history or payments\n" 
     193"\n" 
    191194"  Use the filter expressions to extract only parts of the \n" 
    192195"  datas. Allowed filters are of the form :\n"