XH_Digital_Management/tool/config.json

3869 lines
94 KiB
JSON

{
"org_mgnt": [
{
"module_name": "公司主体信息登记表",
"module": "org_mgnt",
"filter_order": "entity_id",
"name": "eir_list",
"template": "eir_list.html",
"model": "CompanyEntity",
"filters": [
{
"type": "text",
"id": "company_name",
"name": "company_name",
"label": "公司名称",
"placeholder": "请输入公司名称"
}
],
"form_action_url": "eir_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "组织管理",
"name": "index"
},
{
"title": "公司主体信息登记表",
"name": "eir_list"
}
],
"table_columns": [
{
"header": "公司类型",
"field": "company_type"
},
{
"header": "公司名称",
"field": "company_name"
},
{
"header": "注册地址",
"field": "registration_address"
},
{
"header": "注册资本金",
"field": "registered_capital"
},
{
"header": "实缴时间",
"field": "capital_paid_time"
},
{
"header": "实缴资金",
"field": "capital_paid"
},
{
"header": "设立时间",
"field": "establishment_time"
},
{
"header": "营业期限",
"field": "operation_period"
},
{
"header": "纳税人识别号",
"field": "taxpayer_identification_number"
},
{
"header": "公司经营状态",
"field": "business_status"
},
{
"header": "营业范围",
"field": "scope_of_business"
},
{
"header": "公司用途",
"field": "purpose_of_company"
},
{
"header": "股东姓名及持股比例",
"field": "shareholders_and_stakes"
},
{
"header": "董事长",
"field": "chairman"
},
{
"header": "董事",
"field": "directors"
},
{
"header": "监事长",
"field": "supervisor_chairman"
},
{
"header": "职工监事",
"field": "employee_supervisor"
},
{
"header": "监事",
"field": "supervisors"
},
{
"header": "总经理",
"field": "general_manager"
},
{
"header": "财务负责人",
"field": "financial_officer"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/org_mgnt/views.py",
"html_file_path": "../application/org_mgnt/templates/org_mgnt/eir_list.html",
"urls_path": "../application/org_mgnt/urls.py"
}
],
"hrm_mgnt": [
{
"module_name": "岗位表",
"module": "hrm_mgnt",
"filter_order": "position_id",
"name": "pst_list",
"template": "pst_list.html",
"model": "Position",
"filters": [
{
"type": "text",
"id": "position_name",
"name": "position_name",
"label": "岗位名称",
"placeholder": "请输入岗位名称"
}
],
"form_action_url": "pst_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "人力资源管理",
"name": "index"
},
{
"title": "岗位表",
"name": "pst_list"
}
],
"table_columns": [
{
"header": "岗位名称",
"field": "position_name"
},
{
"header": "岗位描述",
"field": "position_description"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/hrm_mgnt/views.py",
"html_file_path": "../application/hrm_mgnt/templates/hrm_mgnt/pst_list.html",
"urls_path": "../application/hrm_mgnt/urls.py"
},
{
"module_name": "职级表",
"module": "hrm_mgnt",
"filter_order": "rank_id",
"name": "rk_list",
"template": "rk_list.html",
"model": "Rank",
"filters": [
{
"type": "text",
"id": "rank_name",
"name": "rank_name",
"label": "职级名称",
"placeholder": "请输入职级名称"
}
],
"form_action_url": "rk_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "人力资源管理",
"name": "index"
},
{
"title": "职级表",
"name": "rk_list"
}
],
"table_columns": [
{
"header": "职级名称",
"field": "rank_name"
},
{
"header": "职级描述",
"field": "rank_description"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/hrm_mgnt/views.py",
"html_file_path": "../application/hrm_mgnt/templates/hrm_mgnt/rk_list.html",
"urls_path": "../application/hrm_mgnt/urls.py"
},
{
"module_name": "人员基本信息表",
"module": "hrm_mgnt",
"filter_order": "employee_id",
"name": "emp_info_list",
"template": "emp_info_list.html",
"model": "EmployeeInformation",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
},
{
"type": "select",
"id": "employment_type",
"name": "employment_type",
"label": "用工性质",
"options": [
{
"value": "全职",
"display": "全职"
},
{
"value": "兼职",
"display": "兼职"
},
{
"value": "实习",
"display": "实习"
}
]
},
{
"type": "select",
"id": "education",
"name": "education",
"label": "学历",
"options": [
{
"value": "高中",
"display": "高中"
},
{
"value": "大专",
"display": "大专"
},
{
"value": "本科",
"display": "本科"
},
{
"value": "硕士研究生",
"display": "硕士研究生"
},
{
"value": "博士研究生",
"display": "博士研究生"
},
{
"value": "其他",
"display": "其他"
}
]
}
],
"form_action_url": "emp_info_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "人力资源管理",
"name": "index"
},
{
"title": "人员基本信息表",
"name": "emp_info_list"
}
],
"table_columns": [
{
"header": "员工编号",
"field": "employee_id"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "身份证号",
"field": "id_number"
},
{
"header": "性别",
"field": "gender"
},
{
"header": "生日",
"field": "birthday"
},
{
"header": "年龄",
"field": "age"
},
{
"header": "身高",
"field": "height"
},
{
"header": "体重",
"field": "weight"
},
{
"header": "血型",
"field": "blood_type"
},
{
"header": "民族",
"field": "ethnicity"
},
{
"header": "户籍地",
"field": "domicile"
},
{
"header": "婚姻状态",
"field": "marital_status"
},
{
"header": "政治面貌",
"field": "political_affiliation"
},
{
"header": "入职时间",
"field": "entry_date"
},
{
"header": "转正日期",
"field": "regularization_date"
},
{
"header": "离职日期",
"field": "departure_date"
},
{
"header": "用工性质",
"field": "employment_type"
},
{
"header": "状态",
"field": "status"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "二级部门",
"field": "secondary_department"
},
{
"header": "岗位",
"field": "position"
},
{
"header": "职级",
"field": "grade"
},
{
"header": "当前合同到期时间",
"field": "contract_end_date"
},
{
"header": "手机号",
"field": "mobile_number"
},
{
"header": "邮箱",
"field": "email"
},
{
"header": "通信地址",
"field": "mailing_address"
},
{
"header": "紧急联系人",
"field": "emergency_contact"
},
{
"header": "与本人关系",
"field": "relation_with_contact"
},
{
"header": "紧急联系人电话",
"field": "emergency_contact_phone"
},
{
"header": "学历",
"field": "education"
},
{
"header": "本科毕业院校",
"field": "undergraduate_school"
},
{
"header": "研究生毕业院校",
"field": "graduate_school"
},
{
"header": "专业",
"field": "major"
},
{
"header": "技术职称",
"field": "technical_title"
},
{
"header": "基础工资",
"field": "base_salary"
},
{
"header": "工资卡号",
"field": "salary_account_number"
},
{
"header": "工资卡开户行",
"field": "bank_of_salary_account"
},
{
"header": "离职类型",
"field": "resignation_type"
},
{
"header": "离职原因",
"field": "resignation_reason"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": false,
"show_upload_button": true,
"insert_file_path": "../application/hrm_mgnt/views.py",
"html_file_path": "../application/hrm_mgnt/templates/hrm_mgnt/emp_info_list.html",
"urls_path": "../application/hrm_mgnt/urls.py"
},
{
"module_name": "员工考勤记录表",
"module": "hrm_mgnt",
"filter_order": "record_id",
"name": "attd_rec_list",
"template": "attd_rec_list.html",
"model": "EmployeeAttendanceRecord",
"filters": [
{
"type": "text",
"id": "employee",
"name": "employee",
"label": "员工",
"placeholder": "请输入员工姓名"
},
{
"type": "month",
"id": "year_month",
"name": "year_month",
"label": "年月"
},
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
}
],
"form_action_url": "attd_rec_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "人力资源管理",
"name": "index"
},
{
"title": "员工考勤记录表",
"name": "attd_rec_list"
}
],
"table_columns": [
{
"header": "员工",
"field": "employee"
},
{
"header": "年月",
"field": "year_month"
},
{
"header": "迟到",
"field": "late"
},
{
"header": "早退",
"field": "early_leave"
},
{
"header": "旷工",
"field": "absenteeism"
},
{
"header": "年假",
"field": "annual_leave"
},
{
"header": "事假",
"field": "personal_leave"
},
{
"header": "病假",
"field": "sick_leave"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/hrm_mgnt/views.py",
"html_file_path": "../application/hrm_mgnt/attd_rec_list.html",
"urls_path": "../application/hrm_mgnt/urls.py"
},
{
"module_name": "年假使用记录",
"module": "hrm_mgnt",
"filter_order": "record_id",
"name": "alv_list",
"template": "alv_list.html",
"model": "AnnualLeaveRecord",
"filters": [
{
"type": "text",
"id": "employee_name",
"name": "employee_name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "select",
"id": "year",
"name": "year",
"label": "年度",
"options": [
{
"value": "2024",
"display": "2024"
},
{
"value": "2023",
"display": "2023"
},
{
"value": "2022",
"display": "2022"
},
{
"value": "2021",
"display": "2021"
},
{
"value": "2020",
"display": "2020"
}
]
}
],
"form_action_url": "alv_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "人力资源管理",
"name": "index"
},
{
"title": "年假使用记录",
"name": "alv_list"
}
],
"table_columns": [
{
"header": "年份",
"field": "year"
},
{
"header": "姓名",
"field": "employee_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "年假天数",
"field": "total_annual_leave"
},
{
"header": "已请年假数",
"field": "used_annual_leave"
},
{
"header": "剩余年假数",
"field": "remaining_annual_leave"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/hrm_mgnt/views.py",
"html_file_path": "../application/hrm_mgnt/templates/hrm_mgnt/alv_list.html",
"urls_path": "../application/hrm_mgnt/urls.py"
}
],
"fac_mgnt": [
{
"module_name": "费用类型",
"module": "fac_mgnt",
"filter_order": "type_id",
"name": "exp_type_list",
"template": "exp_type_list.html",
"model": "ExpenseType",
"filters": [
{
"type": "select",
"id": "expense_type",
"name": "expense_type",
"label": "费用类型",
"options": [
{
"value": "差旅费",
"display": "差旅费"
},
{
"value": "办公费",
"display": "办公费"
}
]
}
],
"form_action_url": "exp_type_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "费用类型",
"name": "exp_type_list"
}
],
"table_columns": [
{
"header": "费用类型ID",
"field": "type_id"
},
{
"header": "费用类型",
"field": "expense_type"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/exp_type_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "费用明细",
"module": "fac_mgnt",
"filter_order": "detail_id",
"name": "exp_detail_list",
"template": "exp_detail_list.html",
"model": "ExpenseDetail",
"filters": [
{
"type": "select",
"id": "expense_detail",
"name": "expense_detail",
"label": "费用明细",
"options": [
{
"value": "工资",
"display": "工资"
},
{
"value": "社保",
"display": "社保"
},
{
"value": "公积金",
"display": "公积金"
}
]
}
],
"form_action_url": "exp_detail_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "费用明细",
"name": "exp_detail_list"
}
],
"table_columns": [
{
"header": "费用类型ID",
"field": "type_id"
},
{
"header": "费用明细",
"field": "expense_detail"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/exp_detail_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "集团年度预算",
"module": "fac_mgnt",
"filter_order": "budget_id",
"name": "gpb_list",
"template": "gpb_list.html",
"model": "GroupAnnualBudget",
"filters": [
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
},
{
"type": "select",
"id": "expense_detail",
"name": "expense_detail",
"label": "费用明细",
"options": [
{
"value": "办公用品购置",
"display": "办公用品购置"
},
{
"value": "员工出差住宿费",
"display": "员工出差住宿费"
},
{
"value": "员工技能培训",
"display": "员工技能培训"
},
{
"value": "软件订阅服务费",
"display": "软件订阅服务费"
},
{
"value": "市场推广活动费",
"display": "市场推广活动费"
}
]
},
{
"type": "select",
"id": "expense_type",
"name": "expense_type",
"label": "费用类型",
"options": [
{
"value": "办公费用",
"display": "办公费用"
},
{
"value": "差旅费用",
"display": "差旅费用"
},
{
"value": "培训费用",
"display": "培训费用"
},
{
"value": "技术服务费",
"display": "技术服务费"
},
{
"value": "营销推广费",
"display": "营销推广费"
}
]
},
{
"type": "select",
"id": "year",
"name": "year",
"label": "年度",
"options": [
{
"value": "2024",
"display": "2024"
},
{
"value": "2023",
"display": "2023"
},
{
"value": "2022",
"display": "2022"
},
{
"value": "2021",
"display": "2021"
},
{
"value": "2020",
"display": "2020"
}
]
}
],
"form_action_url": "gpb_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "集团年度预算",
"name": "gpb_list"
}
],
"table_columns": [
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "年份",
"field": "year"
},
{
"header": "费用类型",
"field": "expense_type"
},
{
"header": "费用明细",
"field": "expense_detail"
},
{
"header": "金额(元)",
"field": "amount"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/gpb_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "人工费明细",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "lcb_list",
"template": "lcb_list.html",
"model": "LaborCostDetail",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "select",
"id": "department",
"name": "department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
}
],
"form_action_url": "lcb_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "人工费明细",
"name": "lcb_list"
}
],
"table_columns": [
{
"header": "年月",
"field": "year_month"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "二级部门",
"field": "secondary_department"
},
{
"header": "出勤天数",
"field": "attendance_days"
},
{
"header": "应发工资(元)",
"field": "gross_salary"
},
{
"header": "全勤奖(元)",
"field": "attendance_reward"
},
{
"header": "午餐津贴(元)",
"field": "lunch_allowance"
},
{
"header": "其他货币性福利(元)",
"field": "other_monetary_benefits"
},
{
"header": "代扣社保(元)",
"field": "social_security_deduction"
},
{
"header": "代扣公积金(元)",
"field": "housing_fund_deduction"
},
{
"header": "实发工资(元)",
"field": "net_salary"
},
{
"header": "公司承担社保(元)",
"field": "employer_social_security"
},
{
"header": "公司承担公积金(元)",
"field": "employer_housing_fund"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/lcb_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "报销明细",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "rbm_detail_list",
"template": "rbm_detail_list.html",
"model": "ReimbursementDetail",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "month",
"id": "year_month",
"name": "year_month",
"label": "年月"
},
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
},
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
}
],
"form_action_url": "rbm_detail_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "报销明细",
"name": "rbm_detail_list"
}
],
"table_columns": [
{
"header": "年月",
"field": "year_month"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "是否立项",
"field": "is_project_based"
},
{
"header": "项目编号",
"field": "project_id"
},
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "费用类型",
"field": "expense_type"
},
{
"header": "费用明细",
"field": "expense_details"
},
{
"header": "费用说明",
"field": "expense_description"
},
{
"header": "费用发生时间",
"field": "expense_date"
},
{
"header": "费用金额(元)",
"field": "amount"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/rbm_detail_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "奖金类别表",
"module": "fac_mgnt",
"filter_order": "category_id",
"name": "bns_cat_list",
"template": "bns_cat_list.html",
"model": "BonusCategory",
"filters": [
{
"type": "text",
"id": "category_name",
"name": "category_name",
"label": "奖金类别",
"placeholder": "请输入奖金类别"
}
],
"form_action_url": "bns_cat_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "奖金类别表",
"name": "bns_cat_list"
}
],
"table_columns": [
{
"header": "奖金类别",
"field": "category_name"
},
{
"header": "描述",
"field": "description"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/bns_cat_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "奖金分配表",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "bns_alloc_list",
"template": "bns_alloc_list.html",
"model": "BonusAllocation",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "month",
"id": "year_month",
"name": "year_month",
"label": "年月"
},
{
"type": "select",
"id": "department",
"name": "department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
}
],
"form_action_url": "bns_alloc_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "奖金分配表",
"name": "bns_alloc_list"
}
],
"table_columns": [
{
"header": "年月",
"field": "year_month"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "二级部门",
"field": "secondary_department"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "奖金类别",
"field": "bonus_category"
},
{
"header": "奖励金额(元)",
"field": "award_amount"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/bns_alloc_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "纳税记录表",
"module": "fac_mgnt",
"filter_order": "id",
"name": "tax_rec_list",
"template": "tax_rec_list.html",
"model": "TaxRecord",
"filters": [
{
"type": "text",
"id": "tax_entity",
"name": "tax_entity",
"label": "纳税主体",
"placeholder": "请输入纳税主体"
},
{
"type": "select",
"id": "year",
"name": "year",
"label": "年度",
"options": [
{
"value": "2024",
"display": "2024"
},
{
"value": "2023",
"display": "2023"
},
{
"value": "2022",
"display": "2022"
},
{
"value": "2021",
"display": "2021"
},
{
"value": "2020",
"display": "2020"
}
]
},
{
"type": "select",
"id": "year",
"name": "year",
"label": "年度",
"options": [
{
"value": "消费税",
"display": "消费税"
},
{
"value": "增值税",
"display": "增值税"
}
]
}
],
"form_action_url": "tax_rec_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "纳税记录表",
"name": "tax_rec_list"
}
],
"table_columns": [
{
"header": "纳税主体",
"field": "tax_entity"
},
{
"header": "年度",
"field": "year"
},
{
"header": "纳税税种",
"field": "tax_type"
},
{
"header": "所属税款期",
"field": "tax_period"
},
{
"header": "纳税日期",
"field": "tax_date"
},
{
"header": "纳税金额(元)",
"field": "tax_amount"
},
{
"header": "当年累计(元)",
"field": "annual_cumulative"
},
{
"header": "备注",
"field": "note"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/tax_rec_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "电子发票台账",
"module": "fac_mgnt",
"filter_order": "invoice_number",
"name": "inv_ledger_list",
"template": "inv_ledger_list.html",
"model": "ElectronicInvoiceLedger",
"filters": [
{
"type": "text",
"id": "expense_party",
"name": "expense_party",
"label": "费用当事人",
"placeholder": "请输入费用当事人"
},
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
},
{
"type": "text",
"id": "invoice_code",
"name": "invoice_code",
"label": "发票代码",
"placeholder": "请输入发票代码"
},
{
"type": "text",
"id": "invoice_number",
"name": "invoice_number",
"label": "发票号码",
"placeholder": "请输入发票号码"
},
{
"type": "date",
"id": "invoice_date",
"name": "invoice_date",
"label": "开票日期"
}
],
"form_action_url": "inv_ledger_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "电子发票台账",
"name": "inv_ledger_list"
}
],
"table_columns": [
{
"header": "费用当事人",
"field": "expense_party"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "提交日期",
"field": "submission_date"
},
{
"header": "发票代码",
"field": "invoice_code"
},
{
"header": "发票号码",
"field": "invoice_number"
},
{
"header": "开票日期",
"field": "invoice_date"
},
{
"header": "购买方名称",
"field": "buyer_name"
},
{
"header": "购买方税号",
"field": "buyer_tax_number"
},
{
"header": "销售方名称",
"field": "seller_name"
},
{
"header": "销售方税号",
"field": "seller_tax_number"
},
{
"header": "货物或应税劳务服务名称",
"field": "goods_or_services_name"
},
{
"header": "税率",
"field": "tax_rate"
},
{
"header": "价税合计(元)",
"field": "total_amount_including_tax"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/inv_ledger_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "开票记录",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "inv_rec_list",
"template": "inv_rec_list.html",
"model": "InvoiceRecord",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
},
{
"type": "select",
"id": "project_nature",
"name": "project_nature",
"label": "项目性质",
"options": [
{
"value": "新增",
"display": "新增"
},
{
"value": "存续",
"display": "存续"
},
{
"value": "新增及存续",
"display": "新增及存续"
},
{
"value": "老客户新业务",
"display": "老客户新业务"
}
]
},
{
"type": "select",
"id": "department",
"name": "department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
},
{
"type": "date",
"id": "invoice_date",
"name": "invoice_date",
"label": "开票日期"
},
{
"type": "text",
"id": "project_manager",
"name": "project_manager",
"label": "项目负责人",
"placeholder": "请输入项目负责人"
}
],
"form_action_url": "inv_rec_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "开票记录",
"name": "inv_rec_list"
}
],
"table_columns": [
{
"header": "项目编号",
"field": "project_id"
},
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "项目负责人",
"field": "project_manager"
},
{
"header": "性质",
"field": "nature"
},
{
"header": "开票主体",
"field": "billing_entity"
},
{
"header": "发票号码",
"field": "invoice_number"
},
{
"header": "购票信息",
"field": "purchase_info"
},
{
"header": "开票时间",
"field": "invoice_date"
},
{
"header": "开票内容",
"field": "invoice_content"
},
{
"header": "价税合计金额",
"field": "total_amount"
},
{
"header": "税率",
"field": "tax_rate"
},
{
"header": "不含税金额",
"field": "amount_excluding_tax"
},
{
"header": "税额",
"field": "tax_amount"
},
{
"header": "发票类型",
"field": "invoice_type"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/inv_rec_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "回款记录表",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "rep_rec_list",
"template": "rep_rec_list.html",
"model": "RepaymentRecord",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
}
],
"form_action_url": "rep_rec_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "回款记录表",
"name": "rep_rec_list"
}
],
"table_columns": [
{
"header": "项目编号",
"field": "project_id"
},
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "项目负责人",
"field": "project_manager"
},
{
"header": "发票记录",
"field": "invoice"
},
{
"header": "回款金额",
"field": "repayment_amount"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/rep_rec_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
},
{
"module_name": "员工提成情况表",
"module": "fac_mgnt",
"filter_order": "record_id",
"name": "emp_comm_list",
"template": "emp_comm_list.html",
"model": "EmployeeCommission",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
},
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "select",
"id": "primary_department",
"name": "primary_department",
"label": "一级部门",
"options": [
{
"value": "天信",
"display": "天信"
},
{
"value": "混改",
"display": "混改"
},
{
"value": "艾力芬特",
"display": "艾力芬特"
},
{
"value": "星河",
"display": "星河"
},
{
"value": "星海",
"display": "星海"
}
]
}
],
"form_action_url": "emp_comm_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "财务管理",
"name": "index"
},
{
"title": "员工提成情况表",
"name": "emp_comm_list"
}
],
"table_columns": [
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "年月",
"field": "year_month"
},
{
"header": "公司留存",
"field": "company_retained"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "提成总额",
"field": "total_commission"
},
{
"header": "已发放金额",
"field": "amount_paid"
},
{
"header": "计提金额",
"field": "accrued_amount"
},
{
"header": "董事长资金池",
"field": "chairman_fund"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/fac_mgnt/views.py",
"html_file_path": "../application/fac_mgnt/templates/fac_mgnt/emp_comm_list.html",
"urls_path": "../application/fac_mgnt/urls.py"
}
],
"rsc_mgnt": [
{
"module_name": "消耗品类别管理",
"module": "rsc_mgnt",
"filter_order": "category_id",
"name": "cg_cat_list",
"template": "cg_cat_list.html",
"model": "ConsumableGoodsCategory",
"filters": [
{
"type": "text",
"id": "category_name",
"name": "category_name",
"label": "类别名称",
"placeholder": "请输入类别名称"
}
],
"form_action_url": "cg_cat_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "消耗品类别管理",
"name": "cg_cat_list"
}
],
"table_columns": [
{
"header": "类别名称",
"field": "category_name"
},
{
"header": "描述",
"field": "description"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/cg_cat_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
},
{
"module_name": "消耗品库存",
"module": "rsc_mgnt",
"filter_order": "inventory_id",
"name": "cg_inv_list",
"template": "cg_inv_list.html",
"model": "ConsumableGoodsInventory",
"filters": [
{
"type": "text",
"id": "inventory_id",
"name": "inventory_id",
"label": "库存id",
"placeholder": "请输库存id"
}
],
"form_action_url": "cg_inv_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "消耗品库存",
"name": "cg_inv_list"
}
],
"table_columns": [
{
"header": "库存ID",
"field": "inventory_id"
},
{
"header": "物品名称",
"field": "item"
},
{
"header": "类别",
"field": "category"
},
{
"header": "规格",
"field": "specification"
},
{
"header": "单位",
"field": "unit"
},
{
"header": "当前库存量",
"field": "current_inventory"
},
{
"header": "安全库存量",
"field": "safety_stock"
},
{
"header": "补货提醒",
"field": "replenishment_alert"
},
{
"header": "库存地",
"field": "storage_location"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/cg_inv_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
},
{
"module_name": "公司手机号使用登记",
"module": "rsc_mgnt",
"filter_order": "record_id",
"name": "cmp_phone_reg_list",
"template": "cmp_phone_reg_list.html",
"model": "CompanyMobilePhoneUsageRegistry",
"filters": [
{
"type": "text",
"id": "mobile_number",
"name": "mobile_number",
"label": "手机号",
"placeholder": "请输入手机号"
},
{
"type": "text",
"id": "current_user",
"name": "current_user",
"label": "现使用人",
"placeholder": "请输入现使用人"
},
{
"type": "text",
"id": "owner",
"name": "owner",
"label": "机主",
"placeholder": "请输入机主"
}
],
"form_action_url": "cmp_phone_reg_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "公司手机号使用登记",
"name": "cmp_phone_reg_list"
}
],
"table_columns": [
{
"header": "手机号",
"field": "mobile_number"
},
{
"header": "机主",
"field": "owner"
},
{
"header": "现使用人",
"field": "current_user"
},
{
"header": "用途",
"field": "purpose"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/cmp_phone_reg_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
},
{
"module_name": "商务车使用登记",
"module": "rsc_mgnt",
"filter_order": "record_id",
"name": "bv_usage_list",
"template": "bv_usage_list.html",
"model": "BusinessVehicleUsageRegistry",
"filters": [
{
"type": "text",
"id": "license_plate",
"name": "license_plate",
"label": "车牌",
"placeholder": "请输入车牌"
},
{
"type": "date",
"id": "checkout_time",
"name": "checkout_time",
"label": "借用时间"
}
],
"form_action_url": "bv_usage_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "商务车使用登记",
"name": "bv_usage_list"
}
],
"table_columns": [
{
"header": "车牌",
"field": "license_plate"
},
{
"header": "借出时间",
"field": "checkout_time"
},
{
"header": "借用人",
"field": "borrower"
},
{
"header": "同行人员",
"field": "accompanying_personnel"
},
{
"header": "事由",
"field": "reason"
},
{
"header": "目的地",
"field": "destination"
},
{
"header": "用车天数",
"field": "days_of_use"
},
{
"header": "还车时间",
"field": "return_time"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/bv_usage_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
},
{
"module_name": "会员账号登记",
"module": "rsc_mgnt",
"filter_order": "record_id",
"name": "mem_acc_list",
"template": "mem_acc_list.html",
"model": "MembershipAccountsRegistry",
"filters": [
{
"type": "text",
"id": "platform_name",
"name": "platform_name",
"label": "平台名称",
"placeholder": "请输入平台名称"
},
{
"type": "select",
"id": "status",
"name": "status",
"label": "状态",
"options": [
{
"value": "有效",
"display": "有效"
},
{
"value": "过期",
"display": "过期"
}
]
}
],
"form_action_url": "mem_acc_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "会员账号登记",
"name": "mem_acc_list"
}
],
"table_columns": [
{
"header": "平台名称",
"field": "platform_name"
},
{
"header": "用途",
"field": "purpose"
},
{
"header": "价格",
"field": "price"
},
{
"header": "管理人",
"field": "manager"
},
{
"header": "账号",
"field": "account"
},
{
"header": "密码",
"field": "password"
},
{
"header": "会员生效日",
"field": "effective_date"
},
{
"header": "会员到期日",
"field": "expiration_date"
},
{
"header": "状态",
"field": "status"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/mem_acc_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
},
{
"module_name": "储值卡登记表",
"module": "rsc_mgnt",
"filter_order": "record_id",
"name": "svc_reg_list",
"template": "svc_reg_list.html",
"model": "StoredValueCardRegistration",
"filters": [
{
"type": "text",
"id": "merchant_name",
"name": "merchant_name",
"label": "商家名称",
"placeholder": "请输入商家名称"
}
],
"form_action_url": "svc_reg_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资源管理",
"name": "index"
},
{
"title": "储值卡登记表",
"name": "svc_reg_list"
}
],
"table_columns": [
{
"header": "商家名称",
"field": "merchant_name"
},
{
"header": "商家类型",
"field": "merchant_type"
},
{
"header": "余额",
"field": "balance"
},
{
"header": "使用记录",
"field": "usage_records"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/rsc_mgnt/views.py",
"html_file_path": "../application/rsc_mgnt/templates/rsc_mgnt/svc_reg_list.html",
"urls_path": "../application/rsc_mgnt/urls.py"
}
],
"opa_mgnt": [
{
"module_name": "新媒体账号登记",
"module": "opa_mgnt",
"filter_order": "record_id",
"name": "sma_reg_list",
"template": "sma_reg_list.html",
"model": "SocialMediaAccountRegistration",
"filters": [
{
"type": "text",
"id": "platform",
"name": "platform",
"label": "所属平台",
"placeholder": "请输入所属平台"
}
],
"form_action_url": "sma_reg_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "运营管理",
"name": "index"
},
{
"title": "新媒体账号登记",
"name": "sma_reg_list"
}
],
"table_columns": [
{
"header": "所属平台",
"field": "platform"
},
{
"header": "账号名称",
"field": "account_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "二级部门",
"field": "secondary_department"
},
{
"header": "运营账号",
"field": "operation_account"
},
{
"header": "密码",
"field": "password"
},
{
"header": "运营者",
"field": "operator"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/opa_mgnt/views.py",
"html_file_path": "../application/opa_mgnt/templates/opa_mgnt/sma_reg_list.html",
"urls_path": "../application/opa_mgnt/urls.py"
},
{
"module_name": "账号运营管理记录",
"module": "opa_mgnt",
"filter_order": "record_id",
"name": "acc_op_mgmt_list",
"template": "acc_op_mgmt_list.html",
"model": "AccountOperationManagement",
"filters": [
{
"type": "text",
"id": "platform",
"name": "platform",
"label": "所属平台",
"placeholder": "请输入所属平台"
}
],
"form_action_url": "acc_op_mgmt_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "运营管理",
"name": "index"
},
{
"title": "账号运营管理记录",
"name": "acc_op_mgmt_list"
}
],
"table_columns": [
{
"header": "所属平台",
"field": "platform"
},
{
"header": "账号名称",
"field": "account_name"
},
{
"header": "发布内容标题",
"field": "content_title"
},
{
"header": "发布时间",
"field": "publication_time"
},
{
"header": "观看量",
"field": "views"
},
{
"header": "收藏数",
"field": "favorites"
},
{
"header": "评论数",
"field": "comments"
},
{
"header": "转发数",
"field": "shares"
},
{
"header": "点赞数",
"field": "likes"
},
{
"header": "粉丝数",
"field": "followers"
},
{
"header": "动态更新时间",
"field": "update_time"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/opa_mgnt/views.py",
"html_file_path": "../application/opa_mgnt/templates/opa_mgnt/acc_op_mgmt_list.html",
"urls_path": "../application/opa_mgnt/urls.py"
},
{
"module_name": "网站登记",
"module": "opa_mgnt",
"filter_order": "record_id",
"name": "web_reg_list",
"template": "web_reg_list.html",
"model": "WebsiteRegistration",
"filters": [
{
"type": "text",
"id": "website_name",
"name": "website_name",
"label": "官网名称",
"placeholder": "请输入官网名称"
}
],
"form_action_url": "web_reg_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "运营管理",
"name": "index"
},
{
"title": "网站登记",
"name": "web_reg_list"
}
],
"table_columns": [
{
"header": "官网名称",
"field": "website_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "二级部门",
"field": "secondary_department"
},
{
"header": "账号",
"field": "account"
},
{
"header": "密码",
"field": "password"
},
{
"header": "登录入口",
"field": "login_url"
},
{
"header": "技术支持",
"field": "tech_support"
},
{
"header": "域名",
"field": "domain"
},
{
"header": "到期时间",
"field": "expiration_date"
},
{
"header": "运营者",
"field": "operator"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/opa_mgnt/views.py",
"html_file_path": "../application/opa_mgnt/templates/opa_mgnt/web_reg_list.html",
"urls_path": "../application/opa_mgnt/urls.py"
},
{
"module_name": "网站运维记录",
"module": "opa_mgnt",
"filter_order": "record_id",
"name": "web_maint_rec_list",
"template": "web_maint_rec_list.html",
"model": "WebsiteMaintenanceRecord",
"filters": [
{
"type": "text",
"id": "website_name",
"name": "website_name",
"label": "官网名称",
"placeholder": "请输入官网名称"
}
],
"form_action_url": "web_maint_rec_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "运营管理",
"name": "index"
},
{
"title": "网站运维记录",
"name": "web_maint_rec_list"
}
],
"table_columns": [
{
"header": "官网名称",
"field": "website_name"
},
{
"header": "维护内容",
"field": "maintenance_content"
},
{
"header": "维护详情",
"field": "maintenance_details"
},
{
"header": "维护时间",
"field": "maintenance_time"
},
{
"header": "维护者",
"field": "maintainer"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/opa_mgnt/views.py",
"html_file_path": "../application/opa_mgnt/templates/opa_mgnt/web_maint_rec_list.html",
"urls_path": "../application/opa_mgnt/urls.py"
}
],
"cpc_mgnt": [
{
"module_name": "用印登记表",
"module": "cpc_mgnt",
"filter_order": "record_id",
"name": "seal_reg_list",
"template": "seal_reg_list.html",
"model": "SealUsageRegistry",
"filters": [
{
"type": "text",
"id": "applicant",
"name": "applicant",
"label": "申请人",
"placeholder": "请输入申请人"
}
],
"form_action_url": "seal_reg_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "合规管理",
"name": "index"
},
{
"title": "用印登记表",
"name": "seal_reg_list"
}
],
"table_columns": [
{
"header": "申请人",
"field": "applicant"
},
{
"header": "用印日期",
"field": "seal_date"
},
{
"header": "用印主体",
"field": "seal_entity"
},
{
"header": "用印类型",
"field": "seal_type"
},
{
"header": "文件名称",
"field": "document_name"
},
{
"header": "用印份数",
"field": "number_of_copies"
},
{
"header": "经办人",
"field": "handler"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/cpc_mgnt/views.py",
"html_file_path": "../application/cpc_mgnt/templates/cpc_mgnt/seal_reg_list.html",
"urls_path": "../application/cpc_mgnt/urls.py"
},
{
"module_name": "印章证件借用登记表",
"module": "cpc_mgnt",
"filter_order": "record_id",
"name": "seal_doc_borrow_list",
"template": "seal_doc_borrow_list.html",
"model": "SealAndDocumentBorrowingRegistry",
"filters": [
{
"type": "text",
"id": "entity_name",
"name": "entity_name",
"label": "主体名称",
"placeholder": "请输入主体名称"
}
],
"form_action_url": "seal_doc_borrow_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "合规管理",
"name": "index"
},
{
"title": "印章证件借用登记表",
"name": "seal_doc_borrow_list"
}
],
"table_columns": [
{
"header": "主体名称",
"field": "entity_name"
},
{
"header": "借章/证类型",
"field": "item_type"
},
{
"header": "用途",
"field": "purpose"
},
{
"header": "借用人",
"field": "borrower"
},
{
"header": "借用时间",
"field": "borrowing_time"
},
{
"header": "约定归还日期",
"field": "expected_return_date"
},
{
"header": "借出人",
"field": "lender"
},
{
"header": "归还人",
"field": "returnee"
},
{
"header": "归还日期",
"field": "return_date"
},
{
"header": "确认人",
"field": "verifier"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/cpc_mgnt/views.py",
"html_file_path": "../application/cpc_mgnt/templates/cpc_mgnt/seal_doc_borrow_list.html",
"urls_path": "../application/cpc_mgnt/urls.py"
},
{
"module_name": "合同管理台账",
"module": "cpc_mgnt",
"filter_order": "contract_number",
"name": "contract_mgmt_list",
"template": "contract_mgmt_list.html",
"model": "ContractManagementLedger",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
}
],
"form_action_url": "contract_mgmt_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "合规管理",
"name": "index"
},
{
"title": "合同管理台账",
"name": "contract_mgmt_list"
}
],
"table_columns": [
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "合同编号",
"field": "contract_number"
},
{
"header": "合同名称",
"field": "contract_name"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "项目负责人",
"field": "project_leader"
},
{
"header": "项目进度",
"field": "project_progress"
},
{
"header": "合同状态",
"field": "contract_status"
},
{
"header": "合同类别",
"field": "contract_type"
},
{
"header": "业务类型",
"field": "business_type"
},
{
"header": "合同份数",
"field": "number_of_copies"
},
{
"header": "费用约定",
"field": "cost_agreement"
},
{
"header": "审核日期",
"field": "review_date"
},
{
"header": "签约日期",
"field": "signing_date"
},
{
"header": "生效日期",
"field": "effective_date"
},
{
"header": "约定到期日",
"field": "expiration_date"
},
{
"header": "我方单位",
"field": "our_side"
},
{
"header": "对方单位",
"field": "other_side"
},
{
"header": "提交审核人",
"field": "submitter_for_review"
},
{
"header": "合同原件保管人",
"field": "custodian_of_original"
},
{
"header": "是否需要付款协议",
"field": "payment_agreement_needed"
},
{
"header": "签章否",
"field": "signed"
},
{
"header": "备份地点",
"field": "backup_location"
},
{
"header": "备注",
"field": "notes"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/cpc_mgnt/views.py",
"html_file_path": "../application/cpc_mgnt/templates/cpc_mgnt/contract_mgmt_list.html",
"urls_path": "../application/cpc_mgnt/urls.py"
},
{
"module_name": "公司制度表",
"module": "cpc_mgnt",
"filter_order": "policy_id",
"name": "policies_list",
"template": "policies_list.html",
"model": "CompanyPolicies",
"filters": [
{
"type": "text",
"id": "policy_name",
"name": "policy_name",
"label": "制度名称",
"placeholder": "请输入制度名称"
}
],
"form_action_url": "policies_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "合规管理",
"name": "index"
},
{
"title": "公司制度表",
"name": "policies_list"
}
],
"table_columns": [
{
"header": "制度ID",
"field": "policy_id"
},
{
"header": "发布单位",
"field": "issuing_unit"
},
{
"header": "制度类别",
"field": "policy_category"
},
{
"header": "制度名称",
"field": "policy_name"
},
{
"header": "版本",
"field": "version"
},
{
"header": "发布日期",
"field": "publication_date"
},
{
"header": "生效日期",
"field": "effective_date"
},
{
"header": "状态",
"field": "status"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/cpc_mgnt/views.py",
"html_file_path": "../application/cpc_mgnt/templates/cpc_mgnt/policies_list.html",
"urls_path": "../application/cpc_mgnt/urls.py"
}
],
"mkt_mgnt": [
{
"module_name": "项目资源表",
"module": "mkt_mgnt",
"filter_order": "resource_id",
"name": "proj_res_list",
"template": "proj_res_list.html",
"model": "ProjectResources",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "text",
"id": "unit",
"name": "unit",
"label": "单位",
"placeholder": "单位"
},
{
"type": "text",
"id": "resource_manager",
"name": "resource_manager",
"label": "资源维护人",
"placeholder": "请输入资源维护人"
}
],
"form_action_url": "proj_res_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "营销管理",
"name": "index"
},
{
"title": "项目资源表",
"name": "proj_res_list"
}
],
"table_columns": [
{
"header": "项目资源ID",
"field": "resource_id"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "单位",
"field": "unit"
},
{
"header": "职务",
"field": "position"
},
{
"header": "联系电话",
"field": "contact_phone"
},
{
"header": "联系地址",
"field": "contact_address"
},
{
"header": "资源维护人",
"field": "resource_manager"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/mkt_mgnt/views.py",
"html_file_path": "../application/mkt_mgnt/templates/mkt_mgnt/proj_res_list.html",
"urls_path": "../application/mkt_mgnt/urls.py"
},
{
"module_name": "客户",
"module": "mkt_mgnt",
"filter_order": "customer_id",
"name": "cust_list",
"template": "cust_list.html",
"model": "Customer",
"filters": [
{
"type": "text",
"id": "name",
"name": "name",
"label": "姓名",
"placeholder": "请输入姓名"
},
{
"type": "text",
"id": "unit",
"name": "unit",
"label": "单位",
"placeholder": "请输入单位"
}
],
"form_action_url": "cust_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "营销管理",
"name": "index"
},
{
"title": "客户",
"name": "cust_list"
}
],
"table_columns": [
{
"header": "客户ID",
"field": "customer_id"
},
{
"header": "关系类型",
"field": "relationship_type"
},
{
"header": "详细说明",
"field": "detailed_description"
},
{
"header": "姓名",
"field": "name"
},
{
"header": "单位",
"field": "unit"
},
{
"header": "职务",
"field": "position"
},
{
"header": "常住地",
"field": "residence"
},
{
"header": "是否合作",
"field": "cooperation"
},
{
"header": "主办人",
"field": "main_organizer"
},
{
"header": "辅助人",
"field": "assistant"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/mkt_mgnt/views.py",
"html_file_path": "../application/mkt_mgnt/templates/mkt_mgnt/cust_list.html",
"urls_path": "../application/mkt_mgnt/urls.py"
}
],
"asset_mgnt": [
{
"module_name": "固定资产清单表",
"module": "asset_mgnt",
"filter_order": "asset_id",
"name": "fixed_assets_list",
"template": "fixed_assets_list.html",
"model": "FixedAssetsInventory",
"filters": [
{
"type": "text",
"id": "asset_id",
"name": "asset_id",
"label": "资产编号",
"placeholder": "请输入资产编号"
},
{
"type": "text",
"id": "brand",
"name": "brand",
"label": "品牌",
"placeholder": "请输入品牌"
}
],
"form_action_url": "fixed_assets_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资产管理",
"name": "index"
},
{
"title": "固定资产清单表",
"name": "fixed_assets_list"
}
],
"table_columns": [
{
"header": "资产编号",
"field": "asset_id"
},
{
"header": "资产类别",
"field": "asset_category"
},
{
"header": "品牌",
"field": "brand"
},
{
"header": "规格型号",
"field": "model"
},
{
"header": "单位",
"field": "unit"
},
{
"header": "数量",
"field": "quantity"
},
{
"header": "归属主体",
"field": "affiliated_entity"
},
{
"header": "存放地点",
"field": "location"
},
{
"header": "所属部门",
"field": "department"
},
{
"header": "使用人",
"field": "user"
},
{
"header": "购入日期",
"field": "purchase_date"
},
{
"header": "入账日期",
"field": "recorded_date"
},
{
"header": "资产原值",
"field": "original_value"
},
{
"header": "残值",
"field": "residual_value"
},
{
"header": "折旧方法",
"field": "depreciation_method"
},
{
"header": "折旧年限",
"field": "depreciation_years"
},
{
"header": "折旧月数",
"field": "depreciation_months"
},
{
"header": "账面价值",
"field": "book_value"
},
{
"header": "状态",
"field": "status"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/asset_mgnt/views.py",
"html_file_path": "../application/asset_mgnt/templates/asset_mgnt/fixed_assets_list.html",
"urls_path": "../application/asset_mgnt/urls.py"
},
{
"module_name": "无形资产清单表",
"module": "asset_mgnt",
"filter_order": "asset_id",
"name": "intangible_assets_list",
"template": "intangible_assets_list.html",
"model": "IntangibleAssetsInventory",
"filters": [
{
"type": "text",
"id": "asset_id",
"name": "asset_id",
"label": "资产编号",
"placeholder": "请输入资产编号"
},
{
"type": "text",
"id": "brand",
"name": "brand",
"label": "品牌",
"placeholder": "请输入品牌"
}
],
"form_action_url": "intangible_assets_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "资产管理",
"name": "index"
},
{
"title": "无形资产清单表",
"name": "intangible_assets_list"
}
],
"table_columns": [
{
"header": "资产编号",
"field": "asset_id"
},
{
"header": "资产类别",
"field": "asset_category"
},
{
"header": "品牌",
"field": "brand"
},
{
"header": "规格型号",
"field": "model"
},
{
"header": "单位",
"field": "unit"
},
{
"header": "数量",
"field": "quantity"
},
{
"header": "归属主体",
"field": "affiliated_entity"
},
{
"header": "所属部门",
"field": "department"
},
{
"header": "使用人",
"field": "user"
},
{
"header": "购入日期",
"field": "purchase_date"
},
{
"header": "入账日期",
"field": "recorded_date"
},
{
"header": "资产原值",
"field": "original_value"
},
{
"header": "残值",
"field": "residual_value"
},
{
"header": "摊销方法",
"field": "amortization_method"
},
{
"header": "摊销年限",
"field": "amortization_years"
},
{
"header": "摊销月数",
"field": "amortization_months"
},
{
"header": "账面价值",
"field": "book_value"
},
{
"header": "状态",
"field": "status"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/asset_mgnt/views.py",
"html_file_path": "../application/asset_mgnt/templates/asset_mgnt/intangible_assets_list.html",
"urls_path": "../application/asset_mgnt/urls.py"
}
],
"pjt_mgnt": [
{
"module_name": "项目台账",
"module": "pjt_mgnt",
"filter_order": "project_id",
"name": "proj_ledger_list",
"template": "proj_ledger_list.html",
"model": "ProjectLedger",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
},
{
"type": "text",
"id": "customer_name",
"name": "customer_name",
"label": "客户名称",
"placeholder": "请输入客户名称"
}
],
"form_action_url": "proj_ledger_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "项目管理",
"name": "index"
},
{
"title": "项目台账",
"name": "proj_ledger_list"
}
],
"table_columns": [
{
"header": "项目编号",
"field": "project_id"
},
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "开始日期",
"field": "start_date"
},
{
"header": "结束日期",
"field": "end_date"
},
{
"header": "一级部门",
"field": "primary_department"
},
{
"header": "客户名称",
"field": "customer_name"
},
{
"header": "省",
"field": "province"
},
{
"header": "市",
"field": "city"
},
{
"header": "区县",
"field": "district"
},
{
"header": "负责人",
"field": "project_leader"
},
{
"header": "项目组员",
"field": "project_members"
},
{
"header": "项目状态",
"field": "project_status"
},
{
"header": "资源类型",
"field": "resource_type"
},
{
"header": "项目性质",
"field": "project_nature"
},
{
"header": "项目进度",
"field": "project_progress"
},
{
"header": "签约时间",
"field": "contract_date"
},
{
"header": "标的金额",
"field": "contract_amount"
},
{
"header": "合同费率",
"field": "contract_rate"
},
{
"header": "收入",
"field": "revenue"
},
{
"header": "成本费率",
"field": "cost_rate"
},
{
"header": "成本",
"field": "cost"
},
{
"header": "净收入",
"field": "net_income"
},
{
"header": "价税合计金额",
"field": "total_amount_including_tax"
},
{
"header": "回款金额",
"field": "repayment_amount"
},
{
"header": "应收净收入",
"field": "receivable_net_income"
},
{
"header": "实收净收入",
"field": "actual_net_income"
},
{
"header": "待收净收入",
"field": "outstanding_net_income"
},
{
"header": "备注",
"field": "notes"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/pjt_mgnt/views.py",
"html_file_path": "../application/pjt_mgnt/templates/pjt_mgnt/proj_ledger_list.html",
"urls_path": "../application/pjt_mgnt/urls.py"
},
{
"module_name": "项目组员收入结算表",
"module": "pjt_mgnt",
"filter_order": "record_id",
"name": "emp_proj_income_list",
"template": "emp_proj_income_list.html",
"model": "EmployeeProjectIncomeSettlement",
"filters": [
{
"type": "text",
"id": "project_name",
"name": "project_name",
"label": "项目名称",
"placeholder": "请输入项目名称"
},
{
"type": "text",
"id": "year_month",
"name": "year_month",
"label": "年月",
"placeholder": "请输入年月"
}
],
"form_action_url": "emp_proj_income_list",
"breadcrumb_list": [
{
"title": "首页",
"name": "index"
},
{
"title": "项目管理",
"name": "index"
},
{
"title": "项目组员收入结算表",
"name": "emp_proj_income_list"
}
],
"table_columns": [
{
"header": "记录ID",
"field": "record_id"
},
{
"header": "项目名称",
"field": "project_name"
},
{
"header": "年月",
"field": "year_month"
},
{
"header": "操作",
"field": "actions"
}
],
"show_modify_button": true,
"show_add_button": true,
"show_download_button": true,
"show_upload_button": true,
"insert_file_path": "../application/pjt_mgnt/views.py",
"html_file_path": "../application/pjt_mgnt/templates/pjt_mgnt/emp_proj_income_list.html",
"urls_path": "../application/pjt_mgnt/urls.py"
}
]
}