diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..974a525680cad226814709366b14fdc6098162a3 --- /dev/null +++ b/README.en.md @@ -0,0 +1,32 @@ +# Work Order Printing Tool + +This is a desktop application designed for managing work order print templates and executing print tasks. It allows users to quickly generate and print work orders using predefined templates. + +## Features + +- Supports multi-template management (add/edit/delete) +- Automatic serial number reset function +- Batch production date printing +- Customizable template content and model filtering +- Supports setting default templates + +## Main Modules + +- **Main Interface**: Provides work order input forms and print operations +- **Template Management**: Supports full lifecycle management of templates +- **Template Engine**: Implements dynamic binding between template content and work order data + +## Instructions for Use + +1. Select a print template +2. Fill in work order information (model, batch, quantity, etc.) +3. Click the "Print" button to execute the print task +4. Use the "Manage Templates" button to maintain the template library + +## Developer Information + +Developed using C#, based on the .NET Framework, with a modern interface implemented using the AntdUI component library. + +## License + +This project uses the MIT License. Please refer to the specific license agreement declaration in the project files. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a66f241ed7a86f91989069b08e5f276a28f84bd1 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# 工单打印工具 + +这是一个用于管理工单打印模板并执行打印任务的桌面应用程序。它允许用户通过预定义模板快速生成和打印工单。 + +## 功能特性 + +- 支持多模板管理(添加/编辑/删除) +- 自动序列号重置功能 +- 批量生产日期打印 +- 自定义模板内容和型号过滤 +- 支持设置默认模板 + +## 主要模块 + +- **主界面**:提供工单输入表单和打印操作 +- **模板管理**:支持模板的全生命周期管理 +- **模板引擎**:实现模板内容与工单数据的动态绑定 + +## 使用说明 + +1. 选择打印模板 +2. 填写工单信息(型号、批次、数量等) +3. 点击"打印"按钮执行打印任务 +4. 通过"管理模板"按钮可维护模板库 + +## 开发者信息 + +使用C#语言开发,基于.NET Framework,采用AntdUI组件库实现现代化界面。 + +## 许可证 + +本项目采用MIT License,请参阅项目文件中的具体许可协议声明。 \ No newline at end of file