Show
Ignore:
Timestamp:
07/06/05 20:11:00 (19 years ago)
Author:
jerome
Message:

The pkbcodes command line tool now works fine with the PostgreSQL
backend. The dumpykota command can now dump billing codes too.
Still no code for LDAP though.
NB : a database upgrade is necessary AGAIN !
Severity : no need to play with this until there's LDAP support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/dumper.py

    r2302 r2342  
    5252                       "pmembers" : N_("Printers Groups Membership"),  
    5353                       "umembers" : N_("Users Groups Membership"), 
     54                       "billingcodes" : N_("Billing Codes"), 
    5455                     } 
    5556    validformats = { "csv" : N_("Comma Separated Values"),