Incentive Done!!

Employee Benefit Done!!
This commit is contained in:
tanshu
2020-05-23 09:45:02 +05:30
parent 814d289758
commit e3286c87ba
20 changed files with 515 additions and 415 deletions

View File

@ -37,19 +37,19 @@
<!-- Name Column -->
<ng-container matColumnDef="name">
<mat-header-cell *matHeaderCellDef>Name</mat-header-cell>
<mat-cell *matCellDef="let row">{{row.journal.account.name}}</mat-cell>
<mat-cell *matCellDef="let row">{{row.employee.name}}</mat-cell>
</ng-container>
<!-- Designation Column -->
<ng-container matColumnDef="designation">
<mat-header-cell *matHeaderCellDef>Designation</mat-header-cell>
<mat-cell *matCellDef="let row">{{row.journal.account.designation}}</mat-cell>
<mat-cell *matCellDef="let row">{{row.employee.designation}}</mat-cell>
</ng-container>
<!-- Department Column -->
<ng-container matColumnDef="department">
<mat-header-cell *matHeaderCellDef>Department</mat-header-cell>
<mat-cell *matCellDef="let row">{{row.journal.account.costCentre.name}}</mat-cell>
<mat-cell *matCellDef="let row">{{row.employee.costCentre.name}}</mat-cell>
</ng-container>
<!-- GrossSalary Column -->