Replace job costing ro estimator template.

This commit is contained in:
Patrick Fic
2021-05-12 09:40:49 -07:00
parent 6d5e7df234
commit 8dafdba4f8
7 changed files with 6571 additions and 6521 deletions

View 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",
},
];
```

View 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",
},
},
],
};

View File

@@ -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>

View File

@@ -1848,7 +1848,7 @@
"hours_sold_summary_closed_source": "Hours Sold Summary - Closed by Source",
"hours_sold_summary_open": "Hours Sold Summary - Open",
"hours_sold_summary_open_source": "Hours Sold Summary - Open by Source",
"job_costing_estimator": "Job Costing by Estimator",
"job_costing_ro_estimator": "Job Costing by Estimator",
"job_costing_ro_date_detail": "Job Costing by RO - Detail",
"job_costing_ro_date_summary": "Job Costing by RO - Summary",
"job_costing_ro_source": "Job Costing by RO Source",

View File

@@ -1848,7 +1848,7 @@
"hours_sold_summary_closed_source": "",
"hours_sold_summary_open": "",
"hours_sold_summary_open_source": "",
"job_costing_estimator": "",
"job_costing_ro_estimator": "",
"job_costing_ro_date_detail": "",
"job_costing_ro_date_summary": "",
"job_costing_ro_source": "",

View File

@@ -1848,7 +1848,7 @@
"hours_sold_summary_closed_source": "",
"hours_sold_summary_open": "",
"hours_sold_summary_open_source": "",
"job_costing_estimator": "",
"job_costing_ro_estimator": "",
"job_costing_ro_date_detail": "",
"job_costing_ro_date_summary": "",
"job_costing_ro_source": "",

View File

@@ -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: {