-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
131 lines (131 loc) · 4.87 KB
/
db.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"products":[{
"name": "Tormove",
"saltCompostion": "paracetamol (500mg)",
"about":"Tormove Tablet is a medicine used to relieve pain and to reduce fever. It is used to treat many conditions such as headache, body ache, toothache and common cold.",
"use": ["pain relief", "fever"],
"sideEffects": ["dizziness", "lightheadedness"]
},
{
"name": "Citracxt",
"saltCompostion": "Cetirizine (10mg)",
"about":"Citracxt 10mg Tablet belongs to a group of medicines called antihistamines. It is used to treat various allergic conditions such as hay fever, conjunctivitis and some skin reactions, and reactions to bites and stings. It relieves watery eyes, runny nose, sneezing, and itching.",
"use": ["runny nose", "sneezing"],
"sideEffects": ["dizziness"]
},
{
"name": "Diastag",
"saltCompostion": "loperamide (2mg)",
"about":"Diastag Tablet is used in the treatment of diarrhea. It should not be used in patients with dysentery (diarrhea with blood).",
"use": ["Diarrhea"],
"sideEffects": ["Constipation", "Nausea", "Stomach cramp"]
},
{
"name": "Acifier",
"saltCompostion": "Magnesium Hydroxide (0.291g), Aluminium Hydroxide(10mg), Oxetacaine (98mg)",
"about":"",
"use": ["Acidity","Heartburn,","Stomach ulcers"],
"sideEffects": ["Constipation","Diarrhea","Allergic Reaction"]
},
{
"name": "Mensarelief",
"saltCompostion": "Dicyclomine (20mg), Paracetamol (500mg)",
"about":"Mucaine Gel Mint is a prescription medicine that is used in the treatment of acidity, stomach ulcer and heartburn. It helps in relieving the symptoms of acidity and ulcers such as stomach pain, heartburn or irritation. It also neutralizes excessive acid in the stomach.",
"use": ["Abdominal pain"],
"sideEffects": ["Sleepiness", "Weakness","Nervousness"]
},
{
"name": "Felimine",
"saltCompostion": "Telmisartan (40mg), Metoprolol Succinate (25mg)",
"about":"Felimine tablet is a medicine used for treating high blood pressure. By reducing the blood pressure it helps in preventing future heart attack and stroke. Early treatment with this medicine also improves chances of survival in patients of heart attack.",
"use": ["Hypertension (high blood pressure)"],
"sideEffects": ["Slow heart rate","Weakness","Headache"]
}
],
"quaterInfo":[
{
"quater": "Q32018",
"result": {
"sales": 2800156,
"otherIncome": 349.7,
"grossProfit": 217993.4,
"Depreciation": 2992.8,
"Interest": 10899.67,
"Tax": 27249.2,
"netProfit": 176851.7
}
},
{
"quater": "Q42018",
"result": {
"sales":1903562,
"otherIncome": 289.58,
"grossProfit":177309.7,
"Depreciation":3802.8,
"Interest":8865.49,
"Tax":22163.7,
"netProfit":142477.7
}
},
{
"quater": "Q12019",
"result": {
"sales": 1732405,
"otherIncome": 416.23,
"grossProfit": 182456.1,
"Depreciation": 3674.8,
"Interest": 9122.8,
"Tax": 22807,
"netProfit": 146851.5
}
},
{
"quater": "Q22019",
"result": {
"sales": 1689401,
"otherIncome": 289.58,
"grossProfit": 177309.7,
"Depreciation": 3802.8,
"Interest": 8865.49,
"Tax": 22163.7,
"netProfit": 142477.7
}
},
{
"quater": "Q32019",
"result": {
"sales": 1547681,
"otherIncome": 126.3,
"grossProfit": 100912.4,
"Depreciation": 4009.6,
"Interest": 5045.62,
"Tax": 12614.05,
"netProfit": 79245.13
}
},
{
"quater": "Q42019",
"result": {
"sales": 1809213,
"otherIncome": 320.5,
"grossProfit": 209113.1,
"Depreciation": 2988.9,
"Interest": 10455.65,
"Tax": 26139.14,
"netProfit": 169529.4
}
},
{
"quater": "Q12020",
"result": {
"sales": 2187960,
"otherIncome": 319.6,
"grossProfit": 890567.7,
"Depreciation": 1128.5,
"Interest": 44528.4,
"Tax": 111320.9,
"netProfit": 733589.9
}
}
]
}