Replace job costing ro estimator template.
This commit is contained in:
30
_reference/test api setup.md
Normal file
30
_reference/test api setup.md
Normal file
@@ -0,0 +1,30 @@
|
||||
Clone Repository for:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "node-webhook-scripts",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"express": "^4.16.4"
|
||||
},
|
||||
"license": "SEE LICENCE IN LICENCE.md",
|
||||
"author": {
|
||||
"name": "Alexandre Pénombre",
|
||||
"email": "alexandre.penombre@gmail.com"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
hooks.js:
|
||||
|
||||
```javascript
|
||||
module.exports = [
|
||||
{
|
||||
path: "/pull",
|
||||
command: "git pull && npm i",
|
||||
cwd: "/home/ubuntu/io/",
|
||||
method: "post",
|
||||
},
|
||||
];
|
||||
```
|
||||
20
_reference/test-ecoystem.config.js
Normal file
20
_reference/test-ecoystem.config.js
Normal file
@@ -0,0 +1,20 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "IO Test API",
|
||||
cwd: "./io",
|
||||
script: "./server.js",
|
||||
env: {
|
||||
NODE_ENV: "test",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: "Bitbucket Webhook",
|
||||
script: "./webhook/index.js",
|
||||
env: {
|
||||
NODE_ENV: "production",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -30799,7 +30799,7 @@
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>job_costing_estimator</name>
|
||||
<name>job_costing_ro_estimator</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
<description></description>
|
||||
<comment></comment>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -745,11 +745,11 @@ export const TemplateList = (type, context) => {
|
||||
field: i18n.t("jobs.fields.date_invoiced"),
|
||||
},
|
||||
},
|
||||
job_costing_estimator: {
|
||||
title: i18n.t("reportcenter.templates.job_costing_estimator"),
|
||||
job_costing_ro_estimator: {
|
||||
title: i18n.t("reportcenter.templates.job_costing_ro_estimator"),
|
||||
description: "",
|
||||
subject: i18n.t("reportcenter.templates.job_costing_estimator"),
|
||||
key: "job_costing_estimator",
|
||||
subject: i18n.t("reportcenter.templates.job_costing_ro_estimator"),
|
||||
key: "job_costing_ro_estimator",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
rangeFilter: {
|
||||
|
||||
Reference in New Issue
Block a user