Minor proman changes.
This commit is contained in:
@@ -37126,6 +37126,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>parts</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>partssublet</name>
|
<name>partssublet</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -332,7 +332,7 @@ export function JobsDetailPage({
|
|||||||
{
|
{
|
||||||
key: "partssublet",
|
key: "partssublet",
|
||||||
icon: <ToolFilled/>,
|
icon: <ToolFilled/>,
|
||||||
label: t("menus.jobsdetail.partssublet"),
|
label: HasFeatureAccess({featureName: "bills", bodyshop}) ? t("menus.jobsdetail.partssublet") : t("menus.jobsdetail.parts"),
|
||||||
children: <JobsDetailPliContainer job={job}/>,
|
children: <JobsDetailPliContainer job={job}/>,
|
||||||
},
|
},
|
||||||
...InstanceRenderManager({ imex: true, rome: true, promanager: HasFeatureAccess({ featureName: 'timetickets', bodyshop }) }) ? [ {
|
...InstanceRenderManager({ imex: true, rome: true, promanager: HasFeatureAccess({ featureName: 'timetickets', bodyshop }) }) ? [ {
|
||||||
|
|||||||
@@ -521,13 +521,12 @@ export function Manage({conflict, bodyshop,enableJoyRide,joyRideSteps,setJoyRide
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div style={{ display: 'flex' }}>
|
<div style={{ display: 'flex' }}>
|
||||||
{`Joy Ride Status: ${enableJoyRide}`}
|
|
||||||
<div>
|
<div>
|
||||||
{`${InstanceRenderManager({
|
{`${InstanceRenderManager({
|
||||||
imex: t('titles.imexonline'),
|
imex: t('titles.imexonline'),
|
||||||
rome: t('titles.romeonline'),
|
rome: t('titles.romeonline'),
|
||||||
promanager: t('titles.promanager'),
|
promanager: t('titles.promanager'),
|
||||||
})} ${import.meta.env.VITE_APP_GIT_SHA || 'Local Build'} - ${
|
})} - ${
|
||||||
import.meta.env.VITE_APP_GIT_SHA_DATE
|
import.meta.env.VITE_APP_GIT_SHA_DATE
|
||||||
}`}
|
}`}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2174,6 +2174,7 @@
|
|||||||
"insurance": "Insurance Information",
|
"insurance": "Insurance Information",
|
||||||
"labor": "Labor",
|
"labor": "Labor",
|
||||||
"lifecycle": "Lifecycle",
|
"lifecycle": "Lifecycle",
|
||||||
|
"parts": "Parts",
|
||||||
"partssublet": "Parts & Bills",
|
"partssublet": "Parts & Bills",
|
||||||
"rates": "Rates",
|
"rates": "Rates",
|
||||||
"repairdata": "Repair Data",
|
"repairdata": "Repair Data",
|
||||||
|
|||||||
@@ -2174,6 +2174,7 @@
|
|||||||
"insurance": "",
|
"insurance": "",
|
||||||
"labor": "Labor",
|
"labor": "Labor",
|
||||||
"lifecycle": "",
|
"lifecycle": "",
|
||||||
|
"parts": "",
|
||||||
"partssublet": "Piezas / Subarrendamiento",
|
"partssublet": "Piezas / Subarrendamiento",
|
||||||
"rates": "",
|
"rates": "",
|
||||||
"repairdata": "Datos de reparación",
|
"repairdata": "Datos de reparación",
|
||||||
|
|||||||
@@ -2174,6 +2174,7 @@
|
|||||||
"insurance": "",
|
"insurance": "",
|
||||||
"labor": "La main d'oeuvre",
|
"labor": "La main d'oeuvre",
|
||||||
"lifecycle": "",
|
"lifecycle": "",
|
||||||
|
"parts": "",
|
||||||
"partssublet": "Pièces / Sous-location",
|
"partssublet": "Pièces / Sous-location",
|
||||||
"rates": "",
|
"rates": "",
|
||||||
"repairdata": "Données de réparation",
|
"repairdata": "Données de réparation",
|
||||||
|
|||||||
@@ -105,6 +105,9 @@ export default defineConfig({
|
|||||||
react(),
|
react(),
|
||||||
// CompressionPlugin(), //Cloudfront already compresses assets, so not needed.
|
// CompressionPlugin(), //Cloudfront already compresses assets, so not needed.
|
||||||
],
|
],
|
||||||
|
define:{
|
||||||
|
"APP_VERSION": JSON.stringify(process.env.npm_package_version)
|
||||||
|
},
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
|||||||
Reference in New Issue
Block a user