UNPKG

kodewerk

Version:

Dictionary of kode/term objects for use with associated melosys projects

27 lines (26 loc) 518 B
/** * Kodeverk/saksstatuser * ref: https://confluence.adeo.no/display/TEESSI/Kodeverk+i+Melosys * Dato: 13SEP2018, Marte Okkelmo * Oppdatert: 12NOV2018, Marte Okkelmo * @module */ const saksstatuser = [ { kode: 'OPPRETTET', term: 'Saken har blitt opprettet' }, { kode: 'LOVVALG_AVKLART', term: 'Lovvalget er avklart' }, { kode: 'AVSLUTTET', term: 'Saken er avsluttet' }, { kode: 'HENLAGT', term: 'Saken er henlagt' } ]; module.exports.saksstatuser = saksstatuser;