Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- const reports = {
- person:{ /* irrevelevant data for the example */ },
- payslip:{
- hours:[
- {
- name: 'Normal',
- amount: 847,
- },
- {
- name: 'Night',
- amount: 242
- },
- {
- name: 'Overtime',
- amount: 123
- }
- ],
- supplements:[
- {
- name: 'Bonus',
- amount: 66
- },
- {
- name: 'Lunch voucher',
- amount: 12
- }
- ...
- ]
- }
- ...
- }
- ```
Advertisement
Add Comment
Please, Sign In to add comment