~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to models/budget.py

  • Committer: Shikhar Kohli
  • Date: 2010-08-11 18:40:09 UTC
  • mfrom: (802.1.156 eden)
  • Revision ID: shikharkohli@gmail.com-20100811184009-yy8zag5dowlam0ip
Merge trunk and update (a bit) of JS

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    budget_category_type_opts = {
48
48
        1:T("Consumable"),
49
49
        2:T("Satellite"),
50
 
        3:T("HF"),
51
 
        4:T("VHF"),
 
50
        3:"HF",
 
51
        4:"VHF",
52
52
        5:T("Telephony"),
53
 
        6:T("W-LAN"),
 
53
        6:"WLAN",
54
54
        7:T("Network"),
55
55
        8:T("Generator"),
56
56
        9:T("Electrical"),
57
57
        10:T("Vehicle"),
58
 
        11:T("GPS"),
 
58
        11:"GPS",
59
59
        12:T("Tools"),
60
 
        13:T("IT"),
61
 
        14:T("ICT"),
62
 
        15:T("TC"),
 
60
        13:"IT",
 
61
        14:"ICT",
 
62
        15:"TC",
63
63
        16:T("Stationery"),
64
64
        17:T("Relief"),
65
65
        18:T("Miscellaneous"),