@gusto/embedded-react-sdk 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/assets/icons/icon-error-outline.svg.js +10 -0
- package/dist/assets/icons/icon-error-outline.svg.js.map +1 -0
- package/dist/assets/icons/icon-info-outline.svg.js +10 -0
- package/dist/assets/icons/icon-info-outline.svg.js.map +1 -0
- package/dist/assets/icons/icon-zap-fast.svg.js +10 -0
- package/dist/assets/icons/icon-zap-fast.svg.js.map +1 -0
- package/dist/components/Common/Fieldset/Fieldset.module.scss.js +1 -1
- package/dist/components/Common/PaginationControl/PaginationControl.js +6 -6
- package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js +19 -13
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
- package/dist/components/Common/UI/Badge/index.d.ts +2 -0
- package/dist/components/Common/UI/Banner/Banner.d.ts +3 -0
- package/dist/components/Common/UI/Banner/Banner.js +31 -0
- package/dist/components/Common/UI/Banner/Banner.js.map +1 -0
- package/dist/components/Common/UI/Banner/Banner.module.scss.js +14 -0
- package/dist/components/Common/UI/Banner/Banner.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Banner/BannerTypes.d.ts +21 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js +7 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -0
- package/dist/components/Common/UI/Banner/index.d.ts +4 -0
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Common/UI/List/List.module.scss.js +2 -2
- package/dist/components/Common/UI/ProgressBar/ProgressBar.js +4 -4
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js +13 -13
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +29 -29
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.js +5 -5
- package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +32 -32
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +11 -11
- package/dist/components/Contractor/Submit/Submit.js +6 -6
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js +8 -8
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +16 -16
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +3 -3
- package/dist/components/Employee/EmployeeList/List.js +23 -23
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Head.js +1 -1
- package/dist/components/Employee/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +17 -16
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +6 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +57 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +8 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +79 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +7 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js +25 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +10 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +30 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +10 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +30 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +13 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +63 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +3 -0
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +60 -59
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +30 -29
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +75 -75
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +41 -36
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +25 -25
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +109 -89
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +6 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +179 -147
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.d.ts +8 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +49 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +6 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js +18 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/index.d.ts +3 -0
- package/dist/components/Payroll/index.d.ts +1 -0
- package/dist/components/Payroll/index.js +8 -6
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +54 -52
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +5 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js +27 -25
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js +3 -3
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +1 -0
- package/dist/contexts/ThemeProvider/theme.js +5 -4
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/i18n/I18n.js +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.BankAccount.json.js +1 -1
- package/dist/i18n/en/Company.DocumentList.json.js +16 -16
- package/dist/i18n/en/Company.FederalTaxes.json.js +22 -22
- package/dist/i18n/en/Contractor.ContractorList.json.js +8 -8
- package/dist/i18n/en/Contractor.Submit.json.js +6 -6
- package/dist/i18n/en/Employee.Compensation.json.js +8 -8
- package/dist/i18n/en/Employee.Deductions.json.js +51 -51
- package/dist/i18n/en/Employee.EmployeeList.json.js +6 -6
- package/dist/i18n/en/Employee.FederalTaxes.json.js +3 -3
- package/dist/i18n/en/Employee.HomeAddress.json.js +2 -2
- package/dist/i18n/en/Employee.OnboardingSummary.json.js +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +11 -11
- package/dist/i18n/en/Employee.Taxes.json.js +2 -2
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +14 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js.map +1 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js +10 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js.map +1 -0
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js +3 -3
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +4 -4
- package/dist/i18n/en/Payroll.PayrollList.json.js +7 -7
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +35 -33
- package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollReceipts.json.js +7 -7
- package/dist/i18n/en/Payroll.WireInstructions.json.js +10 -0
- package/dist/i18n/en/Payroll.WireInstructions.json.js.map +1 -0
- package/dist/i18n/en/common.json.d.ts +1 -1
- package/dist/i18n/en/common.json.js +1 -1
- package/dist/shared/constants.d.ts +13 -0
- package/dist/shared/constants.js +56 -47
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +113 -98
- package/package.json +9 -10
- package/dist/i18n/en/Company.AddBank.json.js +0 -28
- package/dist/i18n/en/Company.AddBank.json.js.map +0 -1
- package/dist/i18n/en/Payroll.PayrollSchedule.json.js +0 -27
- package/dist/i18n/en/Payroll.PayrollSchedule.json.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support",
|
|
1
|
+
const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", b = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", w = "CSE Case Number", A = "Carefully enter the Child Support Enforcement Case Number", O = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", P = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", v = "Enter the amount indicated in the letter from the child support agency", L = "Max paycheck percentage", k = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", q = "Reminder: you are responsible for this payment", S = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Oe = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", M = "Every other week", F = "Twice per month", I = "Monthly", V = "Custom deduction (post-tax)", W = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", Y = "Edit Deduction", B = "Deduction description", G = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", re = "This is a court-ordered deduction", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", be = "+ Add another deduction", Te = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, Pe = {
|
|
2
2
|
pageTitle: e,
|
|
3
3
|
includeDeductionsFormLabel: t,
|
|
4
4
|
includeDeductionsDescription: o,
|
|
@@ -18,35 +18,35 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
|
|
|
18
18
|
garnishmentType: m,
|
|
19
19
|
childSupport: y,
|
|
20
20
|
childSupportTitle: g,
|
|
21
|
-
customDeductionTitle:
|
|
22
|
-
allCounties:
|
|
21
|
+
customDeductionTitle: D,
|
|
22
|
+
allCounties: f,
|
|
23
23
|
agency: x,
|
|
24
|
-
|
|
25
|
-
county:
|
|
26
|
-
|
|
24
|
+
agencyDescription: b,
|
|
25
|
+
county: T,
|
|
26
|
+
countyDescription: C,
|
|
27
27
|
caseNumber: w,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
caseNumberDescription: A,
|
|
29
|
+
orderNumberDescription: O,
|
|
30
|
+
remittanceNumberDescription: P,
|
|
31
31
|
totalAmountWithheld: E,
|
|
32
|
-
|
|
32
|
+
totalAmountWithheldDescription: v,
|
|
33
33
|
maxPaycheckPercentage: L,
|
|
34
|
-
|
|
34
|
+
maxPaycheckPercentageDescription: k,
|
|
35
35
|
manualPaymentRequired: q,
|
|
36
36
|
manualPaymentRequiredDescription: S,
|
|
37
37
|
per: "Per",
|
|
38
|
-
|
|
38
|
+
perDescription: N,
|
|
39
39
|
everyWeek: R,
|
|
40
|
-
everyOtherWeek:
|
|
41
|
-
twicePerMonth:
|
|
42
|
-
monthly:
|
|
43
|
-
customDeductionOption:
|
|
44
|
-
deductionTypeRadioLabel:
|
|
45
|
-
editDeductionTitle:
|
|
46
|
-
descriptionLabel:
|
|
47
|
-
descriptionLabelV2:
|
|
48
|
-
frequencyLabel:
|
|
49
|
-
frequencyRecurringOption:
|
|
40
|
+
everyOtherWeek: M,
|
|
41
|
+
twicePerMonth: F,
|
|
42
|
+
monthly: I,
|
|
43
|
+
customDeductionOption: V,
|
|
44
|
+
deductionTypeRadioLabel: W,
|
|
45
|
+
editDeductionTitle: Y,
|
|
46
|
+
descriptionLabel: B,
|
|
47
|
+
descriptionLabelV2: G,
|
|
48
|
+
frequencyLabel: j,
|
|
49
|
+
frequencyRecurringOption: H,
|
|
50
50
|
frequencyRecurringOptionV2: U,
|
|
51
51
|
frequencyOneTimeOption: _,
|
|
52
52
|
frequencyOneTimeOptionV2: z,
|
|
@@ -73,35 +73,35 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
|
|
|
73
73
|
recurringAmount: me,
|
|
74
74
|
nonRecurringText: ye,
|
|
75
75
|
emptyListMessage: ge,
|
|
76
|
-
hamburgerTitle:
|
|
77
|
-
editCta:
|
|
76
|
+
hamburgerTitle: De,
|
|
77
|
+
editCta: fe,
|
|
78
78
|
deleteCta: xe,
|
|
79
|
-
addDeductionCta:
|
|
80
|
-
cancelCta:
|
|
79
|
+
addDeductionCta: be,
|
|
80
|
+
cancelCta: Te,
|
|
81
81
|
validations: Ce
|
|
82
82
|
};
|
|
83
83
|
export {
|
|
84
84
|
pe as actionsColumn,
|
|
85
85
|
d as addDeductionButtonCta,
|
|
86
|
-
|
|
86
|
+
be as addDeductionCta,
|
|
87
87
|
r as addDeductionTitle,
|
|
88
88
|
x as agency,
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
b as agencyDescription,
|
|
90
|
+
f as allCounties,
|
|
91
91
|
ae as annualMaxDescription,
|
|
92
92
|
se as annualMaxLabel,
|
|
93
93
|
u as backToDeductionsCta,
|
|
94
|
-
|
|
94
|
+
Te as cancelCta,
|
|
95
95
|
w as caseNumber,
|
|
96
|
-
A as
|
|
96
|
+
A as caseNumberDescription,
|
|
97
97
|
y as childSupport,
|
|
98
98
|
g as childSupportTitle,
|
|
99
99
|
s as continueCta,
|
|
100
|
-
|
|
101
|
-
C as
|
|
100
|
+
T as county,
|
|
101
|
+
C as countyDescription,
|
|
102
102
|
re as courtOrderedLabel,
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
V as customDeductionOption,
|
|
104
|
+
D as customDeductionTitle,
|
|
105
105
|
oe as deductionAmountDescriptionFixed,
|
|
106
106
|
te as deductionAmountDescriptionPercentage,
|
|
107
107
|
ee as deductionAmountLabel,
|
|
@@ -110,28 +110,28 @@ export {
|
|
|
110
110
|
Q as deductionTypeLabelV2,
|
|
111
111
|
X as deductionTypePercentageOption,
|
|
112
112
|
Z as deductionTypePercentageOptionV2,
|
|
113
|
-
|
|
113
|
+
W as deductionTypeRadioLabel,
|
|
114
114
|
J as deductionsTableLabel,
|
|
115
115
|
Pe as default,
|
|
116
116
|
xe as deleteCta,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
B as descriptionLabel,
|
|
118
|
+
G as descriptionLabelV2,
|
|
119
|
+
fe as editCta,
|
|
120
|
+
Y as editDeductionTitle,
|
|
121
121
|
ge as emptyListMessage,
|
|
122
|
-
|
|
122
|
+
M as everyOtherWeek,
|
|
123
123
|
R as everyWeek,
|
|
124
124
|
l as externalPostTaxDeductions,
|
|
125
125
|
p as externalPostTaxDeductionsDescription,
|
|
126
126
|
ue as frequencyColumn,
|
|
127
|
-
|
|
127
|
+
j as frequencyLabel,
|
|
128
128
|
_ as frequencyOneTimeOption,
|
|
129
129
|
z as frequencyOneTimeOptionV2,
|
|
130
|
-
|
|
130
|
+
H as frequencyRecurringOption,
|
|
131
131
|
U as frequencyRecurringOptionV2,
|
|
132
132
|
h as garnishmentOption,
|
|
133
133
|
m as garnishmentType,
|
|
134
|
-
|
|
134
|
+
De as hamburgerTitle,
|
|
135
135
|
o as includeDeductionsDescription,
|
|
136
136
|
n as includeDeductionsDescriptionV2,
|
|
137
137
|
i as includeDeductionsEmptyState,
|
|
@@ -142,24 +142,24 @@ export {
|
|
|
142
142
|
q as manualPaymentRequired,
|
|
143
143
|
S as manualPaymentRequiredDescription,
|
|
144
144
|
L as maxPaycheckPercentage,
|
|
145
|
-
k as
|
|
146
|
-
|
|
145
|
+
k as maxPaycheckPercentageDescription,
|
|
146
|
+
I as monthly,
|
|
147
147
|
de as nameColumn,
|
|
148
148
|
ye as nonRecurringText,
|
|
149
|
-
O as
|
|
149
|
+
O as orderNumberDescription,
|
|
150
150
|
e as pageTitle,
|
|
151
151
|
ne as payPeriodMaximum,
|
|
152
152
|
Oe as per,
|
|
153
|
-
N as
|
|
153
|
+
N as perDescription,
|
|
154
154
|
me as recurringAmount,
|
|
155
155
|
he as recurringText,
|
|
156
|
-
P as
|
|
156
|
+
P as remittanceNumberDescription,
|
|
157
157
|
a as saveCta,
|
|
158
158
|
ie as totalAmountDescription,
|
|
159
159
|
ce as totalAmountLabel,
|
|
160
160
|
E as totalAmountWithheld,
|
|
161
|
-
v as
|
|
162
|
-
|
|
161
|
+
v as totalAmountWithheldDescription,
|
|
162
|
+
F as twicePerMonth,
|
|
163
163
|
Ce as validations,
|
|
164
164
|
le as withheldColumn
|
|
165
165
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status",
|
|
1
|
+
const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", h = "Your employees", E = {
|
|
2
2
|
actionLabel: e,
|
|
3
|
-
|
|
3
|
+
addEmployeeCta: t,
|
|
4
4
|
skipCta: o,
|
|
5
5
|
addAnotherCta: s,
|
|
6
6
|
continueCta: n,
|
|
@@ -17,17 +17,17 @@ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add
|
|
|
17
17
|
hamburgerTitle: u,
|
|
18
18
|
nameLabel: b,
|
|
19
19
|
statusLabel: L,
|
|
20
|
-
title:
|
|
20
|
+
title: h
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
23
|
e as actionLabel,
|
|
24
24
|
s as addAnotherCta,
|
|
25
|
-
t as
|
|
25
|
+
t as addEmployeeCta,
|
|
26
26
|
a as addressesCta,
|
|
27
27
|
i as cancelSelfOnboardingCta,
|
|
28
28
|
n as continueCta,
|
|
29
29
|
l as deductionsCta,
|
|
30
|
-
|
|
30
|
+
E as default,
|
|
31
31
|
c as deleteCta,
|
|
32
32
|
d as editCta,
|
|
33
33
|
m as employeeListLabel,
|
|
@@ -39,6 +39,6 @@ export {
|
|
|
39
39
|
p as reviewCta,
|
|
40
40
|
o as skipCta,
|
|
41
41
|
L as statusLabel,
|
|
42
|
-
|
|
42
|
+
h as title
|
|
43
43
|
};
|
|
44
44
|
//# sourceMappingURL=Employee.EmployeeList.json.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you
|
|
1
|
+
const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, a = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', p = "Step 2c: Multiple jobs (2c)", f = "Step 4a: Other income", w = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", g = "Continue", m = "Yes", S = "No", b = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, x = {
|
|
2
2
|
deductions: e,
|
|
3
3
|
dependentsTotalIfApplicable: t,
|
|
4
4
|
extraWithholding: o,
|
|
5
5
|
federalFilingStatus1c: i,
|
|
6
6
|
federalFillingStatusPlaceholder: s,
|
|
7
7
|
federalTaxesTitle: l,
|
|
8
|
-
|
|
8
|
+
irsCalculator: n,
|
|
9
9
|
filingStatusExemptFromWithholding: a,
|
|
10
10
|
filingStatusHeadOfHousehold: r,
|
|
11
11
|
filingStatusMarried: c,
|
|
@@ -34,7 +34,7 @@ export {
|
|
|
34
34
|
c as filingStatusMarried,
|
|
35
35
|
h as filingStatusSingle,
|
|
36
36
|
u as includesSpouseExplanation,
|
|
37
|
-
n as
|
|
37
|
+
n as irsCalculator,
|
|
38
38
|
p as multipleJobs2c,
|
|
39
39
|
f as otherIncome,
|
|
40
40
|
w as selectWithholdingDescription,
|
|
@@ -8,7 +8,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
|
|
|
8
8
|
statePlaceholder: a,
|
|
9
9
|
zip: "Zip",
|
|
10
10
|
courtesyWithholdingLabel: r,
|
|
11
|
-
|
|
11
|
+
courtesyWithholdingDescription: c,
|
|
12
12
|
learnMoreCta: l,
|
|
13
13
|
withholdingTitle: d,
|
|
14
14
|
withholdingNote: h,
|
|
@@ -20,7 +20,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
|
|
|
20
20
|
export {
|
|
21
21
|
y as cancel,
|
|
22
22
|
i as city,
|
|
23
|
-
c as
|
|
23
|
+
c as courtesyWithholdingDescription,
|
|
24
24
|
r as courtesyWithholdingLabel,
|
|
25
25
|
w as default,
|
|
26
26
|
t as desc,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents
|
|
1
|
+
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requiring employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
|
|
2
2
|
subTitle: e,
|
|
3
3
|
description: t,
|
|
4
4
|
onboardedAdminSubtitle: i,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number",
|
|
1
|
+
const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number", N = "Routing number", v = "(9 digits)", T = "Split paycheck", B = "Continue", _ = "Employee payment details", w = "Fixed amount", E = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", P = "Reorderable list of bank accounts", R = "Percentage", W = "{{name}} ({{account_number}})", x = "Split by", I = "Priority", q = "Remainder", F = "Split employee paycheck", M = "{{count}}st", Y = "{{count}}nd", j = "{{count}}rd", z = "{{count}}th", G = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, H = {
|
|
2
2
|
accountNumberLabel: t,
|
|
3
3
|
accountTypeColumn: e,
|
|
4
4
|
accountTypeLabel: n,
|
|
@@ -7,7 +7,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
7
7
|
allocationColumn: a,
|
|
8
8
|
actionColumn: i,
|
|
9
9
|
addAnotherCta: s,
|
|
10
|
-
|
|
10
|
+
addBankAccountCta: r,
|
|
11
11
|
bankAccountsListLabel: l,
|
|
12
12
|
cancelCta: u,
|
|
13
13
|
saveCta: p,
|
|
@@ -15,7 +15,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
15
15
|
checkDescription: m,
|
|
16
16
|
checkDescriptionSelf: y,
|
|
17
17
|
checkLabel: b,
|
|
18
|
-
|
|
18
|
+
deleteBankAccountCta: h,
|
|
19
19
|
directDepositDescription: k,
|
|
20
20
|
directDepositDescriptionSelf: g,
|
|
21
21
|
directDepositLabel: f,
|
|
@@ -24,9 +24,9 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
24
24
|
nicknameColumn: A,
|
|
25
25
|
paymentFieldsetLegend: D,
|
|
26
26
|
routingNumberColumn: S,
|
|
27
|
-
routingNumberLabel:
|
|
28
|
-
routingNumberDescription:
|
|
29
|
-
splitCta:
|
|
27
|
+
routingNumberLabel: N,
|
|
28
|
+
routingNumberDescription: v,
|
|
29
|
+
splitCta: T,
|
|
30
30
|
submitCta: B,
|
|
31
31
|
title: _,
|
|
32
32
|
amountLabel: w,
|
|
@@ -52,7 +52,7 @@ export {
|
|
|
52
52
|
o as accountTypeSavings,
|
|
53
53
|
i as actionColumn,
|
|
54
54
|
s as addAnotherCta,
|
|
55
|
-
r as
|
|
55
|
+
r as addBankAccountCta,
|
|
56
56
|
a as allocationColumn,
|
|
57
57
|
w as amountLabel,
|
|
58
58
|
l as bankAccountsListLabel,
|
|
@@ -62,7 +62,7 @@ export {
|
|
|
62
62
|
y as checkDescriptionSelf,
|
|
63
63
|
b as checkLabel,
|
|
64
64
|
H as default,
|
|
65
|
-
h as
|
|
65
|
+
h as deleteBankAccountCta,
|
|
66
66
|
k as directDepositDescription,
|
|
67
67
|
g as directDepositDescriptionSelf,
|
|
68
68
|
f as directDepositLabel,
|
|
@@ -79,12 +79,12 @@ export {
|
|
|
79
79
|
Y as priority_two,
|
|
80
80
|
q as remainderLabel,
|
|
81
81
|
S as routingNumberColumn,
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
v as routingNumberDescription,
|
|
83
|
+
N as routingNumberLabel,
|
|
84
84
|
p as saveCta,
|
|
85
85
|
W as splitAmountLabel,
|
|
86
86
|
x as splitByLabel,
|
|
87
|
-
|
|
87
|
+
T as splitCta,
|
|
88
88
|
E as splitDescription,
|
|
89
89
|
F as splitTitle,
|
|
90
90
|
B as submitCta,
|
|
@@ -12,7 +12,7 @@ const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applica
|
|
|
12
12
|
filingStatusSingle: h,
|
|
13
13
|
fieldIsRequired: d,
|
|
14
14
|
includesSpouseExplanation: u,
|
|
15
|
-
|
|
15
|
+
irsCalculator: p,
|
|
16
16
|
multipleJobs2c: f,
|
|
17
17
|
otherIncome: w,
|
|
18
18
|
selectWithholdingDescription: g,
|
|
@@ -37,7 +37,7 @@ export {
|
|
|
37
37
|
c as filingStatusMarried,
|
|
38
38
|
h as filingStatusSingle,
|
|
39
39
|
u as includesSpouseExplanation,
|
|
40
|
-
p as
|
|
40
|
+
p as irsCalculator,
|
|
41
41
|
f as multipleJobs2c,
|
|
42
42
|
w as otherIncome,
|
|
43
43
|
g as selectWithholdingDescription,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "Confirm Wire Details", r = { title: "To make payroll, wire funds by {{time}} on {{date}}", titleWithPayroll: "Wire transfer details required for {{payrollRange}} payroll", titleMultiple: "Wire transfer details required for {{count}} payrolls", description: "We can't pay your team until we get your wire. It may take time to get from your bank to ours, so we recommend sending it as soon as you can." }, t = { startWireTransfer: "Start your wire transfer" }, a = { title: "Wire instructions", close: "Close", submitCta: "I've made a wire transfer" }, o = {
|
|
2
|
+
breadcrumbLabel: e,
|
|
3
|
+
banner: r,
|
|
4
|
+
cta: t,
|
|
5
|
+
modal: a
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as banner,
|
|
9
|
+
e as breadcrumbLabel,
|
|
10
|
+
t as cta,
|
|
11
|
+
o as default,
|
|
12
|
+
a as modal
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=Payroll.ConfirmWireDetailsBanner.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.ConfirmWireDetailsBanner.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.ConfirmWireDetailsForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing you from running payroll", n = "View All Blockers", i = "Payroll blockers", r = "Blocker", a = "The following issues must be resolved before you can run payroll:", s = "Estimated time", l = "Unknown blocker", p = "Please contact support.", d = { geocode_error: { title: "Address Verification Failed", description: "Company or employee address could not be verified.",
|
|
1
|
+
const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing you from running payroll", n = "View All Blockers", i = "Payroll blockers", r = "Blocker", a = "The following issues must be resolved before you can run payroll:", s = "Estimated time", l = "Unknown blocker", p = "Please contact support.", d = { geocode_error: { title: "Address Verification Failed", description: "Company or employee address could not be verified.", help: "Please ensure all addresses are valid and complete." }, geocode_needed: { title: "Address Verification Missing", description: "Company or employee address verification is missing.", help: "Please ensure all addresses are entered correctly." }, missing_signatory: { title: "Signatory Required", description: "A signatory who is authorized to sign documents on behalf of your company is required.", help: "Designate an authorized company signatory to continue.", defaultAction: "Set Up Signatory" }, invalid_signatory: { title: "Signatory Verification Failed", description: "Please ensure that the identity verification of the company signatory is successful.", help: "The signatory must complete identity verification." }, suspended: { title: "Company Suspended", description: "Company is suspended and cannot run payroll.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, needs_onboarding: { title: "Onboarding Incomplete", description: "Company must complete all onboarding requirements in order to run payroll.", help: "Complete all required onboarding steps.", defaultAction: "Complete Onboarding" }, missing_bank_info: { title: "Bank Account Required", description: "Company must have a bank account in order to run payroll.", help: "Add and verify a company bank account.", defaultAction: "Add Bank Account" }, missing_bank_verification: { title: "Bank Account Verification Required", description: "Company bank account must be verified in order to run payroll.", help: "Complete bank account verification process.", defaultAction: "Verify Account" }, missing_employee_setup: { title: "Employees Required", description: "Company must add employees in order to run payroll.", help: "Add at least one employee to continue." }, missing_pay_schedule: { title: "Pay Schedule Required", description: "Company must have a pay schedule in order to run payroll.", help: "Set up a pay schedule for your employees." }, pay_schedule_setup_not_complete: { title: "Employee Pay Schedule Missing", description: "Some employees don't have a pay schedule set up yet.", help: "Assign all employees to a pay schedule." }, missing_forms: { title: "Forms Require Signature", description: "Company forms must be signed in order to run payroll.", help: "Complete and sign all required forms." }, needs_approval: { title: "Pending Approval", description: "Company needs to be approved to run payroll.", help: "Your account is under review. Please wait for approval." }, pending_payroll_review: { title: "Payroll Under Review", description: "Payroll is blocked. We are reviewing payroll information in your account.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, contractor_only_company: { title: "Contractor-Only Company", description: "Company is set to contractor_only and cannot run payroll.", help: "Update company type and complete additional onboarding." }, eftps_ic_error: { title: "Electronic Federal Tax Payment System Error", description: "We could not make payments to the Electronic Federal Tax Payment System.", help: "Please contact support.", defaultAction: "Contact Support" }, wc_pending_approval: { title: "Worker's Compensation Pending Approval", description: "Worker's compensation policy needs to be approved.", help: "The worker's compensation process has not been completed and may require more information. Please contact support.", defaultAction: "Contact Support" }, pending_recovery_case: { title: "Recovery Case Pending", description: "Company has an open recovery case that must be resolved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, pending_information_request: { title: "Information Request Pending", description: "Company has an open information request that must be submitted and approved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, missing_addresses: { title: "Company Addresses Missing", description: "Company must add addresses in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company addresses have been added.", defaultAction: "Add Addresses" }, missing_federal_tax_setup: { title: "Federal Tax Setup Missing", description: "Company must complete federal tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company federal tax setup has been completed.", defaultAction: "Complete Federal Tax Setup" }, missing_industry_selection: { title: "Industry Selection Missing", description: "Company must complete industry selection in order to run payroll.", help: "Missing company onboarding requirement. Confirm that a company industry has been selected.", defaultAction: "Select Industry" }, missing_state_tax_setup: { title: "State Tax Setup Missing", description: "Company must complete state tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that the company has completed state tax setup.", defaultAction: "Complete State Tax Setup" } }, c = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
3
|
exitFlowCta: t,
|
|
4
4
|
multipleIssuesTitle: o,
|
|
@@ -8,7 +8,7 @@ const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing y
|
|
|
8
8
|
blockersListDescription: a,
|
|
9
9
|
estimatedTime: s,
|
|
10
10
|
defaultBlockerDescription: l,
|
|
11
|
-
|
|
11
|
+
defaultBlockerHelp: p,
|
|
12
12
|
blockers: d
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
@@ -19,7 +19,7 @@ export {
|
|
|
19
19
|
e as breadcrumbLabel,
|
|
20
20
|
c as default,
|
|
21
21
|
l as defaultBlockerDescription,
|
|
22
|
-
p as
|
|
22
|
+
p as defaultBlockerHelp,
|
|
23
23
|
s as estimatedTime,
|
|
24
24
|
t as exitFlowCta,
|
|
25
25
|
o as multipleIssuesTitle,
|
|
@@ -5,8 +5,8 @@ const e = "Edit payroll for {{employeeName}}", t = "{{firstName}} {{lastName}}",
|
|
|
5
5
|
grossPayLabelMobile: s,
|
|
6
6
|
regularHoursTitle: n,
|
|
7
7
|
hoursUnit: a,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
saveCta: i,
|
|
9
|
+
cancelCta: r,
|
|
10
10
|
compensationNames: m,
|
|
11
11
|
timeOffTitle: c,
|
|
12
12
|
timeOffBalance: l,
|
|
@@ -21,7 +21,7 @@ const e = "Edit payroll for {{employeeName}}", t = "{{firstName}} {{lastName}}",
|
|
|
21
21
|
export {
|
|
22
22
|
p as additionalEarningsTitle,
|
|
23
23
|
t as breadcrumbLabel,
|
|
24
|
-
r as
|
|
24
|
+
r as cancelCta,
|
|
25
25
|
m as compensationNames,
|
|
26
26
|
f as default,
|
|
27
27
|
y as fixedCompensationNames,
|
|
@@ -35,7 +35,7 @@ export {
|
|
|
35
35
|
d as paymentMethodTitle,
|
|
36
36
|
n as regularHoursTitle,
|
|
37
37
|
u as reimbursementTitle,
|
|
38
|
-
i as
|
|
38
|
+
i as saveCta,
|
|
39
39
|
l as timeOffBalance,
|
|
40
40
|
c as timeOffTitle
|
|
41
41
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const l = "All payrolls have been processed", e = "Upcoming payroll", o = "Payrolls",
|
|
1
|
+
const l = "All payrolls have been processed", e = "Upcoming payroll", o = "Payrolls", a = "Run Payroll", t = "Review and submit", s = "Skip payroll", r = "Payroll actions", n = { title: "Skip payroll for {{payPeriod}}?", body: "Before skipping this payroll, check your state's pay frequency laws. If you don't pay the team on time, it could lead to penalties or fines.", confirmCta: "Yes, skip payroll", cancelCta: "No, go back" }, y = "Payroll skipped", c = { processed: "Processed", unprocessed: "Unprocessed" }, p = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, i = ["Pay Period", "Type", "Pay Date", "Run By", "Status"], u = {
|
|
2
2
|
emptyState: l,
|
|
3
3
|
title: e,
|
|
4
4
|
payrollsListLabel: o,
|
|
5
|
-
runPayrollTitle:
|
|
6
|
-
submitPayrollCta:
|
|
7
|
-
skipPayrollCta:
|
|
5
|
+
runPayrollTitle: a,
|
|
6
|
+
submitPayrollCta: t,
|
|
7
|
+
skipPayrollCta: s,
|
|
8
8
|
payrollMenuLabel: r,
|
|
9
9
|
skipPayrollDialog: n,
|
|
10
10
|
skipSuccessAlert: y,
|
|
@@ -17,12 +17,12 @@ export {
|
|
|
17
17
|
l as emptyState,
|
|
18
18
|
r as payrollMenuLabel,
|
|
19
19
|
o as payrollsListLabel,
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
a as runPayrollTitle,
|
|
21
|
+
s as skipPayrollCta,
|
|
22
22
|
n as skipPayrollDialog,
|
|
23
23
|
y as skipSuccessAlert,
|
|
24
24
|
c as status,
|
|
25
|
-
|
|
25
|
+
t as submitPayrollCta,
|
|
26
26
|
i as tableHeaders,
|
|
27
27
|
e as title,
|
|
28
28
|
p as type
|