Skip to content

Commit d9c80d2

Browse files
author
mohammad-hgh
committed
new Repo - BUG FIXED
0 parents  commit d9c80d2

File tree

939 files changed

+238654
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

939 files changed

+238654
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
.vscode

Gantt-Useful-Info.html

Lines changed: 282 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Mohammad Nazari & Sadeq Ahanj
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# DHTMLX-Edited
2+
The DHTMLX library supplies customizable UI components to help you build interfaces of different kinds, nicely present data, and work with it. There are powerful project management widgets such as Gantt chart and Scheduler, robust data-processing components like Grid, TreeGrid, Spreadsheet and Pivot, manifold data visualization libraries such as Diagrams and Charts, typical form-inhabitants, handy navigation elements for surfing an app, and other indispensable tools for web app development.
3+
4+
# Authors
5+
6+
- [@mohammad-hgh](https://github.com/Mohammad-HGH)
7+
- [@sadeq ahanj](https://github.com/SAhnj)
8+
9+
10+
# 🔗 Links
11+
12+
[![Mohammad Nazari](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/mohammad-nazari-0479491a6)
13+
[![Sadegh Ahanj](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sadeqahanj/)
14+
15+
# Description
16+
After a lot of searching on Google, unfortunately we could not find the Persian calendar plugin for DHTMLX. This became an excuse for our week-long effort to write this DHTMLX with a Persian calendar!
17+
In this program, we can enter a new project or new task with a solar date (Jalali) and view and check the diagram and length of the project as solar days.
18+
This project also has an RTL version that will be presented in later versions

backend/data-dynamic.json

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
1+
{
2+
"data": [
3+
{
4+
"id": 1,
5+
"start_date": "2018-04-01 00:00:00",
6+
"duration": 5,
7+
"text": "Project #1",
8+
"progress": 0.8,
9+
"parent": 0,
10+
"open": 0
11+
},
12+
{
13+
"id": 2,
14+
"start_date": "2018-04-06 00:00:00",
15+
"duration": 4,
16+
"text": "Task #1",
17+
"progress": 0.5,
18+
"parent": 1,
19+
"open": 0
20+
},
21+
{
22+
"id": 5,
23+
"start_date": "2018-04-05 00:00:00",
24+
"duration": 5,
25+
"text": "Task #1.1",
26+
"progress": 0.34,
27+
"parent": 2,
28+
"open": 0
29+
},
30+
{
31+
"id": 6,
32+
"start_date": "2018-04-11 00:00:00",
33+
"duration": 4,
34+
"text": "Task #1.2",
35+
"progress": 0.491477,
36+
"parent": 2,
37+
"open": 0
38+
},
39+
{
40+
"id": 3,
41+
"start_date": "2018-04-03 00:00:00",
42+
"duration": 6,
43+
"text": "Task #2",
44+
"progress": 0.7,
45+
"parent": 1,
46+
"open": 0
47+
},
48+
{
49+
"id": 7,
50+
"start_date": "2018-04-07 00:00:00",
51+
"duration": 5,
52+
"text": "Task #2.1",
53+
"progress": 0.2,
54+
"parent": 3,
55+
"open": 0
56+
},
57+
{
58+
"id": 8,
59+
"start_date": "2018-04-06 00:00:00",
60+
"duration": 4,
61+
"text": "Task #2.2",
62+
"progress": 0.9,
63+
"parent": 3,
64+
"open": 0
65+
},
66+
{
67+
"id": 4,
68+
"start_date": "2018-04-07 00:00:00",
69+
"duration": 2,
70+
"text": "Task #3",
71+
"progress": 0,
72+
"parent": 1,
73+
"open": 0
74+
},
75+
{
76+
"id": 9,
77+
"start_date": "2018-04-06 00:00:00",
78+
"duration": 5,
79+
"text": "Task #3.1",
80+
"progress": 1,
81+
"parent": 4,
82+
"open": 0
83+
},
84+
{
85+
"id": 10,
86+
"start_date": "2018-04-06 00:00:00",
87+
"duration": 3,
88+
"text": "Task #3.2",
89+
"progress": 0,
90+
"parent": 4,
91+
"open": 0
92+
},
93+
{
94+
"id": 11,
95+
"start_date": "2018-04-06 00:00:00",
96+
"duration": 4,
97+
"text": "Task #3.3",
98+
"progress": 0.33,
99+
"parent": 4,
100+
"open": 0
101+
},
102+
{
103+
"id": 12,
104+
"start_date": "2018-04-02 00:00:00",
105+
"duration": 8,
106+
"text": "Project #2",
107+
"progress": 0,
108+
"parent": 0,
109+
"open": 0
110+
},
111+
{
112+
"id": 13,
113+
"start_date": "2018-04-02 00:00:00",
114+
"duration": 10,
115+
"text": "Task #1",
116+
"progress": 0.2,
117+
"parent": 12,
118+
"open": 0
119+
},
120+
{
121+
"id": 14,
122+
"start_date": "2018-04-04 00:00:00",
123+
"duration": 4,
124+
"text": "Task #2",
125+
"progress": 0.9,
126+
"parent": 12,
127+
"open": 0
128+
},
129+
{
130+
"id": 18,
131+
"start_date": "2018-04-05 00:00:00",
132+
"duration": 5,
133+
"text": "Task #2.1",
134+
"progress": 0.3,
135+
"parent": 14,
136+
"open": 0
137+
},
138+
{
139+
"id": 19,
140+
"start_date": "2018-04-05 00:00:00",
141+
"duration": 6,
142+
"text": "Task #2.2",
143+
"progress": 0.453052,
144+
"parent": 14,
145+
"open": 0
146+
},
147+
{
148+
"id": 20,
149+
"start_date": "2018-04-05 00:00:00",
150+
"duration": 4,
151+
"text": "Task #2.3",
152+
"progress": 0.512605,
153+
"parent": 14,
154+
"open": 0
155+
},
156+
{
157+
"id": 21,
158+
"start_date": "2018-04-05 00:00:00",
159+
"duration": 6,
160+
"text": "Task #2.4",
161+
"progress": 0.7,
162+
"parent": 14,
163+
"open": 0
164+
},
165+
{
166+
"id": 15,
167+
"start_date": "2018-04-05 00:00:00",
168+
"duration": 3,
169+
"text": "Task #3",
170+
"progress": 0.6,
171+
"parent": 12,
172+
"open": 0
173+
},
174+
{
175+
"id": 16,
176+
"start_date": "2018-04-01 00:00:00",
177+
"duration": 3,
178+
"text": "Task #4",
179+
"progress": 0.214286,
180+
"parent": 12,
181+
"open": 0
182+
},
183+
{
184+
"id": 22,
185+
"start_date": "2018-04-05 00:00:00",
186+
"duration": 7,
187+
"text": "Task #4.1",
188+
"progress": 1,
189+
"parent": 16,
190+
"open": 0
191+
},
192+
{
193+
"id": 23,
194+
"start_date": "2018-04-05 00:00:00",
195+
"duration": 5,
196+
"text": "Task #4.2",
197+
"progress": 1,
198+
"parent": 16,
199+
"open": 0
200+
},
201+
{
202+
"id": 24,
203+
"start_date": "2018-04-05 00:00:00",
204+
"duration": 5,
205+
"text": "Task #4.3",
206+
"progress": 0,
207+
"parent": 16,
208+
"open": 0
209+
},
210+
{
211+
"id": 17,
212+
"start_date": "2018-04-06 00:00:00",
213+
"duration": 6,
214+
"text": "Task #5",
215+
"progress": 0.5,
216+
"parent": 12,
217+
"open": 0
218+
}
219+
],
220+
"links": [
221+
{
222+
"id": 1,
223+
"source": 1,
224+
"target": 2,
225+
"type": "0"
226+
},
227+
{
228+
"id": 2,
229+
"source": 1,
230+
"target": 3,
231+
"type": "0"
232+
},
233+
{
234+
"id": 3,
235+
"source": 1,
236+
"target": 4,
237+
"type": "0"
238+
},
239+
{
240+
"id": 4,
241+
"source": 2,
242+
"target": 6,
243+
"type": "0"
244+
}
245+
]
246+
}

0 commit comments

Comments
 (0)