????

Your IP : 3.132.215.146


Current Path : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/
Upload File :
Current File : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/appconfig.js

const path = require('path');
require('dotenv/config');
module.exports.savePath = path.resolve(process.env.DATA_DIR, 'document');
module.exports.scanPath = path.resolve(process.env.DATA_DIR, 'scan');
module.exports.exportPath = path.resolve(process.env.DATA_DIR, 'export');
module.exports.avatarPath = path.resolve(process.env.DATA_DIR, 'avatar');
module.exports.menu = [
  {
    route: 'sohoa',
    title: 'Số hóa tài liệu',
    icon: 'fa-barcode',
    childs: [
      { route: 'taohoso', title: 'Tạo hồ sơ', task: 101 },
      { route: 'taovanban', title: 'Tạo văn bản', task: 102 },
      { route: 'nophoso', title: 'Nộp hồ sơ', task: 103 },
      { route: 'duyethoso', title: 'Duyệt hồ sơ', task: 104 }
    ]
  }, {
    route: 'dichvu',
    title: 'Khai thác tài liệu',
    icon: 'fa-luggage-cart',
    childs: [
      { route: 'docgia', title: 'Quản lý độc giả', task: 202 },
      { route: 'duyetyeucau', title: 'Duyệt yêu cầu tài liệu', task: 208},
      { route: 'yeucau', title: 'Danh sách yêu cầu tài liệu', task: 206 },
      { route: 'bieuphi', title: 'Quản lý phí dịch vụ', task: 210 }
    ]
  }, {
    route: 'danhmuc',
    title: 'Danh mục tài liệu',
    icon: 'fa-search',
    childs: [
      { route: 'phong', title: 'Danh mục phông', task: 301 },
      { route: 'hoso', title: 'Danh mục hồ sơ', task: 305 },
      { route: 'vanban', title: 'Danh mục văn bản', task: 308 }
    ]
  }, {
    route: 'baocao',
    title: 'Báo cáo',
    icon: 'fa-chart-line',
    childs: [
      { route: 'phong', title: 'Báo cáo phông', task: 401 },
      { route: 'hoso', title: 'Báo cáo hồ sơ', task: 402 },
      { route: 'vanban', title: 'Báo cáo văn bản', task: 403 }
    ]
  }, {
    route: 'sohoa/thongke',
    title: 'Thống kê',
    icon: 'fa-chart-pie',
    task: 105
  }, {
    route: 'quantri',
    title: 'Quản trị hệ thống',
    icon: 'fa-users-cog',
    childs: [
      { route: 'phong', title: 'Phông', task: 302 },
      { route: 'nguoidung', title: 'Người dùng', task: 501 },
      { route: 'quyentaikhoan', title: 'Quyền tài khoản', task: 502 },
      { route: 'coquan', title: 'Các cơ quan tổ chức', task: 318 },
      { route: 'nhomtailieu', title: 'Nhóm tài liệu', task: 314 },
      { route: 'loaivanban', title: 'Loại văn bản', task: 316 },
      { route: 'ngonngu', title: 'Ngôn ngữ', task: 320 },
      { route: 'congcu', title: 'Công cụ tìm kiếm', task: 324 }
    ]
  }, {
    route: 'taikhoan',
    title: 'Tài khoản',
    task: 601,
    icon: 'fa-user'
  }
]