Ignore:
Timestamp:
11 Feb 2023, 14:48:10 (20 months ago)
Author:
Henrik Bettermann
Message:

Update charges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py

    r17305 r17341  
    6969DESTINATION_COST = {
    7070    #'none': ('To the moon', 1000000000.0, 1),
    71     'australia': ('Australia', 44500.0, 1),
    72     'india': ('Arab Emirate/China/India/Saudi Arabia', 38500.0, 2),
    73     'ghana': ('Benin/Ghana/South Africa',  37000.0, 3),
    74     'isreal': ('Isreal/Turkey', 33500.0, 4),
    75     'canada': ('Canada', 30500.0, 5),
    76     'germany': ('Finland/France/Germany/Netherlands', 30000.0, 6),
    77     'usa': ('USA', 29500.0, 7),
    78     'uk': ('UK', 23500.0, 8),
    79     'north': ('Nigeria North', 11800.0, 9),
    80     'abuja': ('Abuja/Lokoja', 11200.0, 10),
    81     'south': ('Nigeria South East/South/South West', 10700.0, 11),
     71    'australia': ('Australia / India', 62500.0, 1),
     72    'china': ('Arab Emirate / China', 62400.0, 2),
     73    'france': ('France / Germany / Netherland / Norway / Sweden', 45300.0, 3),
     74    'canada': ('Canada / USA', 56600.0, 4),
     75    'finland': ('Finland / Jamaica', 69600.0, 5),
     76    'israel': ('Israel', 52000, 6),
     77    'turkey': ('Turkey', 57000.0, 7),
     78    'uk': ('UK / Ireland', 43000.0, 8),
     79    'ghana': ('Ghana / South Africa / Saudi Arabia',  57200.0, 9),
     80    'beninrep': ('Republic of Benin', 48600.0, 10),
     81    'north': ('Nigeria North', 23000.0, 11),
     82    'south': ('Nigeria South East / South / South West', 20100.0, 12),
     83    'abuja': ('Abuja', 20400.0, 13),
     84    'lokoja': ('Lokoja', 23000.0, 14),
     85    'auchi': ('Auchi / Epkoma / Usen / Irrua / Ekhiadolo / Uromi', 19500, 15),
     86    'benincity': ('Benin City', 18200, 16),
    8287    }
    8388
Note: See TracChangeset for help on using the changeset viewer.