diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f60623fb7..ffe0ef237 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -8951,6 +8951,27 @@ + + pin + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + termination_date false diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 38a1d9d23..052f79b17 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -73,6 +73,9 @@ } .ant-input-number-input, -.ant-input-number { +.ant-input-number, +.ant-picker-input, +.ant-picker, +.ant-select { width: 100%; } diff --git a/client/src/components/shop-employees/shop-employees-form.component.jsx b/client/src/components/shop-employees/shop-employees-form.component.jsx index 4e7d3c673..47bcf538d 100644 --- a/client/src/components/shop-employees/shop-employees-form.component.jsx +++ b/client/src/components/shop-employees/shop-employees-form.component.jsx @@ -6,7 +6,7 @@ import { connect } from "react-redux"; import { createStructuredSelector } from "reselect"; import { selectBodyshop } from "../../redux/user/user.selectors"; import FormDatePicker from "../form-date-picker/form-date-picker.component"; - +import CurrencyInput from "../form-items-formatted/currency-form-item.component"; const mapStateToProps = createStructuredSelector({ bodyshop: selectBodyshop, }); @@ -157,7 +157,7 @@ export function ShopEmployeesFormComponent({ }, ]} > - + diff --git a/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx b/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx index 96e228405..39187c51d 100644 --- a/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx +++ b/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx @@ -6,6 +6,7 @@ import FormDatePicker from "../form-date-picker/form-date-picker.component"; import InputNumberCalculator from "../form-input-number-calculator/form-input-number-calculator.component"; import JobSearchSelect from "../job-search-select/job-search-select.component"; import LaborAllocationsTable from "../labor-allocations-table/labor-allocations-table.component"; +import LayoutFormRow from "../layout-form-row/layout-form-row.component"; export default function TimeTicketModalComponent({ form, @@ -19,7 +20,7 @@ export default function TimeTicketModalComponent({ return (
-
+ -
+ -
+ - {responsibilityCenters.costs.map((item) => ( {item.name} ))} @@ -120,7 +121,7 @@ export default function TimeTicketModalComponent({ > -
+