The state-wise Labour Welfare Fund rule master: a flat employee and employer contribution for a state, with the deduction frequency (Monthly, HalfYearly or Annual), effective-dated. LWF is a fixed amount rather than a rate, and like PFRule and ESIRule this master is not consulted by the payroll calculation engine — an LWF deduction on a payslip is an ordinary salary-structure component. Scoped by StateCode and PartnerAccountId, and the platform's LWF helper simply returns the configured amount without applying the frequency.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
EffectiveFrom | Effective From | Date | | The date the state's revised contribution applies from. Not used for selection anywhere — the LWF helper is handed a rule by its caller rather than resolving one by date. |
EmployeeAmount | Employee Amount | Currency | | A flat contribution in currency, not a rate and not wage-linked — the platform's LWF helper returns this figure as-is. It is not consulted by the payroll run. |
EmployerAmount | Employer Amount | Currency | | The employer's flat contribution for the state, returned as-is by the LWF helper. In most states it is a multiple of the employee amount, but nothing here derives one from the other. |
Frequency | Frequency | Text | | |
Id | Id | Guid | Yes | |
IsActive | Is Active | Boolean | | |
Label | Label | Text | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text, unique | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountId | Partner Account | Lookup → Account | | |
RecordTypeId | Record Type | Guid, hidden | | |
StateCode | State Code | Text | | The state whose Labour Welfare Fund rule this is. Labour welfare is a state subject, so a multi-state employer needs one row per state; nothing in the payroll calculation reads this master, so the code is not currently matched against an employee's work state anywhere. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete this LWFRule. |
DeleteBulk | Delete | Delete | DeleteBulk |
DeleteEntity | Delete | Delete | DeleteEntity |
Edit | Edit | Edit | Edit this LWFRule. |
EditEntity | Edit | Edit | EditEntity |
EditInLine | Edit | EditInline | Edit |
New | New | New | Create a LWFRule. |
View | View | View, inactive | View this LWFRule. |
Lookup filters
| Filter | Lookup field | Notes |
| PartnerAccountFilter | PartnerAccountId | |