Created
January 12, 2016 09:58
-
-
Save zzc880808/4383ddcae989f41e6b7a to your computer and use it in GitHub Desktop.
网易报价
This file contains hidden or 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
#前端开发报价规范 | |
##总报价的计算 | |
项目报价按项目工期计算 | |
``` | |
总报价 = 单位报价(元/天) x 工期(天) | |
``` | |
##工期的计算 | |
项目工期以“**天**“来计算,最小单位为**0.5天**,由甲乙双方根据具体项目情况共同协商确定。 | |
``` | |
工期 = 开发时间 + 调试修改时间 + 内容填充时间(可选) + 上线后维护时间(可选) + 后续修改开发时间(可选) | |
``` | |
##单位报价的计算 | |
``` | |
单位报价 = 基本单位报价 + 特殊需求1加价 + 特殊需求2加价 + ... | |
``` | |
####基本单位报价 | |
**800元/天**。如无下列的特殊需求,基本单位报价即为单位报价。 | |
####特殊需求加价 | |
如项目中包含下列特殊需求,则需要在基本单位报价的基础上加上特殊需求加价。如项目包含多个特殊需求,则价格累加。 | |
特殊需求加价不固定,只是指定了一个价格范围,实际加价在该范围内由甲乙双方根据具体的项目情况协商确定。 | |
特殊需求包括如下几类: | |
**丰富细腻的css动画效果** | |
> 加价100-200元/天。 | |
**接口嵌套或包含复杂的js逻辑** | |
> 加价100-300元/天。 | |
**微信接口相关的开发** | |
> 如微信授权或jssdk相关功能的开发等等,加价200-400/天 | |
##特殊情况 | |
####加急 | |
如因营销需要,项目的开发时间明显小于预估工期,则属于加急需求。 | |
``` | |
加急需求总报价 = 正常项目总报价 x 1.5 | |
``` | |
####内容填充 | |
原则上,我们不负责页面内容的填充工作。如遇到特殊的情况,如页面结构较为复杂时,可以由我们完成填充,填充的工作量计算在项目的总工期中。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment