-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 核价单 | ||
|
||
- 在报价单浏览中,点击行的`核价单`连接进入 | ||
- 根据需要填写信息 | ||
- 填写完成后,`提交审核`,具有批准权限的人员进行`批准`后,发送报价单给客户,等待客户确认 | ||
- 批准后的核价单不允许修改,若需修改,可以`复位状态` | ||
- `复制当前核价单`,将当前核价单复制后进行修改, 可以保存历史记录 | ||
- `从以前核价单复制`: 复制以前的核价单信息 | ||
|
||
|
||
|
||
![Costing](costing.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 流程 | ||
|
||
![Flow](flow.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## 报价单 | ||
|
||
- 新建报价单: 报价和样品-->报价单-->新建 | ||
- 根据需要录入信息 | ||
- 下图中红框内为必填项 | ||
- 核价颜色: 如果要为同一款产品不同的颜色进行核价, 可以建多个行, 填写不同的颜色 | ||
- 图片: 根据需要上传 | ||
- 保存后, 点击行中的`核价单`连接, 进行[核价](Costing.md). | ||
- 新建报价单时, 不需要考虑数量和单价 | ||
- 单价: 核价完成, 客户确认价格后,录入客户确认的单价. | ||
- 数量: 备料表中填写真实的客户订单, 包括颜色,尺码,数量等. | ||
- 核价完成后, 在报价和样品-->报价单-->浏览,选择报价单, 点击`发送`按钮,表示该报价已经发给客户 | ||
- 确认: 客户确认后,点击`确认`按钮,录入确认日期和确认单价. | ||
- 备料表: 客户确认后进行 | ||
- 销售订单: | ||
- 备料表完成后, 点击`销售订单`按钮,可以创建或查询[销售订单](../Sales/Index.md),并自动生成`采购申请`和外协`待定订单` | ||
- `待定订单`确认并选择外协工厂后, 该款号对应的销售订单和采购订单会从`待定`状态变为`新建`,仓库变为外协的仓库 | ||
- 如果`设置->参数`中没有选中`面辅料送往外协仓库`,则从采购申请生成的采购订单的状态为新建,仓库为自己公司的仓库,之后需要`调拨单`将物料发给外协工厂 | ||
- 合同预算表: | ||
- | ||
![Quote](quote.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 备料表 | ||
|
||
- 报价单确认后进行 | ||
- 在报价和样品-->报价单-->浏览, 选择一行,点击上面的`备料表`按钮 | ||
- 录入下图红框中的信息之后,自动生成第一个表格中的信息,根据实际情况填入数量. | ||
- 如需增加交货日期, 录入第一个交货日期的数量之后, 更改①处的交货期,然后点击`+交货日期`按钮,系统自动生成一个交货日期,然后在第一个表格中录入数量 | ||
- 备料表保存后, 如果`核价成本`<`总成本`,界面颜色显示为黄色,表示备料表的成本超出了预算 | ||
|
||
### 面辅料 | ||
- 尺码: 表示该物料的尺码,如果该尺码针对特定的成品尺码, 在`配码`中填写 | ||
- 单一色: 表示不管成品什么颜色,该物料都用同一种颜色, 此时数量为`总数`列中的数. | ||
- 同色: 表示该物料的颜色同成品的颜色, 选中后,自动设置颜色和需要的数量 | ||
- 按尺码: 表示该物料和成品的尺码一样 | ||
- 复制行 | ||
|
||
![Bom](bom.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters