File tree 1 file changed +0
-116
lines changed
1 file changed +0
-116
lines changed Original file line number Diff line number Diff line change @@ -81,122 +81,6 @@ erDiagram
81
81
Team ||--o{ Assignment : "assigned to"
82
82
VillageLocation ||--o{ Assignment : "assigned in"
83
83
District ||--o{ VillageLocation : "includes"
84
- Project {
85
- String uid
86
- String code
87
- String name
88
- Boolean disabled
89
- }
90
-
91
- Activity {
92
- String uid
93
- String code
94
- String name
95
- Instant startDate
96
- Instant endDate
97
- Boolean disabled
98
- Boolean deleteClientData
99
- }
100
-
101
- VillageLocation {
102
- String uid
103
- String code
104
- String name
105
- Integer mappingStatus
106
- Integer districtCode
107
- String villageUid
108
- String subdistrictName
109
- String villageName
110
- String subvillageName
111
- Integer urbanRuralId
112
- String urbanRural
113
- String settlement
114
- Double pop2004
115
- Double pop2022
116
- Double longitude
117
- Double latitude
118
- String ppcCodeGis
119
- PublicLocationType level
120
- }
121
-
122
- Assignment {
123
- String uid
124
- String code
125
- Integer phaseNo
126
- Integer districtCode
127
- String gov
128
- String district
129
- String subdistrict
130
- String village
131
- String subvillage
132
- String name
133
- Integer dayId
134
- Double population
135
- Integer itnsPlanned
136
- Integer targetType
137
- Double longitude
138
- Double latitude
139
- Instant startDate
140
- }
141
-
142
- Team {
143
- String uid
144
- String code
145
- String name
146
- String description
147
- String mobile
148
- Integer workers
149
- String mobility
150
- TeamType teamType
151
- Boolean disabled
152
- Boolean deleteClientData
153
- }
154
-
155
- Warehouse {
156
- String uid
157
- String code
158
- String name
159
- String description
160
- String gpsCoordinate
161
- String supervisor
162
- String supervisorMobile
163
- }
164
-
165
- WarehouseItem {
166
- String uid
167
- String code
168
- String name
169
- String description
170
- }
171
-
172
- WarehouseTransaction {
173
- String uid
174
- String code
175
- String name
176
- String imovUid
177
- Instant transactionDate
178
- Integer phaseNo
179
- String entryType
180
- Integer quantity
181
- String notes
182
- String personName
183
- Integer workDayId
184
- Instant submissionTime
185
- Long submissionId
186
- Boolean deleted
187
- String submissionUuid
188
- Instant startEntryTime
189
- Instant finishedEntryTime
190
- SyncableStatus status
191
- }
192
-
193
- DataForm {
194
- String uid
195
- String code
196
- String name
197
- String description
198
- Boolean disabled
199
- }
200
84
```
201
85
202
86
** Warehouse Management:**
You can’t perform that action at this time.
0 commit comments