⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.xml

📁 标准C++编写的小小CRM软件,无任何平台依赖.采用标准XML作为数据库.只需重新纺译,可在任何平台上运行.目前测试过在GCC和VC下都可以编译通过
💻 XML
字号:
<?xml version="1.0" encoding="gb2312"?>
<help_document>
<help>
help [command]: Display help document about the command. 
    If [command] is ignored, then It will display this message.
	
[customer]: Create,delete or change customers' message.
[project]: Display projects that you had been set up.
[backup]: Backup customers' message.
[restore]: Restore Database from backup file.
[quit]: Quit this CRM system.
// Follow commands don't implement.
[import]: Import customers' message from local file or external device.
[export]: Export costomers' message.
[groupSend]: Group send Email or Note to some customers.
[load]: Add Customers' message from local file or URL.
[report]: Dispaly result as report or printting the report.
[find]: find costomers.
[analysis]: Analysis customers' message.
</help>
<backup>
backup [path]

backup customers' date.
</backup>
<quit>
Quit this CRM system.
</quit>
<find>
find customer's message.

find -[mode] [condition-list]

that mode can be four type: normal[n], fuzzy[f], high-level[h], id[id]
[normal]:    find customer with his/her name complete match.
[fuzzy]:     find customer with part of his/her name match.
[id]:        find customer with his/her id.
[high-level]:find customer with condition-list. such age, telephone or else
  one condition is [ -attibute value ], you can find with severl conditions.
</find>
<project>
manage project

project [projectname] 	or
project [projectname] -[type] [id]] or
project -[type] [projectname] or
project -[change] [projectName] [newProjectName]

(1). if no follow argument system will dispaly all projects message,
  else dispaly the customers' message of the project
(2). manage the project. [type] can be remove[r], join[j]. means remove,
  join message of customer in project. [id] is the customer's id.
(3). third command's type can add[a], delete[d] project.
(4). forth command can change[c] a project's name.
</project>
<customer>
add, delete or change a customer's message.

customer -[type] [id]

type can be add[a], highadd[h], delete[d] or change[c] a customer's 
message, id of course is the customer's id. [add] and [highadd]command
 needless id. highadd you can define attribute yourself.
</help_document>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -