fetch and show effectif mensuel

- fetch and store effectif mensuel (at the creation of the dossier or
when updating a siret field

- show effectif mensuel only for instructeurs
This commit is contained in:
Christophe Robillard 2020-04-07 19:29:14 +02:00
parent 599d8e33e8
commit db3ef195ad
8 changed files with 72 additions and 3 deletions

View file

@ -310,6 +310,9 @@ ActiveRecord::Schema.define(version: 2020_04_09_075320) do
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "diffusable_commercialement"
t.string "effectif_mois"
t.string "effectif_annee"
t.decimal "effectif_mensuel"
t.index ["dossier_id"], name: "index_etablissements_on_dossier_id"
end