|
|
@@ -0,0 +1,672 @@
|
|
|
1
|
+digraph model_graph {
|
|
|
2
|
+ // Dotfile by Django-Extensions graph_models
|
|
|
3
|
+ // Created: 2025-09-22 14:07
|
|
|
4
|
+ // Cli Options: orgs recycle_core --group-models --disable-fields
|
|
|
5
|
+
|
|
|
6
|
+ fontname = "Roboto"
|
|
|
7
|
+ fontsize = 8
|
|
|
8
|
+ splines = true
|
|
|
9
|
+ rankdir = "TB"
|
|
|
10
|
+
|
|
|
11
|
+
|
|
|
12
|
+ node [
|
|
|
13
|
+ fontname = "Roboto"
|
|
|
14
|
+ fontsize = 8
|
|
|
15
|
+ shape = "plaintext"
|
|
|
16
|
+ ]
|
|
|
17
|
+
|
|
|
18
|
+ edge [
|
|
|
19
|
+ fontname = "Roboto"
|
|
|
20
|
+ fontsize = 8
|
|
|
21
|
+ ]
|
|
|
22
|
+
|
|
|
23
|
+ // Labels
|
|
|
24
|
+ subgraph cluster_orgs {
|
|
|
25
|
+ label=<
|
|
|
26
|
+ <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
27
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER">
|
|
|
28
|
+ <FONT FACE="Roboto" COLOR="Black" POINT-SIZE="10">
|
|
|
29
|
+ <B>orgs</B>
|
|
|
30
|
+ </FONT>
|
|
|
31
|
+ </TD></TR>
|
|
|
32
|
+ </TABLE>
|
|
|
33
|
+ >
|
|
|
34
|
+ color=olivedrab4
|
|
|
35
|
+ style="rounded"
|
|
|
36
|
+
|
|
|
37
|
+ orgs_models_TimestampedModel [label=<
|
|
|
38
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
39
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
40
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
41
|
+ TimestampedModel
|
|
|
42
|
+ </B></FONT></TD></TR>
|
|
|
43
|
+
|
|
|
44
|
+ </TABLE>
|
|
|
45
|
+ >]
|
|
|
46
|
+
|
|
|
47
|
+ orgs_models_Organization [label=<
|
|
|
48
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
49
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
50
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
51
|
+ Organization<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
52
|
+ </B></FONT></TD></TR>
|
|
|
53
|
+
|
|
|
54
|
+ </TABLE>
|
|
|
55
|
+ >]
|
|
|
56
|
+
|
|
|
57
|
+ orgs_models_OrganizationSite [label=<
|
|
|
58
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
59
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
60
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
61
|
+ OrganizationSite
|
|
|
62
|
+ </B></FONT></TD></TR>
|
|
|
63
|
+
|
|
|
64
|
+ </TABLE>
|
|
|
65
|
+ >]
|
|
|
66
|
+
|
|
|
67
|
+ orgs_models_UserProfile [label=<
|
|
|
68
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
69
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
70
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
71
|
+ UserProfile<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
72
|
+ </B></FONT></TD></TR>
|
|
|
73
|
+
|
|
|
74
|
+ </TABLE>
|
|
|
75
|
+ >]
|
|
|
76
|
+
|
|
|
77
|
+ }
|
|
|
78
|
+ subgraph cluster_recycle_core {
|
|
|
79
|
+ label=<
|
|
|
80
|
+ <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
81
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER">
|
|
|
82
|
+ <FONT FACE="Roboto" COLOR="Black" POINT-SIZE="10">
|
|
|
83
|
+ <B>recycle_core</B>
|
|
|
84
|
+ </FONT>
|
|
|
85
|
+ </TD></TR>
|
|
|
86
|
+ </TABLE>
|
|
|
87
|
+ >
|
|
|
88
|
+ color=olivedrab4
|
|
|
89
|
+ style="rounded"
|
|
|
90
|
+
|
|
|
91
|
+ recycle_core_models_TimestampedModel [label=<
|
|
|
92
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
93
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
94
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
95
|
+ TimestampedModel
|
|
|
96
|
+ </B></FONT></TD></TR>
|
|
|
97
|
+
|
|
|
98
|
+ </TABLE>
|
|
|
99
|
+ >]
|
|
|
100
|
+
|
|
|
101
|
+ recycle_core_models_MaterialCategory [label=<
|
|
|
102
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
103
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
104
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
105
|
+ MaterialCategory<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
106
|
+ </B></FONT></TD></TR>
|
|
|
107
|
+
|
|
|
108
|
+ </TABLE>
|
|
|
109
|
+ >]
|
|
|
110
|
+
|
|
|
111
|
+ recycle_core_models_ProvidedService [label=<
|
|
|
112
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
113
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
114
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
115
|
+ ProvidedService<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
116
|
+ </B></FONT></TD></TR>
|
|
|
117
|
+
|
|
|
118
|
+ </TABLE>
|
|
|
119
|
+ >]
|
|
|
120
|
+
|
|
|
121
|
+ recycle_core_models_Material [label=<
|
|
|
122
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
123
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
124
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
125
|
+ Material<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
126
|
+ </B></FONT></TD></TR>
|
|
|
127
|
+
|
|
|
128
|
+ </TABLE>
|
|
|
129
|
+ >]
|
|
|
130
|
+
|
|
|
131
|
+ recycle_core_models_MaterialImage [label=<
|
|
|
132
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
133
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
134
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
135
|
+ MaterialImage<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
136
|
+ </B></FONT></TD></TR>
|
|
|
137
|
+
|
|
|
138
|
+ </TABLE>
|
|
|
139
|
+ >]
|
|
|
140
|
+
|
|
|
141
|
+ recycle_core_models_PriceList [label=<
|
|
|
142
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
143
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
144
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
145
|
+ PriceList<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
146
|
+ </B></FONT></TD></TR>
|
|
|
147
|
+
|
|
|
148
|
+ </TABLE>
|
|
|
149
|
+ >]
|
|
|
150
|
+
|
|
|
151
|
+ recycle_core_models_PriceListItem [label=<
|
|
|
152
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
153
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
154
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
155
|
+ PriceListItem<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
156
|
+ </B></FONT></TD></TR>
|
|
|
157
|
+
|
|
|
158
|
+ </TABLE>
|
|
|
159
|
+ >]
|
|
|
160
|
+
|
|
|
161
|
+ recycle_core_models_Customer [label=<
|
|
|
162
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
163
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
164
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
165
|
+ Customer<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
166
|
+ </B></FONT></TD></TR>
|
|
|
167
|
+
|
|
|
168
|
+ </TABLE>
|
|
|
169
|
+ >]
|
|
|
170
|
+
|
|
|
171
|
+ recycle_core_models_CustomerSite [label=<
|
|
|
172
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
173
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
174
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
175
|
+ CustomerSite<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
176
|
+ </B></FONT></TD></TR>
|
|
|
177
|
+
|
|
|
178
|
+ </TABLE>
|
|
|
179
|
+ >]
|
|
|
180
|
+
|
|
|
181
|
+ recycle_core_models_ServiceAgreement [label=<
|
|
|
182
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
183
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
184
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
185
|
+ ServiceAgreement<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
186
|
+ </B></FONT></TD></TR>
|
|
|
187
|
+
|
|
|
188
|
+ </TABLE>
|
|
|
189
|
+ >]
|
|
|
190
|
+
|
|
|
191
|
+ recycle_core_models_PickupOrder [label=<
|
|
|
192
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
193
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
194
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
195
|
+ PickupOrder<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
196
|
+ </B></FONT></TD></TR>
|
|
|
197
|
+
|
|
|
198
|
+ </TABLE>
|
|
|
199
|
+ >]
|
|
|
200
|
+
|
|
|
201
|
+ recycle_core_models_PickupItem [label=<
|
|
|
202
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
203
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
204
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
205
|
+ PickupItem<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
206
|
+ </B></FONT></TD></TR>
|
|
|
207
|
+
|
|
|
208
|
+ </TABLE>
|
|
|
209
|
+ >]
|
|
|
210
|
+
|
|
|
211
|
+ recycle_core_models_WeighTicket [label=<
|
|
|
212
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
213
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
214
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
215
|
+ WeighTicket<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
216
|
+ </B></FONT></TD></TR>
|
|
|
217
|
+
|
|
|
218
|
+ </TABLE>
|
|
|
219
|
+ >]
|
|
|
220
|
+
|
|
|
221
|
+ recycle_core_models_WeighLine [label=<
|
|
|
222
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
223
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
224
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
225
|
+ WeighLine<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
226
|
+ </B></FONT></TD></TR>
|
|
|
227
|
+
|
|
|
228
|
+ </TABLE>
|
|
|
229
|
+ >]
|
|
|
230
|
+
|
|
|
231
|
+ recycle_core_models_Invoice [label=<
|
|
|
232
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
233
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
234
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
235
|
+ Invoice<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
236
|
+ </B></FONT></TD></TR>
|
|
|
237
|
+
|
|
|
238
|
+ </TABLE>
|
|
|
239
|
+ >]
|
|
|
240
|
+
|
|
|
241
|
+ recycle_core_models_InvoiceLine [label=<
|
|
|
242
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
243
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
244
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
245
|
+ InvoiceLine<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
246
|
+ </B></FONT></TD></TR>
|
|
|
247
|
+
|
|
|
248
|
+ </TABLE>
|
|
|
249
|
+ >]
|
|
|
250
|
+
|
|
|
251
|
+ recycle_core_models_Payment [label=<
|
|
|
252
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
253
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
254
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
255
|
+ Payment<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
256
|
+ </B></FONT></TD></TR>
|
|
|
257
|
+
|
|
|
258
|
+ </TABLE>
|
|
|
259
|
+ >]
|
|
|
260
|
+
|
|
|
261
|
+ recycle_core_models_Payout [label=<
|
|
|
262
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
263
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
264
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
265
|
+ Payout<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
266
|
+ </B></FONT></TD></TR>
|
|
|
267
|
+
|
|
|
268
|
+ </TABLE>
|
|
|
269
|
+ >]
|
|
|
270
|
+
|
|
|
271
|
+ recycle_core_models_Document [label=<
|
|
|
272
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
273
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
274
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
275
|
+ Document<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
276
|
+ </B></FONT></TD></TR>
|
|
|
277
|
+
|
|
|
278
|
+ </TABLE>
|
|
|
279
|
+ >]
|
|
|
280
|
+
|
|
|
281
|
+ recycle_core_models_AuditLog [label=<
|
|
|
282
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
283
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
284
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
285
|
+ AuditLog<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
286
|
+ </B></FONT></TD></TR>
|
|
|
287
|
+
|
|
|
288
|
+ </TABLE>
|
|
|
289
|
+ >]
|
|
|
290
|
+
|
|
|
291
|
+ recycle_core_models_ScrapListing [label=<
|
|
|
292
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
293
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
294
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
295
|
+ ScrapListing<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
296
|
+ </B></FONT></TD></TR>
|
|
|
297
|
+
|
|
|
298
|
+ </TABLE>
|
|
|
299
|
+ >]
|
|
|
300
|
+
|
|
|
301
|
+ recycle_core_models_ScrapListingItem [label=<
|
|
|
302
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
303
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
304
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
305
|
+ ScrapListingItem<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
306
|
+ </B></FONT></TD></TR>
|
|
|
307
|
+
|
|
|
308
|
+ </TABLE>
|
|
|
309
|
+ >]
|
|
|
310
|
+
|
|
|
311
|
+ recycle_core_models_ScrapBid [label=<
|
|
|
312
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
313
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
314
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
315
|
+ ScrapBid<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
316
|
+ </B></FONT></TD></TR>
|
|
|
317
|
+
|
|
|
318
|
+ </TABLE>
|
|
|
319
|
+ >]
|
|
|
320
|
+
|
|
|
321
|
+ recycle_core_models_ScrapAward [label=<
|
|
|
322
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
323
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
324
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
325
|
+ ScrapAward<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
326
|
+ </B></FONT></TD></TR>
|
|
|
327
|
+
|
|
|
328
|
+ </TABLE>
|
|
|
329
|
+ >]
|
|
|
330
|
+
|
|
|
331
|
+ recycle_core_models_ScrapListingInvite [label=<
|
|
|
332
|
+ <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
|
|
|
333
|
+ <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
334
|
+ <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
|
|
|
335
|
+ ScrapListingInvite<BR/><<FONT FACE="Roboto"><I>TimestampedModel</I></FONT>>
|
|
|
336
|
+ </B></FONT></TD></TR>
|
|
|
337
|
+
|
|
|
338
|
+ </TABLE>
|
|
|
339
|
+ >]
|
|
|
340
|
+
|
|
|
341
|
+ }
|
|
|
342
|
+
|
|
|
343
|
+
|
|
|
344
|
+ // Relations
|
|
|
345
|
+
|
|
|
346
|
+ orgs_models_Organization -> orgs_models_TimestampedModel
|
|
|
347
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
348
|
+
|
|
|
349
|
+ orgs_models_OrganizationSite -> orgs_models_Organization
|
|
|
350
|
+ [label=" organization (sites)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
351
|
+ django_contrib_sites_models_Site [label=<
|
|
|
352
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
353
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
354
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">Site</FONT>
|
|
|
355
|
+ </TD></TR>
|
|
|
356
|
+ </TABLE>
|
|
|
357
|
+ >]
|
|
|
358
|
+ orgs_models_OrganizationSite -> django_contrib_sites_models_Site
|
|
|
359
|
+ [label=" site (organization_site)"] [arrowhead=none, arrowtail=none, dir=both];
|
|
|
360
|
+ django_contrib_auth_models_User [label=<
|
|
|
361
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
362
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
363
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
364
|
+ </TD></TR>
|
|
|
365
|
+ </TABLE>
|
|
|
366
|
+ >]
|
|
|
367
|
+ orgs_models_UserProfile -> django_contrib_auth_models_User
|
|
|
368
|
+ [label=" user (recycle_profile)"] [arrowhead=none, arrowtail=none, dir=both];
|
|
|
369
|
+
|
|
|
370
|
+ orgs_models_UserProfile -> orgs_models_Organization
|
|
|
371
|
+ [label=" organization (users)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
372
|
+
|
|
|
373
|
+ orgs_models_UserProfile -> orgs_models_TimestampedModel
|
|
|
374
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
375
|
+
|
|
|
376
|
+
|
|
|
377
|
+ recycle_core_models_MaterialCategory -> orgs_models_Organization
|
|
|
378
|
+ [label=" organization (material_categories)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
379
|
+
|
|
|
380
|
+ recycle_core_models_MaterialCategory -> recycle_core_models_TimestampedModel
|
|
|
381
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
382
|
+
|
|
|
383
|
+ recycle_core_models_ProvidedService -> orgs_models_Organization
|
|
|
384
|
+ [label=" organization (services)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
385
|
+
|
|
|
386
|
+ recycle_core_models_ProvidedService -> recycle_core_models_TimestampedModel
|
|
|
387
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
388
|
+
|
|
|
389
|
+ recycle_core_models_Material -> orgs_models_Organization
|
|
|
390
|
+ [label=" organization (materials)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
391
|
+
|
|
|
392
|
+ recycle_core_models_Material -> recycle_core_models_TimestampedModel
|
|
|
393
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
394
|
+
|
|
|
395
|
+ recycle_core_models_MaterialImage -> recycle_core_models_Material
|
|
|
396
|
+ [label=" material (images)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
397
|
+
|
|
|
398
|
+ recycle_core_models_MaterialImage -> recycle_core_models_TimestampedModel
|
|
|
399
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
400
|
+
|
|
|
401
|
+ recycle_core_models_PriceList -> orgs_models_Organization
|
|
|
402
|
+ [label=" organization (price_lists)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
403
|
+
|
|
|
404
|
+ recycle_core_models_PriceList -> recycle_core_models_TimestampedModel
|
|
|
405
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
406
|
+
|
|
|
407
|
+ recycle_core_models_PriceListItem -> recycle_core_models_PriceList
|
|
|
408
|
+ [label=" price_list (items)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
409
|
+
|
|
|
410
|
+ recycle_core_models_PriceListItem -> recycle_core_models_Material
|
|
|
411
|
+ [label=" material (price_items)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
412
|
+
|
|
|
413
|
+ recycle_core_models_PriceListItem -> recycle_core_models_TimestampedModel
|
|
|
414
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
415
|
+
|
|
|
416
|
+ recycle_core_models_Customer -> orgs_models_Organization
|
|
|
417
|
+ [label=" organization (customers)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
418
|
+
|
|
|
419
|
+ recycle_core_models_Customer -> recycle_core_models_PriceList
|
|
|
420
|
+ [label=" price_list (customers)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
421
|
+
|
|
|
422
|
+ recycle_core_models_Customer -> recycle_core_models_TimestampedModel
|
|
|
423
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
424
|
+
|
|
|
425
|
+ recycle_core_models_CustomerSite -> recycle_core_models_Customer
|
|
|
426
|
+ [label=" customer (sites)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
427
|
+
|
|
|
428
|
+ recycle_core_models_CustomerSite -> recycle_core_models_TimestampedModel
|
|
|
429
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
430
|
+
|
|
|
431
|
+ recycle_core_models_ServiceAgreement -> recycle_core_models_Customer
|
|
|
432
|
+ [label=" customer (agreements)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
433
|
+
|
|
|
434
|
+ recycle_core_models_ServiceAgreement -> recycle_core_models_CustomerSite
|
|
|
435
|
+ [label=" site (agreements)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
436
|
+
|
|
|
437
|
+ recycle_core_models_ServiceAgreement -> recycle_core_models_PriceList
|
|
|
438
|
+ [label=" price_list (agreements)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
439
|
+
|
|
|
440
|
+ recycle_core_models_ServiceAgreement -> recycle_core_models_TimestampedModel
|
|
|
441
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
442
|
+
|
|
|
443
|
+ recycle_core_models_PickupOrder -> orgs_models_Organization
|
|
|
444
|
+ [label=" organization (pickup_orders)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
445
|
+
|
|
|
446
|
+ recycle_core_models_PickupOrder -> recycle_core_models_Customer
|
|
|
447
|
+ [label=" customer (pickup_orders)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
448
|
+
|
|
|
449
|
+ recycle_core_models_PickupOrder -> recycle_core_models_CustomerSite
|
|
|
450
|
+ [label=" site (pickup_orders)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
451
|
+ django_contrib_auth_models_User [label=<
|
|
|
452
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
453
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
454
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
455
|
+ </TD></TR>
|
|
|
456
|
+ </TABLE>
|
|
|
457
|
+ >]
|
|
|
458
|
+ recycle_core_models_PickupOrder -> django_contrib_auth_models_User
|
|
|
459
|
+ [label=" assigned_driver (assigned_pickups)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
460
|
+ django_contrib_auth_models_User [label=<
|
|
|
461
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
462
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
463
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
464
|
+ </TD></TR>
|
|
|
465
|
+ </TABLE>
|
|
|
466
|
+ >]
|
|
|
467
|
+ recycle_core_models_PickupOrder -> django_contrib_auth_models_User
|
|
|
468
|
+ [label=" created_by (created_pickups)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
469
|
+
|
|
|
470
|
+ recycle_core_models_PickupOrder -> recycle_core_models_TimestampedModel
|
|
|
471
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
472
|
+
|
|
|
473
|
+ recycle_core_models_PickupItem -> recycle_core_models_PickupOrder
|
|
|
474
|
+ [label=" pickup (items)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
475
|
+
|
|
|
476
|
+ recycle_core_models_PickupItem -> recycle_core_models_Material
|
|
|
477
|
+ [label=" material (pickupitem)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
478
|
+
|
|
|
479
|
+ recycle_core_models_PickupItem -> recycle_core_models_TimestampedModel
|
|
|
480
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
481
|
+
|
|
|
482
|
+ recycle_core_models_WeighTicket -> recycle_core_models_PickupOrder
|
|
|
483
|
+ [label=" pickup (weigh_ticket)"] [arrowhead=none, arrowtail=none, dir=both];
|
|
|
484
|
+ django_contrib_auth_models_User [label=<
|
|
|
485
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
486
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
487
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
488
|
+ </TD></TR>
|
|
|
489
|
+ </TABLE>
|
|
|
490
|
+ >]
|
|
|
491
|
+ recycle_core_models_WeighTicket -> django_contrib_auth_models_User
|
|
|
492
|
+ [label=" recorded_by (weigh_tickets)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
493
|
+
|
|
|
494
|
+ recycle_core_models_WeighTicket -> recycle_core_models_TimestampedModel
|
|
|
495
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
496
|
+
|
|
|
497
|
+ recycle_core_models_WeighLine -> recycle_core_models_WeighTicket
|
|
|
498
|
+ [label=" ticket (lines)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
499
|
+
|
|
|
500
|
+ recycle_core_models_WeighLine -> recycle_core_models_Material
|
|
|
501
|
+ [label=" material (weighline)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
502
|
+
|
|
|
503
|
+ recycle_core_models_WeighLine -> recycle_core_models_TimestampedModel
|
|
|
504
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
505
|
+
|
|
|
506
|
+ recycle_core_models_Invoice -> orgs_models_Organization
|
|
|
507
|
+ [label=" organization (invoices)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
508
|
+
|
|
|
509
|
+ recycle_core_models_Invoice -> recycle_core_models_Customer
|
|
|
510
|
+ [label=" customer (invoices)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
511
|
+
|
|
|
512
|
+ recycle_core_models_Invoice -> recycle_core_models_PickupOrder
|
|
|
513
|
+ [label=" pickup (invoices)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
514
|
+
|
|
|
515
|
+ recycle_core_models_Invoice -> recycle_core_models_TimestampedModel
|
|
|
516
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
517
|
+
|
|
|
518
|
+ recycle_core_models_InvoiceLine -> recycle_core_models_Invoice
|
|
|
519
|
+ [label=" invoice (lines)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
520
|
+
|
|
|
521
|
+ recycle_core_models_InvoiceLine -> recycle_core_models_Material
|
|
|
522
|
+ [label=" material (invoiceline)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
523
|
+
|
|
|
524
|
+ recycle_core_models_InvoiceLine -> recycle_core_models_TimestampedModel
|
|
|
525
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
526
|
+
|
|
|
527
|
+ recycle_core_models_Payment -> recycle_core_models_Invoice
|
|
|
528
|
+ [label=" invoice (payments)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
529
|
+
|
|
|
530
|
+ recycle_core_models_Payment -> recycle_core_models_TimestampedModel
|
|
|
531
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
532
|
+
|
|
|
533
|
+ recycle_core_models_Payout -> orgs_models_Organization
|
|
|
534
|
+ [label=" organization (payouts)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
535
|
+
|
|
|
536
|
+ recycle_core_models_Payout -> recycle_core_models_Customer
|
|
|
537
|
+ [label=" customer (payouts)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
538
|
+
|
|
|
539
|
+ recycle_core_models_Payout -> recycle_core_models_PickupOrder
|
|
|
540
|
+ [label=" pickup (payouts)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
541
|
+
|
|
|
542
|
+ recycle_core_models_Payout -> recycle_core_models_TimestampedModel
|
|
|
543
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
544
|
+
|
|
|
545
|
+ recycle_core_models_Document -> orgs_models_Organization
|
|
|
546
|
+ [label=" organization (documents)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
547
|
+ django_contrib_contenttypes_models_ContentType [label=<
|
|
|
548
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
549
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
550
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">ContentType</FONT>
|
|
|
551
|
+ </TD></TR>
|
|
|
552
|
+ </TABLE>
|
|
|
553
|
+ >]
|
|
|
554
|
+ recycle_core_models_Document -> django_contrib_contenttypes_models_ContentType
|
|
|
555
|
+ [label=" content_type (document)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
556
|
+ django_contrib_auth_models_User [label=<
|
|
|
557
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
558
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
559
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
560
|
+ </TD></TR>
|
|
|
561
|
+ </TABLE>
|
|
|
562
|
+ >]
|
|
|
563
|
+ recycle_core_models_Document -> django_contrib_auth_models_User
|
|
|
564
|
+ [label=" uploaded_by (document)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
565
|
+
|
|
|
566
|
+ recycle_core_models_Document -> recycle_core_models_TimestampedModel
|
|
|
567
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
568
|
+
|
|
|
569
|
+ recycle_core_models_AuditLog -> orgs_models_Organization
|
|
|
570
|
+ [label=" organization (audit_logs)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
571
|
+ django_contrib_auth_models_User [label=<
|
|
|
572
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
573
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
574
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
575
|
+ </TD></TR>
|
|
|
576
|
+ </TABLE>
|
|
|
577
|
+ >]
|
|
|
578
|
+ recycle_core_models_AuditLog -> django_contrib_auth_models_User
|
|
|
579
|
+ [label=" user (auditlog)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
580
|
+ django_contrib_contenttypes_models_ContentType [label=<
|
|
|
581
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
582
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
583
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">ContentType</FONT>
|
|
|
584
|
+ </TD></TR>
|
|
|
585
|
+ </TABLE>
|
|
|
586
|
+ >]
|
|
|
587
|
+ recycle_core_models_AuditLog -> django_contrib_contenttypes_models_ContentType
|
|
|
588
|
+ [label=" content_type (auditlog)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
589
|
+
|
|
|
590
|
+ recycle_core_models_AuditLog -> recycle_core_models_TimestampedModel
|
|
|
591
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
592
|
+
|
|
|
593
|
+ recycle_core_models_ScrapListing -> orgs_models_Organization
|
|
|
594
|
+ [label=" organization (scrap_listings)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
595
|
+
|
|
|
596
|
+ recycle_core_models_ScrapListing -> recycle_core_models_Customer
|
|
|
597
|
+ [label=" customer (scrap_listings)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
598
|
+
|
|
|
599
|
+ recycle_core_models_ScrapListing -> recycle_core_models_CustomerSite
|
|
|
600
|
+ [label=" site (scrap_listings)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
601
|
+ django_contrib_auth_models_User [label=<
|
|
|
602
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
603
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
604
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
605
|
+ </TD></TR>
|
|
|
606
|
+ </TABLE>
|
|
|
607
|
+ >]
|
|
|
608
|
+ recycle_core_models_ScrapListing -> django_contrib_auth_models_User
|
|
|
609
|
+ [label=" created_by (created_listings)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
610
|
+
|
|
|
611
|
+ recycle_core_models_ScrapListing -> recycle_core_models_TimestampedModel
|
|
|
612
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
613
|
+
|
|
|
614
|
+ recycle_core_models_ScrapListingItem -> recycle_core_models_ScrapListing
|
|
|
615
|
+ [label=" listing (items)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
616
|
+
|
|
|
617
|
+ recycle_core_models_ScrapListingItem -> recycle_core_models_Material
|
|
|
618
|
+ [label=" material (scraplistingitem)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
619
|
+
|
|
|
620
|
+ recycle_core_models_ScrapListingItem -> recycle_core_models_TimestampedModel
|
|
|
621
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
622
|
+
|
|
|
623
|
+ recycle_core_models_ScrapBid -> recycle_core_models_ScrapListing
|
|
|
624
|
+ [label=" listing (bids)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
625
|
+
|
|
|
626
|
+ recycle_core_models_ScrapBid -> orgs_models_Organization
|
|
|
627
|
+ [label=" bidder_org (bids)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
628
|
+ django_contrib_auth_models_User [label=<
|
|
|
629
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
630
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
631
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
632
|
+ </TD></TR>
|
|
|
633
|
+ </TABLE>
|
|
|
634
|
+ >]
|
|
|
635
|
+ recycle_core_models_ScrapBid -> django_contrib_auth_models_User
|
|
|
636
|
+ [label=" bidder_user (bids)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
637
|
+
|
|
|
638
|
+ recycle_core_models_ScrapBid -> recycle_core_models_TimestampedModel
|
|
|
639
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
640
|
+
|
|
|
641
|
+ recycle_core_models_ScrapAward -> recycle_core_models_ScrapListing
|
|
|
642
|
+ [label=" listing (award)"] [arrowhead=none, arrowtail=none, dir=both];
|
|
|
643
|
+
|
|
|
644
|
+ recycle_core_models_ScrapAward -> recycle_core_models_ScrapBid
|
|
|
645
|
+ [label=" winning_bid (awards)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
646
|
+
|
|
|
647
|
+ recycle_core_models_ScrapAward -> recycle_core_models_PickupOrder
|
|
|
648
|
+ [label=" pickup (awards)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
649
|
+
|
|
|
650
|
+ recycle_core_models_ScrapAward -> recycle_core_models_TimestampedModel
|
|
|
651
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
652
|
+
|
|
|
653
|
+ recycle_core_models_ScrapListingInvite -> recycle_core_models_ScrapListing
|
|
|
654
|
+ [label=" listing (invites)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
655
|
+
|
|
|
656
|
+ recycle_core_models_ScrapListingInvite -> orgs_models_Organization
|
|
|
657
|
+ [label=" invited_org (listing_invites)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
658
|
+ django_contrib_auth_models_User [label=<
|
|
|
659
|
+ <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
|
|
|
660
|
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
|
|
|
661
|
+ <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">User</FONT>
|
|
|
662
|
+ </TD></TR>
|
|
|
663
|
+ </TABLE>
|
|
|
664
|
+ >]
|
|
|
665
|
+ recycle_core_models_ScrapListingInvite -> django_contrib_auth_models_User
|
|
|
666
|
+ [label=" invited_user (listing_invites)"] [arrowhead=none, arrowtail=dot, dir=both];
|
|
|
667
|
+
|
|
|
668
|
+ recycle_core_models_ScrapListingInvite -> recycle_core_models_TimestampedModel
|
|
|
669
|
+ [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
|
|
|
670
|
+
|
|
|
671
|
+
|
|
|
672
|
+}
|