File size: 2,192 Bytes
ca66b51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "invoiceNumber": "10001",
  "materials": [
    {
      "description": "Marking of foundation layout at site",
      "quantity": 5.0,
      "rate": 200.0,
      "total": 1000.0
    },
    {
      "description": "Earth excavation up to the required depth by machine",
      "quantity": 4.0,
      "rate": 150.0,
      "total": 600.0
    },
    {
      "description": "Earth excavation and levelling of soil by hand- operated tools",
      "quantity": 2.0,
      "rate": 125.0,
      "total": 250.0
    },
    {
      "description": "Placing of PCC",
      "quantity": 15.0,
      "rate": 78.0,
      "total": 1170.0
    },
    {
      "description": "Placement of reinforcement steel",
      "quantity": 30.0,
      "rate": 165.0,
      "total": 4950.0
    },
    {
      "description": "Erection of concrete formworks for footings",
      "quantity": 34.0,
      "rate": 230.0,
      "total": 7820.0
    }
  ],
  "labor": [
    {
      "description": "Marking of foundation layout at site",
      "hours": 30.0,
      "rate": 60.0,
      "amount": 1800.0
    },
    {
      "description": "Earth excavation up to the required depth by machine",
      "hours": 23.0,
      "rate": 60.0,
      "amount": 1380.0
    },
    {
      "description": "Earth excavation and levelling of soil by hand- operated tools",
      "hours": 19.0,
      "rate": 60.0,
      "amount": 1140.0
    },
    {
      "description": "Placing of PCC",
      "hours": 35.0,
      "rate": 60.0,
      "amount": 2100.0
    },
    {
      "description": "Placement of reinforcement steel",
      "hours": 76.0,
      "rate": 60.0,
      "amount": 4560.0
    },
    {
      "description": "Erection of concrete formworks for footings",
      "hours": 53.0,
      "rate": 60.0,
      "amount": 3180.0
    }
  ],
  "miscellaneousCharges": [
    {
      "description": "Transportation of materials",
      "amount": 430.0
    },
    {
      "description": "Consultations with architect",
      "amount": 760.0
    }
  ],
  "totals": {
    "totalMaterials": 15790.0,
    "totalLabor": 14160.0,
    "totalMiscellaneous": 1190.0,
    "subtotal": 31140.0,
    "taxRate": 3.8,
    "totalTax": 1183.32,
    "total": 32323.32
  }
}