# HZHSF **Repository Path**: lan9635/hzhsf ## Basic Information - **Project Name**: HZHSF - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-28 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Hazardous Substances Free Hazardous Substances Free ### Installation You can install this app using the [bench](https://github.com/frappe/bench) CLI: ```bash cd $PATH_TO_YOUR_BENCH bench get-app $URL_OF_THIS_REPO --branch develop bench install-app srm_hsf ``` ### Contributing This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository: ```bash cd apps/srm_hsf pre-commit install ``` Pre-commit is configured to use the following tools for checking and formatting your code: - ruff - eslint - prettier - pyupgrade ### License mit ### Note2025-10-12 # 原材料组,豁免条款,CAS No库fixtures导出 # 发布环保任务提交后生成环保任务认证: 取消python脚本,App中定义on_submit # 环保任务认证: 创建前自动找供应商联系人email, 定期找未发邮件并且email不为空的发送提醒邮件 # 供应商考评 # HSF单据类型默认添加HSF Engineer角色权限 ### Note2025-10-13 # 环保任务认证: 每个页签增加状态字段及状态转换按钮,JS代码实现 # 发布环保任务: 即时调用bom正查api, 从货源清单获取供应商, 货源清单同步正常 ### Note2025-10-14 # 发布环保任务: 获取供应商优化,提示本次更新行数量 # 环保任务认证: 优化页签中的子表在"已审核"时只读 ### Note2025-10-18 # 环保任务认证: 修订bug # 供应商考评: 修订空值报错bug