Update ES message.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"productName": "ImEX RPS",
|
||||
"author": "ImEX Systems Inc. <support@thinkimex.com>",
|
||||
"description": "ImEX RPS",
|
||||
"version": "1.6.0-alpha.5",
|
||||
"version": "1.6.0-alpha.6",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
|
||||
@@ -86,18 +86,42 @@ export function JobsDetailOrganism({ bodyshop, selectedJobId, setSelectedJobTarg
|
||||
<Card title="Estimate Lines">
|
||||
<JobsLinesTableMolecule loading={loading} job={data ? data.jobs_by_pk : {}} />
|
||||
</Card>
|
||||
{bodyshop.es_api_key ? (
|
||||
<Badge.Ribbon text="BETA" color="red">
|
||||
<Card id="es-results-card" title="Estimate Scrubber Results" extra={[]}>
|
||||
<EstimateScrubberResultsMolecule loading={loading} job={data ? data.jobs_by_pk : {}} />
|
||||
{bodyshop.ins_rule_set === "MPI" ? (
|
||||
bodyshop.es_api_key ? (
|
||||
<Badge.Ribbon text="BETA" color="red">
|
||||
<Card id="es-results-card" title="Estimate Scrubber Results" extra={[]}>
|
||||
<EstimateScrubberResultsMolecule loading={loading} job={data ? data.jobs_by_pk : {}} />
|
||||
</Card>
|
||||
</Badge.Ribbon>
|
||||
) : (
|
||||
<Card title="Estimate Scrubber">
|
||||
<Result
|
||||
status="info"
|
||||
title="Are you missing out on profit?"
|
||||
subTitle="Estimate Scrubber identifies additional billing opportunities and potential issues with your estimates to help maximize your revenue. Get started with a free 30 day trial today."
|
||||
extra={
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={() => {
|
||||
const { ipcRenderer } = window;
|
||||
ipcRenderer.send(
|
||||
ipcTypes.app.toMain.openExternalWindow,
|
||||
"https://atamb.ca/estimate-scrubber-trial?utm_source=imex_rps&utm_medium=app&utm_campaign=es_trial_banner"
|
||||
);
|
||||
}}
|
||||
>
|
||||
Get Started
|
||||
</Button>
|
||||
}
|
||||
></Result>
|
||||
</Card>
|
||||
</Badge.Ribbon>
|
||||
)
|
||||
) : (
|
||||
<Card title="Estimate Scrubber">
|
||||
<Card title="Estimate Scrubber coming soon to Saskatchewan">
|
||||
<Result
|
||||
status="info"
|
||||
title="Are you missing out on profit?"
|
||||
subTitle="Estimate Scrubber identifies additional billing opportunities and potential issues with your estimates to help maximize your revenue. Get started with a free 30 day trial today."
|
||||
subTitle="Estimate Scrubber identifies additional billing opportunities and potential issues with your estimates to help maximize your revenue. Join the waitlist now."
|
||||
extra={
|
||||
<Button
|
||||
type="primary"
|
||||
|
||||
Reference in New Issue
Block a user