WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Fare_attributes : give currency options #107

Closed answerquest closed 6 years ago

answerquest commented 6 years ago

It's been fixed to INR so far. Allow user to change currency_type.

answerquest commented 6 years ago

Done with v2.1.0 Made currency a text input field, and making the currency_type column editable in the tabulator tables for fare_attributes. Have linked to the ISO4217 codes list as per spec. Possible to work later on making a dropdown picker for currency instead of text intput, but this is enough for now.