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>

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

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