@stssocialst-stp/fe-payroll 0.1.3 → 0.1.4
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/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -716,10 +716,10 @@ var BISTP_SUMMARY_PROJECTION = function BISTP_SUMMARY_PROJECTION() {
|
|
|
716
716
|
return ['bistpSummary { total reconciled rejected pending skippedNib sendFailed }'];
|
|
717
717
|
};
|
|
718
718
|
var PAYROLL_PROJECTION = function PAYROLL_PROJECTION(modulesManager) {
|
|
719
|
-
return ['id', 'name', 'paymentMethod', 'paymentPlan { code, id, name, benefitPlan }', "paymentPoint { ".concat(PAYMENT_POINT_PROJECTION(modulesManager).join(' '), " }"), 'paymentCycle { code, startDate, endDate }', 'jsonExt', 'status', 'dateValidFrom', 'dateValidTo', 'isDeleted'].concat(_toConsumableArray(BISTP_SUMMARY_PROJECTION()));
|
|
719
|
+
return ['id', 'name', 'paymentMethod', 'paymentPlan { code, id, name, benefitPlanType }', 'benefitPlan { code, id, name }', "paymentPoint { ".concat(PAYMENT_POINT_PROJECTION(modulesManager).join(' '), " }"), 'paymentCycle { code, startDate, endDate }', 'jsonExt', 'status', 'dateValidFrom', 'dateValidTo', 'isDeleted'].concat(_toConsumableArray(BISTP_SUMMARY_PROJECTION()));
|
|
720
720
|
};
|
|
721
721
|
var PAYROLL_SEARCHER_PROJECTION = function PAYROLL_SEARCHER_PROJECTION(modulesManager) {
|
|
722
|
-
return ['id', 'name', 'paymentMethod', 'paymentPlan { code, id, name, benefitPlan }', "paymentPoint { ".concat(PAYMENT_POINT_PROJECTION(modulesManager).join(' '), " }"), 'paymentCycle { code, startDate, endDate }', 'jsonExt', 'status', 'dateValidFrom', 'dateValidTo', 'isDeleted'].concat(_toConsumableArray(BISTP_SUMMARY_PROJECTION()));
|
|
722
|
+
return ['id', 'name', 'paymentMethod', 'paymentPlan { code, id, name, benefitPlanType }', 'benefitPlan { code, id, name }', "paymentPoint { ".concat(PAYMENT_POINT_PROJECTION(modulesManager).join(' '), " }"), 'paymentCycle { code, startDate, endDate }', 'jsonExt', 'status', 'dateValidFrom', 'dateValidTo', 'isDeleted'].concat(_toConsumableArray(BISTP_SUMMARY_PROJECTION()));
|
|
723
723
|
};
|
|
724
724
|
var CSV_RECONCILIATION_PROJECTION = function CSV_RECONCILIATION_PROJECTION() {
|
|
725
725
|
return ['fileName', 'status', 'error', 'jsonExt'];
|
|
@@ -1875,7 +1875,7 @@ var PayrollHeadPanel = /*#__PURE__*/function (_FormPanel) {
|
|
|
1875
1875
|
key: "render",
|
|
1876
1876
|
value: function render() {
|
|
1877
1877
|
var _this2 = this,
|
|
1878
|
-
_payroll$
|
|
1878
|
+
_payroll$benefitPlan;
|
|
1879
1879
|
var _this$props = this.props,
|
|
1880
1880
|
edited = _this$props.edited,
|
|
1881
1881
|
classes = _this$props.classes,
|
|
@@ -1968,7 +1968,7 @@ var PayrollHeadPanel = /*#__PURE__*/function (_FormPanel) {
|
|
|
1968
1968
|
container: true,
|
|
1969
1969
|
className: classes.item
|
|
1970
1970
|
}, /*#__PURE__*/React.createElement(AdvancedFiltersDialog$1, {
|
|
1971
|
-
object: payroll
|
|
1971
|
+
object: (_payroll$benefitPlan = payroll === null || payroll === void 0 ? void 0 : payroll.benefitPlan) !== null && _payroll$benefitPlan !== void 0 ? _payroll$benefitPlan : null,
|
|
1972
1972
|
objectToSave: payroll,
|
|
1973
1973
|
moduleName: "social_protection",
|
|
1974
1974
|
objectType: "BenefitPlan",
|