{"id":19028817,"url":"https://github.com/zsgsdesign/sast_material_handling_system","last_synced_at":"2026-01-28T07:34:20.295Z","repository":{"id":98451606,"uuid":"161656742","full_name":"ZsgsDesign/SAST_Material_Handling_System","owner":"ZsgsDesign","description":"Material Handling System for SAST","archived":false,"fork":false,"pushed_at":"2019-02-28T15:44:38.000Z","size":418,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T03:34:42.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZsgsDesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-13T15:16:53.000Z","updated_at":"2020-03-18T02:51:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"55e9933a-8d9e-4e6a-9187-7c27fc35ee9f","html_url":"https://github.com/ZsgsDesign/SAST_Material_Handling_System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FSAST_Material_Handling_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FSAST_Material_Handling_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FSAST_Material_Handling_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FSAST_Material_Handling_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZsgsDesign","download_url":"https://codeload.github.com/ZsgsDesign/SAST_Material_Handling_System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713743,"owners_count":21149762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:12:23.656Z","updated_at":"2026-01-28T07:34:20.207Z","avatar_url":"https://github.com/ZsgsDesign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAST_Material_Handling_System\nMaterial Handling System for SAST\n\n## Install Automatically\n\njust access `install/index.php`.\n\n## Install Manully\nCreate a new php file named CONFIG.php in /protected/model/ and insert:\n```\n\u003c?php\n\nclass CONFIG {\n\t\n\t/**\n\t * CONFIG\n\t *\n\t * @author John Zhang\n\t * @param string $KEY\n\t */\n\n\tpublic static function GET($KEY)\n\t{\n\t\t$config=array(\n\t\t\t\"MHS_DEBUG_MYSQL_HOST\"=\u003e\"\",\n\t\t\t\"MHS_DEBUG_MYSQL_PORT\"=\u003e\"\",\n\t\t\t\"MHS_DEBUG_MYSQL_USER\"=\u003e\"\",\n\t\t\t\"MHS_DEBUG_MYSQL_DATABASE\"=\u003e\"\",\n\t\t\t\"MHS_DEBUG_MYSQL_PASSWORD\"=\u003e\"\",\n\n\t\t\t\"MHS_MYSQL_HOST\"=\u003e\"\",\n\t\t\t\"MHS_MYSQL_PORT\"=\u003e\"\",\n\t\t\t\"MHS_MYSQL_USER\"=\u003e\"\",\n\t\t\t\"MHS_MYSQL_DATABASE\"=\u003e\"\",\n\t\t\t\"MHS_MYSQL_PASSWORD\"=\u003e\"\",\n\n\t\t\t\"MHS_CDN\"=\u003e\"https://cdn.mundb.xyz\",\n\t\t\t\"MHS_DOMAIN\"=\u003e\"\",\n\t\t\t\"MHS_SALT\"=\u003e\"\"，\n\n\t\t\t\"MHS_PIC_SERVICE_ROOT\" =\u003e  realpath(dirname(__FILE__).'/../../').'/pics/' //图片存放目录\n\t\t);\n\t\treturn $config[$KEY];\n\t}\n\t\n\n}\n\n```\n\nThe type in the configuration of your mysql server to this file. Next you need to import the `sastmhs.lite.sql` to your database.\n\n**NOTICE :** Normally, you only need to set fields with DEBUG.\n\n## NOTICE\n\nFor better reference, all materials below would be written in Chinese.\n\n# SAST物品借还系统\n\n这是SAST物品借还系统的独立源代码，为ATSAST源代码的一部分，本系统代码将会被整合于ATSAST，但将作为单独部分开源并可独立使用。\n\n## 基本功能\n\n预期实现的基本功能包括但不限于：\n\n1. 首页\n    1. 展示所有可借物品；\n    1. 提供物品搜索功能；\n    1. 提供基于最新发布、最多借用、最受好评、信用优先的排序功能；\n    1. 提供筛选功能\n1. 一键发布\n    1. 照片的上传与裁剪；\n    1. 物品名称、限时时长、剩余件数等的填写与上传；\n1. 借还记录\n    1. 展示所有历史订单的状态；\n1. 个人中心\n    1. 展示信用分等信息；\n    1. 可供其他人查看；\n\n## 额外要求\n\n+ 开发过程中，开发团队应该完成开发日志；\n+ 编写项目文档（介绍各个功能）与接口文档（如果有）\n\n## 推荐\n\n后端框架：`FlashPHP`\n\n前端库：`Bootstrap Material Design`\n\n数据库：`MySQL`\n\n基本语言：`PHP`、`JS`、`CSS`\n\n## 其他注意事项\n\n因项目为ATSAST源码一部分，项目协议转为AGPL。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsgsdesign%2Fsast_material_handling_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsgsdesign%2Fsast_material_handling_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsgsdesign%2Fsast_material_handling_system/lists"}