]> saetta.ns0.it Git - solipa/organigramma/commitdiff
Gestione orari dell'ufficio.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 16 Aug 2010 11:45:59 +0000 (13:45 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Mon, 16 Aug 2010 11:45:59 +0000 (13:45 +0200)
data/organigramma/form/Makefile.am
data/organigramma/form/ufficio_orario.form [new file with mode: 0644]
data/organigramma/gui/organigramma.gui
docs/organigramma.sql
src/Makefile.am
src/ufficio.c
src/ufficioorario.c [new file with mode: 0644]
src/ufficioorario.h [new file with mode: 0644]

index da0e11a726c418a6e942d313626e03889bd2f788..a97d614827dc18bca7fc64633b12ce210047c94a 100644 (file)
@@ -8,6 +8,7 @@ form_DATA = \
             tipo_recapito.form \
             ufficio.form \
             ufficio_nodo.form \
+            ufficio_orario.form \
             ufficio_recapito.form
 
 EXTRA_DIST = $(form_DATA)
diff --git a/data/organigramma/form/ufficio_orario.form b/data/organigramma/form/ufficio_orario.form
new file mode 100644 (file)
index 0000000..8f53a20
--- /dev/null
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>ufficio_orari</table>
+
+       <widget type="label" name="label52">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="label" name="label53">
+               <field type="integer" name="id_uffici">
+               </field>
+       </widget>
+
+       <widget type="textview" name="textview7" label="label50">
+               <field type="text" name="descrizione" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton1" label="label51">
+               <field type="boolean" name="lunedi" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton2" label="label51">
+               <field type="boolean" name="martedi" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton3" label="label51">
+               <field type="boolean" name="mercoledi" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton4" label="label51">
+               <field type="boolean" name="giovedi" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton5" label="label51">
+               <field type="boolean" name="venerdi" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton6" label="label51">
+               <field type="boolean" name="sabato" />
+       </widget>
+
+       <widget type="checkbox" name="checkbutton7" label="label51">
+               <field type="boolean" name="domenica" />
+       </widget>
+
+       <widget type="spin" name="spinbutton1" label="label54">
+               <field type="integer" name="settimana" />
+       </widget>
+
+       <widget type="spin" name="spinbutton2" label="label55">
+               <field type="integer" name="giorno_mese" />
+       </widget>
+
+       <widget type="combobox" name="combobox3" label="label56">
+               <column-field>0</column-field>
+               <field type="integer" name="mese"/>
+       </widget>
+
+</gtkform>
index a433c15978ca7a215e0f6f39d6f2af23ee2a9232..57bd82396d46bd3510cc6228cc3715891068b479 100644 (file)
       <column type="gchararray"/>
     </columns>
   </object>
+  <object class="GtkListStore" id="lstore_mesi">
+    <columns>
+      <!-- column-name numero -->
+      <column type="guint"/>
+      <!-- column-name nome -->
+      <column type="gchararray"/>
+    </columns>
+    <data>
+      <row>
+        <col id="0">0</col>
+        <col id="1" translatable="yes"> </col>
+      </row>
+      <row>
+        <col id="0">1</col>
+        <col id="1" translatable="yes">Gennaio</col>
+      </row>
+      <row>
+        <col id="0">2</col>
+        <col id="1" translatable="yes">Febbraio</col>
+      </row>
+      <row>
+        <col id="0">3</col>
+        <col id="1" translatable="yes">Marzo</col>
+      </row>
+      <row>
+        <col id="0">4</col>
+        <col id="1" translatable="yes">Aprile</col>
+      </row>
+      <row>
+        <col id="0">5</col>
+        <col id="1" translatable="yes">Maggio</col>
+      </row>
+      <row>
+        <col id="0">6</col>
+        <col id="1" translatable="yes">Giugno</col>
+      </row>
+      <row>
+        <col id="0">7</col>
+        <col id="1" translatable="yes">Luglio</col>
+      </row>
+      <row>
+        <col id="0">8</col>
+        <col id="1" translatable="yes">Agosto</col>
+      </row>
+      <row>
+        <col id="0">9</col>
+        <col id="1" translatable="yes">Settembre</col>
+      </row>
+      <row>
+        <col id="0">10</col>
+        <col id="1" translatable="yes">Ottobre</col>
+      </row>
+      <row>
+        <col id="0">11</col>
+        <col id="1" translatable="yes">Novembre</col>
+      </row>
+      <row>
+        <col id="0">12</col>
+        <col id="1" translatable="yes">Dicembre</col>
+      </row>
+    </data>
+  </object>
+  <object class="GtkListStore" id="lstore_ufficio_orari">
+    <columns>
+      <!-- column-name id -->
+      <column type="guint"/>
+      <!-- column-name orario -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkWindow" id="w_nodi">
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>
         <child>
           <object class="GtkTable" id="table4">
             <property name="visible">True</property>
-            <property name="n_rows">6</property>
+            <property name="n_rows">7</property>
             <property name="n_columns">2</property>
             <property name="column_spacing">5</property>
             <property name="row_spacing">5</property>
                 <property name="bottom_attach">2</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkFrame" id="frame4">
+                <property name="visible">True</property>
+                <property name="label_xalign">0</property>
+                <child>
+                  <object class="GtkAlignment" id="alignment4">
+                    <property name="visible">True</property>
+                    <property name="left_padding">12</property>
+                    <child>
+                      <object class="GtkHBox" id="hbox9">
+                        <property name="visible">True</property>
+                        <property name="spacing">5</property>
+                        <child>
+                          <object class="GtkScrolledWindow" id="scrolledwindow17">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="hscrollbar_policy">automatic</property>
+                            <property name="vscrollbar_policy">automatic</property>
+                            <property name="shadow_type">etched-in</property>
+                            <child>
+                              <object class="GtkTreeView" id="treeview10">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="model">lstore_ufficio_orari</property>
+                                <property name="headers_clickable">False</property>
+                                <property name="search_column">0</property>
+                                <child>
+                                  <object class="GtkTreeViewColumn" id="treeviewcolumn12">
+                                    <property name="title">Orario</property>
+                                    <child>
+                                      <object class="GtkCellRendererText" id="cellrenderertext15"/>
+                                      <attributes>
+                                        <attribute name="text">1</attribute>
+                                      </attributes>
+                                    </child>
+                                  </object>
+                                </child>
+                              </object>
+                            </child>
+                          </object>
+                          <packing>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkVButtonBox" id="vbuttonbox4">
+                            <property name="visible">True</property>
+                            <property name="spacing">5</property>
+                            <property name="layout_style">start</property>
+                            <child>
+                              <object class="GtkButton" id="button59">
+                                <property name="label">gtk-new</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">True</property>
+                                <property name="use_stock">True</property>
+                              </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <object class="GtkButton" id="button60">
+                                <property name="label">gtk-edit</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">True</property>
+                                <property name="use_stock">True</property>
+                              </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <object class="GtkButton" id="button61">
+                                <property name="label">gtk-delete</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">True</property>
+                                <property name="use_stock">True</property>
+                              </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">2</property>
+                              </packing>
+                            </child>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="position">1</property>
+                          </packing>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+                <child type="label">
+                  <object class="GtkLabel" id="label64">
+                    <property name="visible">True</property>
+                    <property name="label" translatable="yes">&lt;b&gt;Orari&lt;/b&gt;</property>
+                    <property name="use_markup">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="right_attach">2</property>
+                <property name="top_attach">6</property>
+                <property name="bottom_attach">7</property>
+              </packing>
+            </child>
           </object>
           <packing>
             <property name="position">0</property>
       </object>
     </child>
   </object>
+  <object class="GtkWindow" id="w_ufficio_orario">
+    <property name="title" translatable="yes">Orario dell'ufficio - Gestione organigramma</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbox10">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkTable" id="table9">
+            <property name="visible">True</property>
+            <property name="n_rows">6</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label50">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">Descrizione</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow" id="scrolledwindow16">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">etched-in</property>
+                <child>
+                  <object class="GtkTextView" id="textview7">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label52">
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label53">
+                <property name="label" translatable="yes">lbl_id_uffici</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">5</property>
+                <property name="bottom_attach">6</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label51">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Giorno della settimana</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkHBox" id="hbox8">
+                <property name="visible">True</property>
+                <child>
+                  <object class="GtkLabel" id="label57">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Lun</property>
+                  </object>
+                  <packing>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label58">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Mar</property>
+                  </object>
+                  <packing>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton2">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">3</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label59">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Mer</property>
+                  </object>
+                  <packing>
+                    <property name="position">4</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton3">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">5</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label60">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Gio</property>
+                  </object>
+                  <packing>
+                    <property name="position">6</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton4">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">7</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label61">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Ven</property>
+                  </object>
+                  <packing>
+                    <property name="position">8</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton5">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">9</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label62">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Sab</property>
+                  </object>
+                  <packing>
+                    <property name="position">10</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton6">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">11</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="label63">
+                    <property name="visible">True</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Dom</property>
+                  </object>
+                  <packing>
+                    <property name="position">12</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkCheckButton" id="checkbutton7">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">False</property>
+                    <property name="draw_indicator">True</property>
+                  </object>
+                  <packing>
+                    <property name="position">13</property>
+                  </packing>
+                </child>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label54">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Settimana</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label55">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Giorno del mese</property>
+              </object>
+              <packing>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label56">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Mese</property>
+              </object>
+              <packing>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkComboBox" id="combobox3">
+                <property name="visible">True</property>
+                <property name="model">lstore_mesi</property>
+                <child>
+                  <object class="GtkCellRendererText" id="cellrenderertext14"/>
+                  <attributes>
+                    <attribute name="text">1</attribute>
+                  </attributes>
+                </child>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">4</property>
+                <property name="bottom_attach">5</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkSpinButton" id="spinbutton1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+                <property name="adjustment">adj_week</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkSpinButton" id="spinbutton2">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+                <property name="adjustment">adj_dmon</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">3</property>
+                <property name="bottom_attach">4</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox15">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button57">
+                <property name="label">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button58">
+                <property name="label">gtk-save</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkAdjustment" id="adj_week">
+    <property name="upper">4</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
+  <object class="GtkAdjustment" id="adj_dmon">
+    <property name="upper">31</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
 </interface>
index a21a52be2927168e20bae064ee70f39bacdf293e..d9ea10d4be83a90377c935b6a7df21019e1e516b 100644 (file)
@@ -2,7 +2,7 @@
 -- PostgreSQL database dump
 --
 
--- Started on 2010-08-16 12:51:15
+-- Started on 2010-08-16 13:44:54
 
 SET statement_timeout = 0;
 SET client_encoding = 'UTF8';
@@ -12,7 +12,7 @@ SET client_min_messages = warning;
 SET escape_string_warning = off;
 
 --
--- TOC entry 1843 (class 1262 OID 59278)
+-- TOC entry 1851 (class 1262 OID 59278)
 -- Name: organigramma; Type: DATABASE; Schema: -; Owner: -
 --
 
@@ -29,7 +29,7 @@ SET client_min_messages = warning;
 SET escape_string_warning = off;
 
 --
--- TOC entry 326 (class 2612 OID 16386)
+-- TOC entry 329 (class 2612 OID 16386)
 -- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: -
 --
 
@@ -43,8 +43,8 @@ SET default_tablespace = '';
 SET default_with_oids = false;
 
 --
--- TOC entry 1513 (class 1259 OID 59279)
--- Dependencies: 1799 1800 1801 3
+-- TOC entry 1516 (class 1259 OID 59279)
+-- Dependencies: 1803 1804 1805 3
 -- Name: nodi; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -59,8 +59,8 @@ CREATE TABLE nodi (
 
 
 --
--- TOC entry 1519 (class 1259 OID 59346)
--- Dependencies: 1815 1816 1817 3
+-- TOC entry 1522 (class 1259 OID 59346)
+-- Dependencies: 1819 1820 1821 3
 -- Name: struttura_indirizzi; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -75,8 +75,8 @@ CREATE TABLE struttura_indirizzi (
 
 
 --
--- TOC entry 1517 (class 1259 OID 59327)
--- Dependencies: 1809 1810 1811 1812 1813 3
+-- TOC entry 1520 (class 1259 OID 59327)
+-- Dependencies: 1813 1814 1815 1816 1817 3
 -- Name: strutture; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -91,8 +91,8 @@ CREATE TABLE strutture (
 
 
 --
--- TOC entry 1514 (class 1259 OID 59290)
--- Dependencies: 1802 1803 3
+-- TOC entry 1517 (class 1259 OID 59290)
+-- Dependencies: 1806 1807 3
 -- Name: tipi_nodo; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -104,8 +104,8 @@ CREATE TABLE tipi_nodo (
 
 
 --
--- TOC entry 1515 (class 1259 OID 59297)
--- Dependencies: 1804 1805 3
+-- TOC entry 1518 (class 1259 OID 59297)
+-- Dependencies: 1808 1809 3
 -- Name: tipi_recapito; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -117,8 +117,8 @@ CREATE TABLE tipi_recapito (
 
 
 --
--- TOC entry 1516 (class 1259 OID 59311)
--- Dependencies: 1806 1807 1808 3
+-- TOC entry 1519 (class 1259 OID 59311)
+-- Dependencies: 1810 1811 1812 3
 -- Name: uffici; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -132,8 +132,8 @@ CREATE TABLE uffici (
 
 
 --
--- TOC entry 1520 (class 1259 OID 59357)
--- Dependencies: 1818 1819 3
+-- TOC entry 1523 (class 1259 OID 59357)
+-- Dependencies: 1822 1823 3
 -- Name: ufficio_nodi; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -147,8 +147,32 @@ CREATE TABLE ufficio_nodi (
 
 
 --
--- TOC entry 1521 (class 1259 OID 59367)
--- Dependencies: 1820 1821 1822 3
+-- TOC entry 1525 (class 1259 OID 59378)
+-- Dependencies: 1827 1828 3
+-- Name: ufficio_orari; Type: TABLE; Schema: public; Owner: -; Tablespace: 
+--
+
+CREATE TABLE ufficio_orari (
+    id integer NOT NULL,
+    id_uffici integer,
+    descrizione text DEFAULT ''::text,
+    lunedi boolean,
+    martedi boolean,
+    mercoledi boolean,
+    giovedi boolean,
+    venerdi boolean,
+    sabato boolean,
+    domenica boolean,
+    settimana integer,
+    giorno_mese integer,
+    mese integer,
+    status character varying(1) DEFAULT ''::character varying
+);
+
+
+--
+-- TOC entry 1524 (class 1259 OID 59367)
+-- Dependencies: 1824 1825 1826 3
 -- Name: ufficio_recapiti; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -163,8 +187,8 @@ CREATE TABLE ufficio_recapiti (
 
 
 --
--- TOC entry 1518 (class 1259 OID 59340)
--- Dependencies: 1814 3
+-- TOC entry 1521 (class 1259 OID 59340)
+-- Dependencies: 1818 3
 -- Name: vie; Type: TABLE; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -175,8 +199,8 @@ CREATE TABLE vie (
 
 
 --
--- TOC entry 1824 (class 2606 OID 59289)
--- Dependencies: 1513 1513
+-- TOC entry 1830 (class 2606 OID 59289)
+-- Dependencies: 1516 1516
 -- Name: nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -185,8 +209,8 @@ ALTER TABLE ONLY nodi
 
 
 --
--- TOC entry 1836 (class 2606 OID 59356)
--- Dependencies: 1519 1519
+-- TOC entry 1842 (class 2606 OID 59356)
+-- Dependencies: 1522 1522
 -- Name: struttura_indirizzi_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -195,8 +219,8 @@ ALTER TABLE ONLY struttura_indirizzi
 
 
 --
--- TOC entry 1832 (class 2606 OID 59339)
--- Dependencies: 1517 1517
+-- TOC entry 1838 (class 2606 OID 59339)
+-- Dependencies: 1520 1520
 -- Name: strutture_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -205,8 +229,8 @@ ALTER TABLE ONLY strutture
 
 
 --
--- TOC entry 1826 (class 2606 OID 59296)
--- Dependencies: 1514 1514
+-- TOC entry 1832 (class 2606 OID 59296)
+-- Dependencies: 1517 1517
 -- Name: tipi_nodo_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -215,8 +239,8 @@ ALTER TABLE ONLY tipi_nodo
 
 
 --
--- TOC entry 1828 (class 2606 OID 59303)
--- Dependencies: 1515 1515
+-- TOC entry 1834 (class 2606 OID 59303)
+-- Dependencies: 1518 1518
 -- Name: tipi_recapito_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -225,8 +249,8 @@ ALTER TABLE ONLY tipi_recapito
 
 
 --
--- TOC entry 1830 (class 2606 OID 59321)
--- Dependencies: 1516 1516
+-- TOC entry 1836 (class 2606 OID 59321)
+-- Dependencies: 1519 1519
 -- Name: uffici_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -235,8 +259,8 @@ ALTER TABLE ONLY uffici
 
 
 --
--- TOC entry 1838 (class 2606 OID 59366)
--- Dependencies: 1520 1520
+-- TOC entry 1844 (class 2606 OID 59366)
+-- Dependencies: 1523 1523
 -- Name: ufficio_nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -245,8 +269,18 @@ ALTER TABLE ONLY ufficio_nodi
 
 
 --
--- TOC entry 1840 (class 2606 OID 59377)
--- Dependencies: 1521 1521
+-- TOC entry 1848 (class 2606 OID 59387)
+-- Dependencies: 1525 1525
+-- Name: ufficio_orari_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
+--
+
+ALTER TABLE ONLY ufficio_orari
+    ADD CONSTRAINT ufficio_orari_pkey PRIMARY KEY (id);
+
+
+--
+-- TOC entry 1846 (class 2606 OID 59377)
+-- Dependencies: 1524 1524
 -- Name: ufficio_recapiti_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -255,8 +289,8 @@ ALTER TABLE ONLY ufficio_recapiti
 
 
 --
--- TOC entry 1834 (class 2606 OID 59345)
--- Dependencies: 1518 1518
+-- TOC entry 1840 (class 2606 OID 59345)
+-- Dependencies: 1521 1521
 -- Name: vie_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
 --
 
@@ -265,7 +299,7 @@ ALTER TABLE ONLY vie
 
 
 --
--- TOC entry 1845 (class 0 OID 0)
+-- TOC entry 1853 (class 0 OID 0)
 -- Dependencies: 3
 -- Name: public; Type: ACL; Schema: -; Owner: -
 --
@@ -276,7 +310,7 @@ GRANT ALL ON SCHEMA public TO postgres;
 GRANT ALL ON SCHEMA public TO PUBLIC;
 
 
--- Completed on 2010-08-16 12:51:15
+-- Completed on 2010-08-16 13:44:55
 
 --
 -- PostgreSQL database dump complete
index cf75be9401ae8ba58c855350cb7c65e33b86ae21..d3e6d919365ee003894852903d88845c757786b5 100644 (file)
@@ -37,6 +37,8 @@ organigramma_SOURCES = \
                 ufficio.h \
                 ufficionodo.c \
                 ufficionodo.h \
+                ufficioorario.c \
+                ufficioorario.h \
                 ufficiorecapito.c \
                 ufficiorecapito.h \
                 vie.c \
index 56b3e865e98d4e13ae14d615ffd8946daa5c764d..423b9f93b01de160466eb493310d3b7a319010b9 100644 (file)
@@ -22,6 +22,7 @@
 #include "ufficio.h"
 #include "strutture.h"
 #include "ufficionodo.h"
+#include "ufficioorario.h"
 #include "ufficiorecapito.h"
 
 static void ufficio_class_init (UfficioClass *klass);
@@ -32,9 +33,11 @@ static void ufficio_salva (Ufficio *ufficio);
 
 static void ufficio_carica_nodi (Ufficio *ufficio);
 static void ufficio_carica_recapiti (Ufficio *ufficio);
+static void ufficio_carica_orari (Ufficio *ufficio);
 
 static void ufficio_nodo_modifica (Ufficio *ufficio);
 static void ufficio_recapito_modifica (Ufficio *ufficio);
+static void ufficio_orario_modifica (Ufficio *ufficio);
 
 static gboolean ufficio_conferma_chiusura (Ufficio *ufficio);
 
@@ -49,6 +52,7 @@ static void ufficio_get_property (GObject *object,
 
 static void ufficio_on_nodo_aggiornato (gpointer instance, gpointer user_data);
 static void ufficio_on_recapito_aggiornato (gpointer instance, gpointer user_data);
+static void ufficio_on_orario_aggiornato (gpointer instance, gpointer user_data);
 
 static void ufficio_on_ufficio_selezionato (gpointer instance, guint id, gpointer user_data);
 
@@ -81,6 +85,17 @@ static void ufficio_on_trv_recapiti_row_activated (GtkTreeView *tree_view,
                                              GtkTreeViewColumn *column,
                                              gpointer user_data);
 
+static void ufficio_on_btn_orario_nuovo_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void ufficio_on_btn_orario_modifica_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void ufficio_on_btn_orario_elimina_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void ufficio_on_trv_orari_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
 static void ufficio_on_btn_annulla_clicked (GtkButton *button,
                                     gpointer user_data);
 static void ufficio_on_btn_salva_clicked (GtkButton *button,
@@ -92,7 +107,8 @@ enum
 {
        LBL_ID,
        LSTORE_NODI,
-       LSTORE_RECAPITI
+       LSTORE_RECAPITI,
+       LSTORE_ORARI
 };
 
 enum
@@ -109,6 +125,13 @@ enum
        RECAPITI_COL_RECAPITO
 };
 
+enum
+{
+       ORARI_COL_ID,
+       ORARI_COL_DESCRIZIONE,
+       ORARI_COL_ORARIO
+};
+
 typedef struct _UfficioPrivate UfficioPrivate;
 struct _UfficioPrivate
        {
@@ -122,6 +145,7 @@ struct _UfficioPrivate
 
                GtkTreeSelection *sel_nodi;
                GtkTreeSelection *sel_recapiti;
+               GtkTreeSelection *sel_orari;
 
                gint id;
        };
@@ -180,9 +204,10 @@ Ufficio
 
        error = NULL;
        gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
-                                          g_strsplit (g_strconcat ("lstore_ufficio_nodi",
-                                          "|lstore_ufficio_recapiti",
-                                          "|w_ufficio", NULL), "|", -1),
+                                          g_strsplit ("lstore_ufficio_nodi"
+                                          "|lstore_ufficio_recapiti"
+                                          "|lstore_ufficio_orari"
+                                          "|w_ufficio", "|", -1),
                                           &error);
        if (error != NULL)
                {
@@ -200,10 +225,12 @@ Ufficio
                                                      "label23",
                                                      "lstore_ufficio_nodi",
                                                      "lstore_ufficio_recapiti",
+                                                     "lstore_ufficio_orari",
                                                      NULL);
 
        priv->sel_nodi = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview7")));
        priv->sel_recapiti = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview6")));
+       priv->sel_orari = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview10")));
 
        g_signal_connect (priv->w,
                          "delete-event", G_CALLBACK (ufficio_on_w_ufficio_delete_event), (gpointer *)a);
@@ -229,6 +256,15 @@ Ufficio
        g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview6")),
                          "row-activated", G_CALLBACK (ufficio_on_trv_recapiti_row_activated), (gpointer *)a);
 
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button59")),
+                         "clicked", G_CALLBACK (ufficio_on_btn_orario_nuovo_clicked), (gpointer *)a);
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button60")),
+                         "clicked", G_CALLBACK (ufficio_on_btn_orario_modifica_clicked), (gpointer *)a);
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button61")),
+                         "clicked", G_CALLBACK (ufficio_on_btn_orario_elimina_clicked), (gpointer *)a);
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview10")),
+                         "row-activated", G_CALLBACK (ufficio_on_trv_orari_row_activated), (gpointer *)a);
+
        g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button29"),
                          "clicked", G_CALLBACK (ufficio_on_btn_annulla_clicked), (gpointer *)a);
        g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button30"),
@@ -418,6 +454,43 @@ ufficio_carica_recapiti (Ufficio *ufficio)
        g_free (sql);
 }
 
+static void
+ufficio_carica_orari (Ufficio *ufficio)
+{
+       gchar *sql;
+       GdaDataModel *dm;
+       guint row;
+       guint rows;
+
+       UfficioPrivate *priv = UFFICIO_GET_PRIVATE (ufficio);
+
+       gtk_list_store_clear (GTK_LIST_STORE (priv->objects[LSTORE_ORARI]));
+
+       sql = g_strdup_printf ("SELECT *"
+                              " FROM ufficio_orari si"
+                              " WHERE si.id_uffici = %d"
+                              " AND si.status <> 'E'",
+                              priv->id);
+       dm = gdaex_query (priv->commons->gdaex, sql);
+       if (dm != NULL)
+               {
+                       GtkTreeIter iter;
+
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       gtk_list_store_append (GTK_LIST_STORE (priv->objects[LSTORE_ORARI]), &iter);
+                                       gtk_list_store_set (GTK_LIST_STORE (priv->objects[LSTORE_ORARI]), &iter,
+                                                           ORARI_COL_ID, gdaex_data_model_get_field_value_integer_at (dm, row, "id"),
+                                                           ORARI_COL_DESCRIZIONE, gdaex_data_model_get_field_value_stringify_at (dm, row, "descrizione"),
+                                                           -1);
+                               }
+
+                       g_object_unref (dm);
+               }
+       g_free (sql);
+}
+
 static void
 ufficio_nodo_modifica (Ufficio *ufficio)
 {
@@ -494,6 +567,44 @@ ufficio_recapito_modifica (Ufficio *ufficio)
                }
 }
 
+static void
+ufficio_orario_modifica (Ufficio *ufficio)
+{
+       GtkTreeIter iter;
+       GtkWidget *dialog;
+
+       UfficioPrivate *priv = UFFICIO_GET_PRIVATE (ufficio);
+
+       if (gtk_tree_selection_get_selected (priv->sel_orari, NULL, &iter))
+               {
+                       guint id;
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_ORARI]), &iter,
+                                           ORARI_COL_ID, &id,
+                                           -1);
+
+                       UfficioOrario *a = ufficio_orario_new (priv->commons, id, 0);
+
+                       g_signal_connect (G_OBJECT (a), "aggiornato",
+                                         G_CALLBACK (ufficio_on_orario_aggiornato), (gpointer)ufficio);
+
+                       w = ufficio_orario_get_widget (a);
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Occorre prima selezionare un orario");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
 static void
 ufficio_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
 {
@@ -579,6 +690,15 @@ ufficio_on_recapito_aggiornato (gpointer instance, gpointer user_data)
        ufficio_carica_recapiti (ufficio);
 }
 
+static void
+ufficio_on_orario_aggiornato (gpointer instance, gpointer user_data)
+{
+       Ufficio *ufficio = (Ufficio *)user_data;
+       UfficioClass *klass = UFFICIO_GET_CLASS (ufficio);
+
+       ufficio_carica_orari (ufficio);
+}
+
 static gboolean
 ufficio_on_w_ufficio_delete_event (GtkWidget *widget,
                                GdkEvent *event,
@@ -781,6 +901,93 @@ ufficio_on_trv_recapiti_row_activated (GtkTreeView *tree_view,
        ufficio_recapito_modifica ((Ufficio *)user_data);
 }
 
+static void
+ufficio_on_btn_orario_nuovo_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       GtkWidget *w;
+
+       Ufficio *ufficio = (Ufficio *)user_data;
+
+       UfficioPrivate *priv = UFFICIO_GET_PRIVATE (ufficio);
+
+       UfficioOrario *a = ufficio_orario_new (priv->commons, 0, priv->id);
+
+       g_signal_connect (G_OBJECT (a), "aggiornato",
+                         G_CALLBACK (ufficio_on_orario_aggiornato), (gpointer)ufficio);
+
+       w = ufficio_orario_get_widget (a);
+       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->w));
+       gtk_widget_show (w);
+}
+
+static void
+ufficio_on_btn_orario_modifica_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       ufficio_orario_modifica ((Ufficio *)user_data);
+}
+
+static void
+ufficio_on_btn_orario_elimina_clicked (GtkButton *button,
+                                    gpointer user_data)
+{
+       GtkTreeIter iter;
+       GtkWidget *dialog;
+       guint risp;
+
+       Ufficio *ufficio = (Ufficio *)user_data;
+
+       UfficioClass *klass = UFFICIO_GET_CLASS (ufficio);
+       UfficioPrivate *priv = UFFICIO_GET_PRIVATE (ufficio);
+
+       if (gtk_tree_selection_get_selected (priv->sel_orari, NULL, &iter))
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_QUESTION,
+                                                                                        GTK_BUTTONS_YES_NO,
+                                                                                        "Sicuro di voler eliminare l'orario selezionato?");
+                       risp = gtk_dialog_run (GTK_DIALOG (dialog));
+                       if (risp == GTK_RESPONSE_YES)
+                               {
+                                       guint id;
+
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->objects[LSTORE_ORARI]), &iter,
+                                                           ORARI_COL_ID, &id,
+                                                           -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE ufficio_orari"
+                                                                       " SET status = 'E'"
+                                                                       " WHERE id = %d",
+                                                                       id));
+
+                                       ufficio_carica_orari (ufficio);
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Occorre prima selezionare un orario");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+ufficio_on_trv_orari_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                                                                        GtkTreeViewColumn *column,
+                                                                                        gpointer user_data)
+{
+       ufficio_orario_modifica ((Ufficio *)user_data);
+}
+
 static void
 ufficio_on_btn_annulla_clicked (GtkButton *button,
                         gpointer user_data)
diff --git a/src/ufficioorario.c b/src/ufficioorario.c
new file mode 100644 (file)
index 0000000..c2a948f
--- /dev/null
@@ -0,0 +1,343 @@
+/* 
+ * Copyright (C) 2009 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+       #include <config.h>
+#endif
+
+#include <libgtkform/form.h>
+
+#include "ufficioorario.h"
+
+static void ufficio_orario_class_init (UfficioOrarioClass *klass);
+static void ufficio_orario_init (UfficioOrario *ufficio_orario);
+
+static void ufficio_orario_carica (UfficioOrario *ufficio_orario);
+static void ufficio_orario_salva (UfficioOrario *ufficio_orario);
+
+static gboolean ufficio_orario_conferma_chiusura (UfficioOrario *ufficio_orario);
+
+static void ufficio_orario_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void ufficio_orario_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean ufficio_orario_on_w_ufficio_orario_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void ufficio_orario_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void ufficio_orario_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+
+#define UFFICIO_ORARIO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_UFFICIO_ORARIO, UfficioOrarioPrivate))
+
+enum
+{
+       LBL_ID,
+       LBL_ID_UFFICI
+};
+
+typedef struct _UfficioOrarioPrivate UfficioOrarioPrivate;
+struct _UfficioOrarioPrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               guint id;
+       };
+
+G_DEFINE_TYPE (UfficioOrario, ufficio_orario, G_TYPE_OBJECT)
+
+static void
+ufficio_orario_class_init (UfficioOrarioClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (UfficioOrarioPrivate));
+
+       object_class->set_property = ufficio_orario_set_property;
+       object_class->get_property = ufficio_orario_get_property;
+
+       /**
+        * UfficioOrario::aggiornato:
+        * @ufficio_orario:
+        *
+        */
+       klass->aggiornato_signal_id = g_signal_new ("aggiornato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__VOID,
+                                                      G_TYPE_NONE,
+                                                      0);
+}
+
+static void
+ufficio_orario_init (UfficioOrario *ufficio_orario)
+{
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+}
+
+/**
+ * ufficio_orario_new:
+ * @commons:
+ * @id:
+ * @id_uffici:
+ *
+ * Returns: the newly created #UfficioOrario object.
+ */
+UfficioOrario
+*ufficio_orario_new (Commons *commons, guint id, guint id_uffici)
+{
+       GError *error;
+
+       UfficioOrario *a = UFFICIO_ORARIO (g_object_new (ufficio_orario_get_type (), NULL));
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("adj_week|adj_dmon|lstore_mesi|w_ufficio_orario", "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_fprintf (stderr, "Errore: %s\n", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new ();
+       g_object_set (G_OBJECT (priv->form), "gdaex", priv->commons->gdaex, NULL);
+       gtk_form_load_from_file (priv->form, g_build_filename (priv->commons->formdir, "ufficio_orario.form", NULL), priv->commons->gtkbuilder);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_ufficio_orario"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label52",
+                                                     "label53",
+                                                     NULL);
+
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (ufficio_orario_on_w_ufficio_orario_delete_event), (gpointer *)a);
+
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button57")),
+                         "clicked", G_CALLBACK (ufficio_orario_on_btn_annulla_clicked), (gpointer *)a);
+       g_signal_connect (G_OBJECT (gtk_builder_get_object (priv->commons->gtkbuilder, "button58")),
+                         "clicked", G_CALLBACK (ufficio_orario_on_btn_salva_clicked), (gpointer *)a);
+
+       priv->id = id;
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID_UFFICI]), g_strdup_printf ("%d", id_uffici));
+
+                       gtk_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+
+                       ufficio_orario_carica (a);
+               }
+
+       return a;
+}
+
+/**
+ * ufficio_orario_get_widget:
+ * @ufficio_orario:
+ *
+ */
+GtkWidget
+*ufficio_orario_get_widget (UfficioOrario *ufficio_orario)
+{
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+ufficio_orario_carica (UfficioOrario *ufficio_orario)
+{
+       gchar *sql;
+       GdaDataModel *dm;
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       if (gtk_form_fill_from_table (priv->form))
+               {
+               }
+}
+
+static void
+ufficio_orario_salva (UfficioOrario *ufficio_orario)
+{
+       gchar *sql;
+       GtkWidget *dialog;
+
+       UfficioOrarioClass *klass = UFFICIO_ORARIO_GET_CLASS (ufficio_orario);
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       if (!gtk_form_check (priv->form, FALSE, NULL, TRUE, priv->w, TRUE))
+               {
+                       return;
+               }
+
+       if (priv->id == 0)
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_INSERT);
+               }
+       else
+               {
+                       sql = gtk_form_get_sql (priv->form, GTK_FORM_SQL_UPDATE);
+               }
+
+       if (gdaex_execute (priv->commons->gdaex, sql) == 1)
+               {
+                       g_signal_emit (ufficio_orario, klass->aggiornato_signal_id, 0);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                GTK_MESSAGE_INFO,
+                                                                GTK_BUTTONS_OK,
+                                                                "Salvataggio eseguito con successo.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                GTK_MESSAGE_WARNING,
+                                                                GTK_BUTTONS_OK,
+                                                                "Errore durante il salvataggio");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+ufficio_orario_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       UfficioOrario *ufficio_orario = UFFICIO_ORARIO (object);
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+ufficio_orario_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       UfficioOrario *ufficio_orario = UFFICIO_ORARIO (object);
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+ufficio_orario_conferma_chiusura (UfficioOrario *ufficio_orario)
+{
+       GtkWidget *dialog;
+
+       gboolean ret;
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       ret = TRUE;
+
+       if (gtk_form_is_changed (priv->form))
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (priv->w),
+                                                                GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                GTK_MESSAGE_QUESTION,
+                                                                GTK_BUTTONS_YES_NO,
+                                                                "Sicuro di voler chiudere senza salvare?");
+                       if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_NO)
+                               {
+                                       ret = FALSE;
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+
+       return ret;
+}
+
+/* CALLBACK */
+static gboolean
+ufficio_orario_on_w_ufficio_orario_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !ufficio_orario_conferma_chiusura ((UfficioOrario *)user_data);
+}
+
+static void
+ufficio_orario_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       UfficioOrario *ufficio_orario = (UfficioOrario *)user_data;
+
+       UfficioOrarioPrivate *priv = UFFICIO_ORARIO_GET_PRIVATE (ufficio_orario);
+
+       if (ufficio_orario_conferma_chiusura (ufficio_orario)) gtk_widget_destroy (priv->w);
+}
+
+static void
+ufficio_orario_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       ufficio_orario_salva ((UfficioOrario *)user_data);
+}
diff --git a/src/ufficioorario.h b/src/ufficioorario.h
new file mode 100644 (file)
index 0000000..3554d1f
--- /dev/null
@@ -0,0 +1,65 @@
+/* 
+ * Copyright (C) 2009 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __UFFICIO_ORARIO_H__
+#define __UFFICIO_ORARIO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_UFFICIO_ORARIO                 (ufficio_orario_get_type ())
+#define UFFICIO_ORARIO(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_UFFICIO_ORARIO, UfficioOrario))
+#define UFFICIO_ORARIO_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_UFFICIO_ORARIO, UfficioOrarioClass))
+#define IS_UFFICIO_ORARIO(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_UFFICIO_ORARIO))
+#define IS_UFFICIO_ORARIO_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_UFFICIO_ORARIO))
+#define UFFICIO_ORARIO_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_UFFICIO_ORARIO, UfficioOrarioClass))
+
+
+typedef struct _UfficioOrario UfficioOrario;
+typedef struct _UfficioOrarioClass UfficioOrarioClass;
+
+struct _UfficioOrario
+       {
+               GObject parent;
+       };
+
+struct _UfficioOrarioClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType ufficio_orario_get_type (void) G_GNUC_CONST;
+
+UfficioOrario *ufficio_orario_new (Commons *commons, guint id, guint id_uffici);
+
+GtkWidget *ufficio_orario_get_widget (UfficioOrario *ufficio_orario);
+
+
+G_END_DECLS
+
+#endif /* __UFFICIO_ORARIO_H__ */