ig3tool 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/ig3tool +114 -0
- data/lib/glade/bib.glade +539 -0
- data/lib/glade/bibliotheek.glade +994 -0
- data/lib/glade/icons/cola.png +0 -0
- data/lib/glade/icons/emblem-money.png +0 -0
- data/lib/glade/icons/emblem-package.png +0 -0
- data/lib/glade/icons/emblem-penning.xpm +98 -0
- data/lib/glade/icons/emblem-people.png +0 -0
- data/lib/glade/icons/emblem-sales.png +0 -0
- data/lib/glade/icons/gdict.png +0 -0
- data/lib/glade/icons/members_klein.png +0 -0
- data/lib/glade/icons/members_xklein.png +0 -0
- data/lib/glade/icons/no.xpm +34 -0
- data/lib/glade/icons/stock_book.svg +338 -0
- data/lib/glade/icons/stock_book_klein.png +0 -0
- data/lib/glade/icons/stock_book_xklein.png +0 -0
- data/lib/glade/icons/stock_bookmark.svg +327 -0
- data/lib/glade/icons/stock_bookmark_klein.png +0 -0
- data/lib/glade/icons/stock_bookmark_xklein.png +0 -0
- data/lib/glade/icons/stock_print.png +0 -0
- data/lib/glade/interne.glade +228 -0
- data/lib/glade/loginwindow.glade +255 -0
- data/lib/glade/memberinfo.svg +411 -0
- data/lib/glade/memberinfo_klein.png +0 -0
- data/lib/glade/memberinfo_xklein.png +0 -0
- data/lib/glade/members.glade +596 -0
- data/lib/glade/members.svg +559 -0
- data/lib/glade/members_klein.png +0 -0
- data/lib/glade/members_xklein.png +0 -0
- data/lib/glade/penningtool.glade +731 -0
- data/lib/glade/people.glade +947 -0
- data/lib/glade/printen.glade +358 -0
- data/lib/glade/printer.png +0 -0
- data/lib/glade/printer_klein.png +0 -0
- data/lib/glade/printer_xklein.png +0 -0
- data/lib/glade/printerlog_klein.png +0 -0
- data/lib/glade/printerlog_xklein.png +0 -0
- data/lib/glade/printing.glade +841 -0
- data/lib/glade/products.glade +404 -0
- data/lib/glade/sales.glade +426 -0
- data/lib/glade/stock_book.svg +338 -0
- data/lib/glade/stock_book_klein.png +0 -0
- data/lib/glade/stock_book_xklein.png +0 -0
- data/lib/glade/stock_bookmark_klein.png +0 -0
- data/lib/glade/stock_bookmark_xklein.png +0 -0
- data/lib/glade/vendingmachine.glade +207 -0
- data/lib/lib/errors.rb +90 -0
- data/lib/lib/util.rb +89 -0
- data/lib/ui/automaatwindow.rb +107 -0
- data/lib/ui/bibliotheekwindow.rb +453 -0
- data/lib/ui/bibwindow.rb +537 -0
- data/lib/ui/gladehelper.rb +110 -0
- data/lib/ui/internewindow.rb +126 -0
- data/lib/ui/loginwindow.rb +60 -0
- data/lib/ui/memberswindow.rb +327 -0
- data/lib/ui/messagebox.rb +23 -0
- data/lib/ui/peoplewindow.rb +333 -0
- data/lib/ui/printenwindow.rb +329 -0
- data/lib/ui/printingwindow.rb +395 -0
- data/lib/ui/productswindow.rb +160 -0
- data/lib/ui/saleswindow.rb +207 -0
- data/lib/ui/toolwindow.rb +97 -0
- metadata +128 -0
@@ -0,0 +1,731 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
3
|
+
<!--*- mode: xml -*-->
|
4
|
+
<glade-interface>
|
5
|
+
<widget class="GtkWindow" id="window">
|
6
|
+
<property name="visible">True</property>
|
7
|
+
<property name="can_focus">True</property>
|
8
|
+
<property name="title" translatable="yes">Penningtool</property>
|
9
|
+
<property name="default_width">800</property>
|
10
|
+
<property name="default_height">600</property>
|
11
|
+
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
12
|
+
<child>
|
13
|
+
<widget class="GtkHBox" id="hbox1">
|
14
|
+
<property name="visible">True</property>
|
15
|
+
<child>
|
16
|
+
<widget class="GtkNotebook" id="notebook1">
|
17
|
+
<property name="width_request">3</property>
|
18
|
+
<property name="visible">True</property>
|
19
|
+
<property name="can_focus">True</property>
|
20
|
+
<child>
|
21
|
+
<widget class="GtkHBox" id="hbox2">
|
22
|
+
<property name="visible">True</property>
|
23
|
+
<child>
|
24
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow5">
|
25
|
+
<property name="width_request">125</property>
|
26
|
+
<property name="visible">True</property>
|
27
|
+
<property name="can_focus">True</property>
|
28
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
29
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
30
|
+
<child>
|
31
|
+
<widget class="GtkTreeView" id="dabe_menu">
|
32
|
+
<property name="visible">True</property>
|
33
|
+
<property name="can_focus">True</property>
|
34
|
+
<property name="border_width">6</property>
|
35
|
+
<property name="headers_visible">False</property>
|
36
|
+
<signal name="cursor_changed" handler="on_dabe_menu_cursor_changed"/>
|
37
|
+
</widget>
|
38
|
+
</child>
|
39
|
+
</widget>
|
40
|
+
<packing>
|
41
|
+
<property name="expand">False</property>
|
42
|
+
</packing>
|
43
|
+
</child>
|
44
|
+
<child>
|
45
|
+
<widget class="GtkVBox" id="vbox4">
|
46
|
+
<property name="visible">True</property>
|
47
|
+
<child>
|
48
|
+
<widget class="GtkScrolledWindow" id="kosten_opbrengsten">
|
49
|
+
<property name="can_focus">True</property>
|
50
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
51
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
52
|
+
<child>
|
53
|
+
<widget class="GtkViewport" id="viewport3">
|
54
|
+
<property name="visible">True</property>
|
55
|
+
<child>
|
56
|
+
<widget class="GtkVBox" id="vbox8">
|
57
|
+
<property name="visible">True</property>
|
58
|
+
<property name="border_width">6</property>
|
59
|
+
<property name="spacing">12</property>
|
60
|
+
<child>
|
61
|
+
<widget class="GtkTable" id="table1">
|
62
|
+
<property name="visible">True</property>
|
63
|
+
<property name="n_rows">3</property>
|
64
|
+
<property name="n_columns">4</property>
|
65
|
+
<property name="column_spacing">6</property>
|
66
|
+
<property name="row_spacing">6</property>
|
67
|
+
<child>
|
68
|
+
<widget class="GtkComboBox" id="dabe_ko_status">
|
69
|
+
<property name="visible">True</property>
|
70
|
+
<property name="items" translatable="yes">Opbrengst
|
71
|
+
Kost</property>
|
72
|
+
</widget>
|
73
|
+
<packing>
|
74
|
+
<property name="left_attach">3</property>
|
75
|
+
<property name="right_attach">4</property>
|
76
|
+
<property name="top_attach">2</property>
|
77
|
+
<property name="bottom_attach">3</property>
|
78
|
+
<property name="x_options">GTK_FILL</property>
|
79
|
+
<property name="y_options">GTK_FILL</property>
|
80
|
+
</packing>
|
81
|
+
</child>
|
82
|
+
<child>
|
83
|
+
<widget class="GtkLabel" id="label27">
|
84
|
+
<property name="visible">True</property>
|
85
|
+
<property name="xalign">0</property>
|
86
|
+
</widget>
|
87
|
+
<packing>
|
88
|
+
<property name="left_attach">2</property>
|
89
|
+
<property name="right_attach">3</property>
|
90
|
+
<property name="top_attach">2</property>
|
91
|
+
<property name="bottom_attach">3</property>
|
92
|
+
<property name="x_options">GTK_FILL</property>
|
93
|
+
<property name="y_options"></property>
|
94
|
+
</packing>
|
95
|
+
</child>
|
96
|
+
<child>
|
97
|
+
<widget class="GtkEntry" id="dabe_ko_referentie">
|
98
|
+
<property name="visible">True</property>
|
99
|
+
<property name="can_focus">True</property>
|
100
|
+
<property name="invisible_char">*</property>
|
101
|
+
</widget>
|
102
|
+
<packing>
|
103
|
+
<property name="left_attach">3</property>
|
104
|
+
<property name="right_attach">4</property>
|
105
|
+
<property name="top_attach">1</property>
|
106
|
+
<property name="bottom_attach">2</property>
|
107
|
+
<property name="y_options"></property>
|
108
|
+
</packing>
|
109
|
+
</child>
|
110
|
+
<child>
|
111
|
+
<widget class="GtkEntry" id="dabe_ko_datum">
|
112
|
+
<property name="visible">True</property>
|
113
|
+
<property name="can_focus">True</property>
|
114
|
+
<property name="invisible_char">*</property>
|
115
|
+
</widget>
|
116
|
+
<packing>
|
117
|
+
<property name="left_attach">3</property>
|
118
|
+
<property name="right_attach">4</property>
|
119
|
+
<property name="y_options"></property>
|
120
|
+
</packing>
|
121
|
+
</child>
|
122
|
+
<child>
|
123
|
+
<widget class="GtkEntry" id="dabe_ko_bedrag">
|
124
|
+
<property name="visible">True</property>
|
125
|
+
<property name="can_focus">True</property>
|
126
|
+
<property name="invisible_char">*</property>
|
127
|
+
</widget>
|
128
|
+
<packing>
|
129
|
+
<property name="left_attach">1</property>
|
130
|
+
<property name="right_attach">2</property>
|
131
|
+
<property name="top_attach">2</property>
|
132
|
+
<property name="bottom_attach">3</property>
|
133
|
+
<property name="y_options"></property>
|
134
|
+
</packing>
|
135
|
+
</child>
|
136
|
+
<child>
|
137
|
+
<widget class="GtkEntry" id="dabe_ko_omschrijving">
|
138
|
+
<property name="visible">True</property>
|
139
|
+
<property name="can_focus">True</property>
|
140
|
+
<property name="invisible_char">*</property>
|
141
|
+
</widget>
|
142
|
+
<packing>
|
143
|
+
<property name="left_attach">1</property>
|
144
|
+
<property name="right_attach">2</property>
|
145
|
+
<property name="top_attach">1</property>
|
146
|
+
<property name="bottom_attach">2</property>
|
147
|
+
<property name="y_options"></property>
|
148
|
+
</packing>
|
149
|
+
</child>
|
150
|
+
<child>
|
151
|
+
<widget class="GtkLabel" id="label26">
|
152
|
+
<property name="visible">True</property>
|
153
|
+
<property name="xalign">0</property>
|
154
|
+
<property name="label" translatable="yes">Referentie: </property>
|
155
|
+
</widget>
|
156
|
+
<packing>
|
157
|
+
<property name="left_attach">2</property>
|
158
|
+
<property name="right_attach">3</property>
|
159
|
+
<property name="top_attach">1</property>
|
160
|
+
<property name="bottom_attach">2</property>
|
161
|
+
<property name="x_options">GTK_FILL</property>
|
162
|
+
<property name="y_options"></property>
|
163
|
+
</packing>
|
164
|
+
</child>
|
165
|
+
<child>
|
166
|
+
<widget class="GtkLabel" id="label25">
|
167
|
+
<property name="visible">True</property>
|
168
|
+
<property name="xalign">0</property>
|
169
|
+
<property name="label" translatable="yes">Bedrag: </property>
|
170
|
+
</widget>
|
171
|
+
<packing>
|
172
|
+
<property name="top_attach">2</property>
|
173
|
+
<property name="bottom_attach">3</property>
|
174
|
+
<property name="x_options">GTK_FILL</property>
|
175
|
+
<property name="y_options"></property>
|
176
|
+
</packing>
|
177
|
+
</child>
|
178
|
+
<child>
|
179
|
+
<widget class="GtkLabel" id="label24">
|
180
|
+
<property name="visible">True</property>
|
181
|
+
<property name="xalign">0</property>
|
182
|
+
<property name="label" translatable="yes">Omschrijving: </property>
|
183
|
+
</widget>
|
184
|
+
<packing>
|
185
|
+
<property name="top_attach">1</property>
|
186
|
+
<property name="bottom_attach">2</property>
|
187
|
+
<property name="x_options">GTK_FILL</property>
|
188
|
+
<property name="y_options"></property>
|
189
|
+
</packing>
|
190
|
+
</child>
|
191
|
+
<child>
|
192
|
+
<widget class="GtkLabel" id="label23">
|
193
|
+
<property name="visible">True</property>
|
194
|
+
<property name="xalign">0</property>
|
195
|
+
<property name="label" translatable="yes">Datum: </property>
|
196
|
+
</widget>
|
197
|
+
<packing>
|
198
|
+
<property name="left_attach">2</property>
|
199
|
+
<property name="right_attach">3</property>
|
200
|
+
<property name="x_options">GTK_FILL</property>
|
201
|
+
<property name="y_options"></property>
|
202
|
+
</packing>
|
203
|
+
</child>
|
204
|
+
<child>
|
205
|
+
<widget class="GtkComboBoxEntry" id="dabe_ko_categorie">
|
206
|
+
<property name="visible">True</property>
|
207
|
+
<child internal-child="entry">
|
208
|
+
<widget class="GtkEntry" id="comboboxentry-entry1">
|
209
|
+
</widget>
|
210
|
+
</child>
|
211
|
+
</widget>
|
212
|
+
<packing>
|
213
|
+
<property name="left_attach">1</property>
|
214
|
+
<property name="right_attach">2</property>
|
215
|
+
<property name="x_options">GTK_FILL</property>
|
216
|
+
<property name="y_options">GTK_FILL</property>
|
217
|
+
</packing>
|
218
|
+
</child>
|
219
|
+
<child>
|
220
|
+
<widget class="GtkLabel" id="label19">
|
221
|
+
<property name="visible">True</property>
|
222
|
+
<property name="xalign">0</property>
|
223
|
+
<property name="label" translatable="yes">Categorie: </property>
|
224
|
+
</widget>
|
225
|
+
<packing>
|
226
|
+
<property name="x_options">GTK_FILL</property>
|
227
|
+
<property name="y_options"></property>
|
228
|
+
</packing>
|
229
|
+
</child>
|
230
|
+
</widget>
|
231
|
+
<packing>
|
232
|
+
<property name="expand">False</property>
|
233
|
+
</packing>
|
234
|
+
</child>
|
235
|
+
<child>
|
236
|
+
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
237
|
+
<property name="visible">True</property>
|
238
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
239
|
+
<child>
|
240
|
+
<widget class="GtkButton" id="dabe_ko_lookup">
|
241
|
+
<property name="visible">True</property>
|
242
|
+
<property name="can_focus">True</property>
|
243
|
+
<property name="can_default">True</property>
|
244
|
+
<property name="border_width">6</property>
|
245
|
+
<property name="label" translatable="yes">Lookup</property>
|
246
|
+
<property name="use_underline">True</property>
|
247
|
+
</widget>
|
248
|
+
</child>
|
249
|
+
<child>
|
250
|
+
<widget class="GtkButton" id="dabe_ko_update">
|
251
|
+
<property name="visible">True</property>
|
252
|
+
<property name="can_focus">True</property>
|
253
|
+
<property name="can_default">True</property>
|
254
|
+
<property name="border_width">6</property>
|
255
|
+
<property name="label" translatable="yes">Update</property>
|
256
|
+
<property name="use_underline">True</property>
|
257
|
+
</widget>
|
258
|
+
<packing>
|
259
|
+
<property name="position">1</property>
|
260
|
+
</packing>
|
261
|
+
</child>
|
262
|
+
<child>
|
263
|
+
<widget class="GtkButton" id="dabe_ko_add">
|
264
|
+
<property name="visible">True</property>
|
265
|
+
<property name="can_focus">True</property>
|
266
|
+
<property name="can_default">True</property>
|
267
|
+
<property name="has_default">True</property>
|
268
|
+
<property name="border_width">6</property>
|
269
|
+
<property name="label" translatable="yes">Add</property>
|
270
|
+
<property name="use_underline">True</property>
|
271
|
+
</widget>
|
272
|
+
<packing>
|
273
|
+
<property name="position">2</property>
|
274
|
+
</packing>
|
275
|
+
</child>
|
276
|
+
</widget>
|
277
|
+
<packing>
|
278
|
+
<property name="expand">False</property>
|
279
|
+
<property name="position">1</property>
|
280
|
+
</packing>
|
281
|
+
</child>
|
282
|
+
<child>
|
283
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow10">
|
284
|
+
<property name="visible">True</property>
|
285
|
+
<property name="can_focus">True</property>
|
286
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
287
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
288
|
+
<child>
|
289
|
+
<widget class="GtkTreeView" id="dabe_ko_items">
|
290
|
+
<property name="visible">True</property>
|
291
|
+
<property name="can_focus">True</property>
|
292
|
+
</widget>
|
293
|
+
</child>
|
294
|
+
</widget>
|
295
|
+
<packing>
|
296
|
+
<property name="position">2</property>
|
297
|
+
</packing>
|
298
|
+
</child>
|
299
|
+
</widget>
|
300
|
+
</child>
|
301
|
+
</widget>
|
302
|
+
</child>
|
303
|
+
</widget>
|
304
|
+
</child>
|
305
|
+
<child>
|
306
|
+
<widget class="GtkScrolledWindow" id="printkrediet">
|
307
|
+
<property name="can_focus">True</property>
|
308
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
309
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
310
|
+
<child>
|
311
|
+
<widget class="GtkViewport" id="viewport5">
|
312
|
+
<property name="visible">True</property>
|
313
|
+
<child>
|
314
|
+
<widget class="GtkVBox" id="vbox9">
|
315
|
+
<property name="visible">True</property>
|
316
|
+
<property name="border_width">6</property>
|
317
|
+
<child>
|
318
|
+
<widget class="GtkHBox" id="hbox3">
|
319
|
+
<property name="visible">True</property>
|
320
|
+
<property name="border_width">6</property>
|
321
|
+
<property name="spacing">6</property>
|
322
|
+
<child>
|
323
|
+
<widget class="GtkLabel" id="label28">
|
324
|
+
<property name="visible">True</property>
|
325
|
+
<property name="label" translatable="yes">Zoek: </property>
|
326
|
+
</widget>
|
327
|
+
<packing>
|
328
|
+
<property name="expand">False</property>
|
329
|
+
<property name="fill">False</property>
|
330
|
+
</packing>
|
331
|
+
</child>
|
332
|
+
<child>
|
333
|
+
<widget class="GtkEntry" id="dabe_pr_zoek">
|
334
|
+
<property name="visible">True</property>
|
335
|
+
<property name="can_focus">True</property>
|
336
|
+
<property name="invisible_char">*</property>
|
337
|
+
</widget>
|
338
|
+
<packing>
|
339
|
+
<property name="position">1</property>
|
340
|
+
</packing>
|
341
|
+
</child>
|
342
|
+
<child>
|
343
|
+
<widget class="GtkVSeparator" id="vseparator1">
|
344
|
+
<property name="visible">True</property>
|
345
|
+
</widget>
|
346
|
+
<packing>
|
347
|
+
<property name="expand">False</property>
|
348
|
+
<property name="position">2</property>
|
349
|
+
</packing>
|
350
|
+
</child>
|
351
|
+
<child>
|
352
|
+
<widget class="GtkComboBoxEntry" id="dabe_pr_status">
|
353
|
+
<property name="visible">True</property>
|
354
|
+
<property name="items" translatable="yes">user
|
355
|
+
debugger
|
356
|
+
all</property>
|
357
|
+
<child internal-child="entry">
|
358
|
+
<widget class="GtkEntry" id="comboboxentry-entry2">
|
359
|
+
</widget>
|
360
|
+
</child>
|
361
|
+
</widget>
|
362
|
+
<packing>
|
363
|
+
<property name="expand">False</property>
|
364
|
+
<property name="fill">False</property>
|
365
|
+
<property name="position">3</property>
|
366
|
+
</packing>
|
367
|
+
</child>
|
368
|
+
</widget>
|
369
|
+
<packing>
|
370
|
+
<property name="expand">False</property>
|
371
|
+
</packing>
|
372
|
+
</child>
|
373
|
+
<child>
|
374
|
+
<widget class="GtkScrolledWindow" id="window7">
|
375
|
+
<property name="visible">True</property>
|
376
|
+
<property name="can_focus">True</property>
|
377
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
378
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
379
|
+
<child>
|
380
|
+
<widget class="GtkTreeView" id="dabe_pr_list">
|
381
|
+
<property name="visible">True</property>
|
382
|
+
<property name="can_focus">True</property>
|
383
|
+
<property name="border_width">6</property>
|
384
|
+
<property name="reorderable">True</property>
|
385
|
+
</widget>
|
386
|
+
</child>
|
387
|
+
</widget>
|
388
|
+
<packing>
|
389
|
+
<property name="position">1</property>
|
390
|
+
</packing>
|
391
|
+
</child>
|
392
|
+
<child>
|
393
|
+
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="border_width">6</property>
|
396
|
+
<property name="spacing">6</property>
|
397
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
398
|
+
<child>
|
399
|
+
<widget class="GtkButton" id="dabe_pr_verreken_printkrediet">
|
400
|
+
<property name="visible">True</property>
|
401
|
+
<property name="can_focus">True</property>
|
402
|
+
<property name="can_default">True</property>
|
403
|
+
<property name="label" translatable="yes">Verreken Printkrediet</property>
|
404
|
+
<property name="use_underline">True</property>
|
405
|
+
</widget>
|
406
|
+
</child>
|
407
|
+
<child>
|
408
|
+
<widget class="GtkButton" id="dabe_pr_refresh">
|
409
|
+
<property name="visible">True</property>
|
410
|
+
<property name="can_focus">True</property>
|
411
|
+
<property name="can_default">True</property>
|
412
|
+
<property name="label" translatable="yes">Refresh</property>
|
413
|
+
<property name="use_underline">True</property>
|
414
|
+
</widget>
|
415
|
+
<packing>
|
416
|
+
<property name="position">1</property>
|
417
|
+
</packing>
|
418
|
+
</child>
|
419
|
+
</widget>
|
420
|
+
<packing>
|
421
|
+
<property name="expand">False</property>
|
422
|
+
<property name="position">2</property>
|
423
|
+
</packing>
|
424
|
+
</child>
|
425
|
+
</widget>
|
426
|
+
</child>
|
427
|
+
</widget>
|
428
|
+
</child>
|
429
|
+
</widget>
|
430
|
+
<packing>
|
431
|
+
<property name="position">1</property>
|
432
|
+
</packing>
|
433
|
+
</child>
|
434
|
+
<child>
|
435
|
+
<widget class="GtkScrolledWindow" id="stocktelling">
|
436
|
+
<property name="can_focus">True</property>
|
437
|
+
<property name="border_width">6</property>
|
438
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
439
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
440
|
+
<child>
|
441
|
+
<widget class="GtkViewport" id="viewport6">
|
442
|
+
<property name="visible">True</property>
|
443
|
+
<child>
|
444
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow11">
|
445
|
+
<property name="visible">True</property>
|
446
|
+
<property name="can_focus">True</property>
|
447
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
448
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
449
|
+
<child>
|
450
|
+
<widget class="GtkViewport" id="viewport7">
|
451
|
+
<property name="visible">True</property>
|
452
|
+
<child>
|
453
|
+
<widget class="GtkVBox" id="vbox10">
|
454
|
+
<property name="visible">True</property>
|
455
|
+
<child>
|
456
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow13">
|
457
|
+
<property name="visible">True</property>
|
458
|
+
<property name="can_focus">True</property>
|
459
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
460
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
461
|
+
<child>
|
462
|
+
<widget class="GtkTreeView" id="dabe_stock_items">
|
463
|
+
<property name="visible">True</property>
|
464
|
+
<property name="can_focus">True</property>
|
465
|
+
<property name="reorderable">True</property>
|
466
|
+
</widget>
|
467
|
+
</child>
|
468
|
+
</widget>
|
469
|
+
</child>
|
470
|
+
<child>
|
471
|
+
<widget class="GtkHButtonBox" id="hbuttonbox3">
|
472
|
+
<property name="visible">True</property>
|
473
|
+
<property name="border_width">6</property>
|
474
|
+
<property name="spacing">6</property>
|
475
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
476
|
+
<child>
|
477
|
+
<widget class="GtkButton" id="bade_stock_update">
|
478
|
+
<property name="visible">True</property>
|
479
|
+
<property name="can_focus">True</property>
|
480
|
+
<property name="can_default">True</property>
|
481
|
+
<property name="label" translatable="yes">Update</property>
|
482
|
+
<property name="use_underline">True</property>
|
483
|
+
</widget>
|
484
|
+
</child>
|
485
|
+
<child>
|
486
|
+
<widget class="GtkButton" id="dabe_stock_refresh">
|
487
|
+
<property name="visible">True</property>
|
488
|
+
<property name="can_focus">True</property>
|
489
|
+
<property name="can_default">True</property>
|
490
|
+
<property name="label" translatable="yes">Refresh</property>
|
491
|
+
<property name="use_underline">True</property>
|
492
|
+
</widget>
|
493
|
+
<packing>
|
494
|
+
<property name="position">1</property>
|
495
|
+
</packing>
|
496
|
+
</child>
|
497
|
+
</widget>
|
498
|
+
<packing>
|
499
|
+
<property name="expand">False</property>
|
500
|
+
<property name="position">1</property>
|
501
|
+
</packing>
|
502
|
+
</child>
|
503
|
+
</widget>
|
504
|
+
</child>
|
505
|
+
</widget>
|
506
|
+
</child>
|
507
|
+
</widget>
|
508
|
+
</child>
|
509
|
+
</widget>
|
510
|
+
</child>
|
511
|
+
</widget>
|
512
|
+
<packing>
|
513
|
+
<property name="position">2</property>
|
514
|
+
</packing>
|
515
|
+
</child>
|
516
|
+
</widget>
|
517
|
+
<packing>
|
518
|
+
<property name="position">1</property>
|
519
|
+
</packing>
|
520
|
+
</child>
|
521
|
+
</widget>
|
522
|
+
<packing>
|
523
|
+
<property name="tab_expand">False</property>
|
524
|
+
</packing>
|
525
|
+
</child>
|
526
|
+
<child>
|
527
|
+
<widget class="GtkLabel" id="label18">
|
528
|
+
<property name="visible">True</property>
|
529
|
+
<property name="label" translatable="yes">Dagelijkse Bezigheden</property>
|
530
|
+
</widget>
|
531
|
+
<packing>
|
532
|
+
<property name="type">tab</property>
|
533
|
+
<property name="tab_expand">False</property>
|
534
|
+
<property name="tab_fill">False</property>
|
535
|
+
</packing>
|
536
|
+
</child>
|
537
|
+
<child>
|
538
|
+
<widget class="GtkVBox" id="vbox1">
|
539
|
+
<property name="visible">True</property>
|
540
|
+
<child>
|
541
|
+
<widget class="GtkVBox" id="vbox2">
|
542
|
+
<property name="visible">True</property>
|
543
|
+
<child>
|
544
|
+
<widget class="GtkVBox" id="vbox3">
|
545
|
+
<property name="visible">True</property>
|
546
|
+
<child>
|
547
|
+
<widget class="GtkHPaned" id="hpaned2">
|
548
|
+
<property name="visible">True</property>
|
549
|
+
<property name="can_focus">True</property>
|
550
|
+
<child>
|
551
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
552
|
+
<property name="visible">True</property>
|
553
|
+
<property name="can_focus">True</property>
|
554
|
+
<child>
|
555
|
+
<widget class="GtkTreeView" id="treeview2">
|
556
|
+
<property name="visible">True</property>
|
557
|
+
<property name="can_focus">True</property>
|
558
|
+
<property name="headers_visible">False</property>
|
559
|
+
</widget>
|
560
|
+
</child>
|
561
|
+
</widget>
|
562
|
+
<packing>
|
563
|
+
<property name="resize">False</property>
|
564
|
+
</packing>
|
565
|
+
</child>
|
566
|
+
<child>
|
567
|
+
<placeholder/>
|
568
|
+
</child>
|
569
|
+
</widget>
|
570
|
+
</child>
|
571
|
+
</widget>
|
572
|
+
</child>
|
573
|
+
</widget>
|
574
|
+
</child>
|
575
|
+
</widget>
|
576
|
+
<packing>
|
577
|
+
<property name="position">1</property>
|
578
|
+
<property name="tab_expand">False</property>
|
579
|
+
</packing>
|
580
|
+
</child>
|
581
|
+
<child>
|
582
|
+
<widget class="GtkLabel" id="statistieken">
|
583
|
+
<property name="visible">True</property>
|
584
|
+
<property name="label" translatable="yes">Statistieken</property>
|
585
|
+
</widget>
|
586
|
+
<packing>
|
587
|
+
<property name="type">tab</property>
|
588
|
+
<property name="position">1</property>
|
589
|
+
<property name="tab_expand">False</property>
|
590
|
+
<property name="tab_fill">False</property>
|
591
|
+
</packing>
|
592
|
+
</child>
|
593
|
+
<child>
|
594
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow15">
|
595
|
+
<property name="visible">True</property>
|
596
|
+
<property name="can_focus">True</property>
|
597
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
598
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
599
|
+
<child>
|
600
|
+
<widget class="GtkViewport" id="viewport8">
|
601
|
+
<property name="visible">True</property>
|
602
|
+
<child>
|
603
|
+
<widget class="GtkVBox" id="vbox11">
|
604
|
+
<property name="visible">True</property>
|
605
|
+
<child>
|
606
|
+
<widget class="GtkExpander" id="expander3">
|
607
|
+
<property name="visible">True</property>
|
608
|
+
<property name="can_focus">True</property>
|
609
|
+
<property name="expanded">True</property>
|
610
|
+
<child>
|
611
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow16">
|
612
|
+
<property name="visible">True</property>
|
613
|
+
<property name="can_focus">True</property>
|
614
|
+
<property name="border_width">5</property>
|
615
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
616
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
617
|
+
<child>
|
618
|
+
<widget class="GtkTreeView" id="jv_balans">
|
619
|
+
<property name="visible">True</property>
|
620
|
+
<property name="can_focus">True</property>
|
621
|
+
</widget>
|
622
|
+
</child>
|
623
|
+
</widget>
|
624
|
+
</child>
|
625
|
+
<child>
|
626
|
+
<widget class="GtkLabel" id="jv_balanstab">
|
627
|
+
<property name="visible">True</property>
|
628
|
+
<property name="label" translatable="yes">Balans</property>
|
629
|
+
</widget>
|
630
|
+
<packing>
|
631
|
+
<property name="type">label_item</property>
|
632
|
+
</packing>
|
633
|
+
</child>
|
634
|
+
</widget>
|
635
|
+
</child>
|
636
|
+
<child>
|
637
|
+
<widget class="GtkExpander" id="expander4">
|
638
|
+
<property name="visible">True</property>
|
639
|
+
<property name="can_focus">True</property>
|
640
|
+
<property name="expanded">True</property>
|
641
|
+
<child>
|
642
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow17">
|
643
|
+
<property name="visible">True</property>
|
644
|
+
<property name="can_focus">True</property>
|
645
|
+
<property name="border_width">6</property>
|
646
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
647
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
648
|
+
<child>
|
649
|
+
<widget class="GtkTreeView" id="jv_resultatenrekening">
|
650
|
+
<property name="visible">True</property>
|
651
|
+
<property name="can_focus">True</property>
|
652
|
+
</widget>
|
653
|
+
</child>
|
654
|
+
</widget>
|
655
|
+
</child>
|
656
|
+
<child>
|
657
|
+
<widget class="GtkLabel" id="jv_resultatenrekeningtab">
|
658
|
+
<property name="visible">True</property>
|
659
|
+
<property name="label" translatable="yes">Resultaten Rekening</property>
|
660
|
+
</widget>
|
661
|
+
<packing>
|
662
|
+
<property name="type">label_item</property>
|
663
|
+
</packing>
|
664
|
+
</child>
|
665
|
+
</widget>
|
666
|
+
<packing>
|
667
|
+
<property name="position">1</property>
|
668
|
+
</packing>
|
669
|
+
</child>
|
670
|
+
<child>
|
671
|
+
<widget class="GtkHButtonBox" id="hbuttonbox4">
|
672
|
+
<property name="visible">True</property>
|
673
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
674
|
+
<child>
|
675
|
+
<widget class="GtkButton" id="jv_export">
|
676
|
+
<property name="visible">True</property>
|
677
|
+
<property name="can_focus">True</property>
|
678
|
+
<property name="can_default">True</property>
|
679
|
+
<property name="border_width">6</property>
|
680
|
+
<property name="label" translatable="yes">Export</property>
|
681
|
+
<property name="use_underline">True</property>
|
682
|
+
</widget>
|
683
|
+
</child>
|
684
|
+
<child>
|
685
|
+
<widget class="GtkButton" id="jv_save">
|
686
|
+
<property name="visible">True</property>
|
687
|
+
<property name="can_focus">True</property>
|
688
|
+
<property name="can_default">True</property>
|
689
|
+
<property name="border_width">6</property>
|
690
|
+
<property name="label" translatable="yes">(Save)</property>
|
691
|
+
<property name="use_underline">True</property>
|
692
|
+
</widget>
|
693
|
+
<packing>
|
694
|
+
<property name="position">1</property>
|
695
|
+
</packing>
|
696
|
+
</child>
|
697
|
+
</widget>
|
698
|
+
<packing>
|
699
|
+
<property name="expand">False</property>
|
700
|
+
<property name="pack_type">GTK_PACK_END</property>
|
701
|
+
<property name="position">2</property>
|
702
|
+
</packing>
|
703
|
+
</child>
|
704
|
+
</widget>
|
705
|
+
</child>
|
706
|
+
</widget>
|
707
|
+
</child>
|
708
|
+
</widget>
|
709
|
+
<packing>
|
710
|
+
<property name="position">2</property>
|
711
|
+
<property name="tab_expand">False</property>
|
712
|
+
</packing>
|
713
|
+
</child>
|
714
|
+
<child>
|
715
|
+
<widget class="GtkLabel" id="jaarverslag">
|
716
|
+
<property name="visible">True</property>
|
717
|
+
<property name="label" translatable="yes">Jaarverslag</property>
|
718
|
+
</widget>
|
719
|
+
<packing>
|
720
|
+
<property name="type">tab</property>
|
721
|
+
<property name="position">2</property>
|
722
|
+
<property name="tab_expand">False</property>
|
723
|
+
<property name="tab_fill">False</property>
|
724
|
+
</packing>
|
725
|
+
</child>
|
726
|
+
</widget>
|
727
|
+
</child>
|
728
|
+
</widget>
|
729
|
+
</child>
|
730
|
+
</widget>
|
731
|
+
</glade-interface>
|