]> saetta.ns0.it Git - solipa/organigramma/commitdiff
Gestione tabella tipi prestazione.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Thu, 14 Oct 2010 14:24:58 +0000 (16:24 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Thu, 14 Oct 2010 14:24:58 +0000 (16:24 +0200)
data/organigramma/form/Makefile.am
data/organigramma/form/tipo_prestazione.form [new file with mode: 0644]
data/organigramma/gui/organigramma.gui
docs/organigramma.sql
src/Makefile.am
src/main.c
src/tipiprestazione.c [new file with mode: 0644]
src/tipiprestazione.h [new file with mode: 0644]
src/tipoprestazione.c [new file with mode: 0644]
src/tipoprestazione.h [new file with mode: 0644]

index 52a67f2e9daf51b6358239ec06631efcbd3ff7ba..51707fc5f7ad517854ab025743542a9ede45501f 100644 (file)
@@ -12,6 +12,7 @@ form_DATA = \
             struttura.form \
             struttura_indirizzo.form \
             tipo_nodo.form \
+            tipo_prestazione.form \
             tipo_rapporto_lavoro.form \
             tipo_recapito.form \
             titolo.form \
diff --git a/data/organigramma/form/tipo_prestazione.form b/data/organigramma/form/tipo_prestazione.form
new file mode 100644 (file)
index 0000000..b1facfe
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<gtkform>
+
+       <table>tipi_prestazione</table>
+
+       <widget type="label" name="label153" label="label154">
+               <field type="integer" name="id">
+                       <is-key>t</is-key>
+                       <auto-increment>t</auto-increment>
+               </field>
+       </widget>
+
+       <widget type="entry" name="entry41" label="label155">
+               <field type="text" name="nome" />
+       </widget>
+
+</gtkform>
index 6265756b8969c0dd08381b3c45a466c8436532a6..bc07c87b5c196ea567c70ffc58b0680b688cf5ad 100644 (file)
                         <signal name="activate" handler="on_mnu_tabelle_posizioni_economiche_activate"/>
                       </object>
                     </child>
+                    <child>
+                      <object class="GtkMenuItem" id="menuitem14">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Tipi pr_estazione</property>
+                        <property name="use_underline">True</property>
+                        <signal name="activate" handler="on_mnu_tabelle_tipi_prestazione_activate"/>
+                      </object>
+                    </child>
                   </object>
                 </child>
               </object>
       </object>
     </child>
   </object>
+  <object class="GtkWindow" id="w_tipi_prestazione">
+    <property name="title" translatable="yes">Tipi prestazione - Gestione organigramma</property>
+    <property name="modal">True</property>
+    <property name="window_position">center-on-parent</property>
+    <property name="default_width">500</property>
+    <property name="default_height">400</property>
+    <property name="destroy_with_parent">True</property>
+    <child>
+      <object class="GtkVBox" id="vbx_tipi_prestazione">
+        <property name="visible">True</property>
+        <property name="border_width">5</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">5</property>
+        <child>
+          <object class="GtkLabel" id="label152">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">&lt;b&gt;Tipi prestazione&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkScrolledWindow" id="scrolledwindow36">
+            <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="treeview21">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="model">lstore_tipi_prestazione</property>
+                <property name="headers_clickable">False</property>
+                <property name="search_column">0</property>
+                <child>
+                  <object class="GtkTreeViewColumn" id="treeviewcolumn34">
+                    <property name="title">Nome</property>
+                    <child>
+                      <object class="GtkCellRendererText" id="cellrenderertext45"/>
+                      <attributes>
+                        <attribute name="text">1</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox30">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button123">
+                <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="button124">
+                <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="button125">
+                <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>
+            <child>
+              <object class="GtkButton" id="button126">
+                <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">3</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button127">
+                <property name="label">gtk-ok</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">4</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </object>
+    </child>
+  </object>
+  <object class="GtkWindow" id="w_tipo_prestazione">
+    <property name="title" translatable="yes">Tipo prestazione - 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="vbox23">
+        <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="table21">
+            <property name="visible">True</property>
+            <property name="n_rows">2</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">5</property>
+            <property name="row_spacing">5</property>
+            <child>
+              <object class="GtkLabel" id="label153">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">lbl_id</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label154">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">ID</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label155">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Nome</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="GtkEntry" id="entry41">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="max_length">50</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </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>
+          </object>
+          <packing>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHButtonBox" id="hbuttonbox31">
+            <property name="visible">True</property>
+            <property name="spacing">5</property>
+            <property name="layout_style">end</property>
+            <child>
+              <object class="GtkButton" id="button128">
+                <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="button129">
+                <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>
 </interface>
index a7bad30a3757c3fc6ff9772778d858f3263b2128..ae8bcbe7dc2262cce981b45e9eaa2920ff0c26d3 100644 (file)
@@ -4,7 +4,7 @@
 
 -- Dumped from database version 8.4.4
 -- Dumped by pg_dump version 9.0.0
--- Started on 2010-10-14 13:22:59
+-- Started on 2010-10-14 15:50:19
 
 SET statement_timeout = 0;
 SET client_encoding = 'UTF8';
@@ -14,7 +14,7 @@ SET client_min_messages = warning;
 SET escape_string_warning = off;
 
 --
--- TOC entry 352 (class 2612 OID 16386)
+-- TOC entry 354 (class 2612 OID 16386)
 -- Name: plpgsql; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: -
 --
 
@@ -26,8 +26,8 @@ SET search_path = public, pg_catalog;
 SET default_with_oids = false;
 
 --
--- TOC entry 1539 (class 1259 OID 59279)
--- Dependencies: 1835 1836 1837 3
+-- TOC entry 1541 (class 1259 OID 59279)
+-- Dependencies: 1838 1839 1840 3
 -- Name: nodi; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -42,8 +42,8 @@ CREATE TABLE nodi (
 
 
 --
--- TOC entry 1555 (class 1259 OID 61295)
--- Dependencies: 1885 1886 1887 1888 3
+-- TOC entry 1557 (class 1259 OID 61295)
+-- Dependencies: 1888 1889 1890 1891 3
 -- Name: persona_nodi; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -59,8 +59,8 @@ CREATE TABLE persona_nodi (
 
 
 --
--- TOC entry 1556 (class 1259 OID 61307)
--- Dependencies: 1889 1890 1891 1892 1893 1894 1895 3
+-- TOC entry 1558 (class 1259 OID 61307)
+-- Dependencies: 1892 1893 1894 1895 1896 1897 1898 3
 -- Name: persona_nodo_recapiti; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -77,8 +77,8 @@ CREATE TABLE persona_nodo_recapiti (
 
 
 --
--- TOC entry 1553 (class 1259 OID 61266)
--- Dependencies: 1872 1873 1874 1875 1876 1877 3
+-- TOC entry 1555 (class 1259 OID 61266)
+-- Dependencies: 1875 1876 1877 1878 1879 1880 3
 -- Name: persona_recapiti; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -94,8 +94,8 @@ CREATE TABLE persona_recapiti (
 
 
 --
--- TOC entry 1552 (class 1259 OID 61243)
--- Dependencies: 1870 1871 3
+-- TOC entry 1554 (class 1259 OID 61243)
+-- Dependencies: 1873 1874 3
 -- Name: persona_uffici; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -111,8 +111,8 @@ CREATE TABLE persona_uffici (
 
 
 --
--- TOC entry 1554 (class 1259 OID 61280)
--- Dependencies: 1878 1879 1880 1881 1882 1883 1884 3
+-- TOC entry 1556 (class 1259 OID 61280)
+-- Dependencies: 1881 1882 1883 1884 1885 1886 1887 3
 -- Name: persona_ufficio_recapiti; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -129,8 +129,8 @@ CREATE TABLE persona_ufficio_recapiti (
 
 
 --
--- TOC entry 1550 (class 1259 OID 61227)
--- Dependencies: 1864 1865 1866 1867 3
+-- TOC entry 1552 (class 1259 OID 61227)
+-- Dependencies: 1867 1868 1869 1870 3
 -- Name: persone; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -145,8 +145,8 @@ CREATE TABLE persone (
 
 
 --
--- TOC entry 1557 (class 1259 OID 61322)
--- Dependencies: 1896 1897 3
+-- TOC entry 1559 (class 1259 OID 61322)
+-- Dependencies: 1899 1900 3
 -- Name: posizioni_economiche; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -158,8 +158,8 @@ CREATE TABLE posizioni_economiche (
 
 
 --
--- TOC entry 1545 (class 1259 OID 59346)
--- Dependencies: 1851 1852 1853 3
+-- TOC entry 1547 (class 1259 OID 59346)
+-- Dependencies: 1854 1855 1856 3
 -- Name: struttura_indirizzi; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -174,8 +174,8 @@ CREATE TABLE struttura_indirizzi (
 
 
 --
--- TOC entry 1543 (class 1259 OID 59327)
--- Dependencies: 1845 1846 1847 1848 1849 3
+-- TOC entry 1545 (class 1259 OID 59327)
+-- Dependencies: 1848 1849 1850 1851 1852 3
 -- Name: strutture; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -190,8 +190,8 @@ CREATE TABLE strutture (
 
 
 --
--- TOC entry 1540 (class 1259 OID 59290)
--- Dependencies: 1838 1839 3
+-- TOC entry 1542 (class 1259 OID 59290)
+-- Dependencies: 1841 1842 3
 -- Name: tipi_nodo; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -203,8 +203,21 @@ CREATE TABLE tipi_nodo (
 
 
 --
--- TOC entry 1551 (class 1259 OID 61236)
--- Dependencies: 1868 1869 3
+-- TOC entry 1560 (class 1259 OID 61329)
+-- Dependencies: 1901 1902 3
+-- Name: tipi_prestazione; Type: TABLE; Schema: public; Owner: -
+--
+
+CREATE TABLE tipi_prestazione (
+    id integer NOT NULL,
+    nome character varying(255) DEFAULT ''::character varying,
+    status character varying(1) DEFAULT ''::character varying
+);
+
+
+--
+-- TOC entry 1553 (class 1259 OID 61236)
+-- Dependencies: 1871 1872 3
 -- Name: tipi_rapporto_lavoro; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -216,8 +229,8 @@ CREATE TABLE tipi_rapporto_lavoro (
 
 
 --
--- TOC entry 1541 (class 1259 OID 59297)
--- Dependencies: 1840 1841 3
+-- TOC entry 1543 (class 1259 OID 59297)
+-- Dependencies: 1843 1844 3
 -- Name: tipi_recapito; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -229,8 +242,8 @@ CREATE TABLE tipi_recapito (
 
 
 --
--- TOC entry 1549 (class 1259 OID 61219)
--- Dependencies: 1861 1862 1863 3
+-- TOC entry 1551 (class 1259 OID 61219)
+-- Dependencies: 1864 1865 1866 3
 -- Name: titoli; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -243,8 +256,8 @@ CREATE TABLE titoli (
 
 
 --
--- TOC entry 1542 (class 1259 OID 59311)
--- Dependencies: 1842 1843 1844 3
+-- TOC entry 1544 (class 1259 OID 59311)
+-- Dependencies: 1845 1846 1847 3
 -- Name: uffici; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -258,8 +271,8 @@ CREATE TABLE uffici (
 
 
 --
--- TOC entry 1546 (class 1259 OID 59357)
--- Dependencies: 1854 1855 3
+-- TOC entry 1548 (class 1259 OID 59357)
+-- Dependencies: 1857 1858 3
 -- Name: ufficio_nodi; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -273,8 +286,8 @@ CREATE TABLE ufficio_nodi (
 
 
 --
--- TOC entry 1547 (class 1259 OID 59399)
--- Dependencies: 1856 1857 3
+-- TOC entry 1549 (class 1259 OID 59399)
+-- Dependencies: 1859 1860 3
 -- Name: ufficio_orari; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -301,8 +314,8 @@ CREATE TABLE ufficio_orari (
 
 
 --
--- TOC entry 1548 (class 1259 OID 59409)
--- Dependencies: 1858 1859 1860 3
+-- TOC entry 1550 (class 1259 OID 59409)
+-- Dependencies: 1861 1862 1863 3
 -- Name: ufficio_recapiti; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -318,8 +331,8 @@ CREATE TABLE ufficio_recapiti (
 
 
 --
--- TOC entry 1544 (class 1259 OID 59340)
--- Dependencies: 1850 3
+-- TOC entry 1546 (class 1259 OID 59340)
+-- Dependencies: 1853 3
 -- Name: vie; Type: TABLE; Schema: public; Owner: -
 --
 
@@ -330,8 +343,8 @@ CREATE TABLE vie (
 
 
 --
--- TOC entry 1899 (class 2606 OID 59289)
--- Dependencies: 1539 1539
+-- TOC entry 1904 (class 2606 OID 59289)
+-- Dependencies: 1541 1541
 -- Name: nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -340,8 +353,8 @@ ALTER TABLE ONLY nodi
 
 
 --
--- TOC entry 1931 (class 2606 OID 61305)
--- Dependencies: 1555 1555
+-- TOC entry 1936 (class 2606 OID 61305)
+-- Dependencies: 1557 1557
 -- Name: persona_nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -350,8 +363,8 @@ ALTER TABLE ONLY persona_nodi
 
 
 --
--- TOC entry 1933 (class 2606 OID 61321)
--- Dependencies: 1556 1556
+-- TOC entry 1938 (class 2606 OID 61321)
+-- Dependencies: 1558 1558
 -- Name: persona_nodo_recapiti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -360,8 +373,8 @@ ALTER TABLE ONLY persona_nodo_recapiti
 
 
 --
--- TOC entry 1927 (class 2606 OID 61279)
--- Dependencies: 1553 1553
+-- TOC entry 1932 (class 2606 OID 61279)
+-- Dependencies: 1555 1555
 -- Name: persona_recapiti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -370,8 +383,8 @@ ALTER TABLE ONLY persona_recapiti
 
 
 --
--- TOC entry 1925 (class 2606 OID 61252)
--- Dependencies: 1552 1552
+-- TOC entry 1930 (class 2606 OID 61252)
+-- Dependencies: 1554 1554
 -- Name: persona_uffici_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -380,8 +393,8 @@ ALTER TABLE ONLY persona_uffici
 
 
 --
--- TOC entry 1929 (class 2606 OID 61294)
--- Dependencies: 1554 1554
+-- TOC entry 1934 (class 2606 OID 61294)
+-- Dependencies: 1556 1556
 -- Name: persona_ufficio_recapiti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -390,8 +403,8 @@ ALTER TABLE ONLY persona_ufficio_recapiti
 
 
 --
--- TOC entry 1921 (class 2606 OID 61235)
--- Dependencies: 1550 1550
+-- TOC entry 1926 (class 2606 OID 61235)
+-- Dependencies: 1552 1552
 -- Name: persone_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -400,8 +413,8 @@ ALTER TABLE ONLY persone
 
 
 --
--- TOC entry 1935 (class 2606 OID 61328)
--- Dependencies: 1557 1557
+-- TOC entry 1940 (class 2606 OID 61328)
+-- Dependencies: 1559 1559
 -- Name: posizioni_economiche_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -410,8 +423,8 @@ ALTER TABLE ONLY posizioni_economiche
 
 
 --
--- TOC entry 1911 (class 2606 OID 59356)
--- Dependencies: 1545 1545
+-- TOC entry 1916 (class 2606 OID 59356)
+-- Dependencies: 1547 1547
 -- Name: struttura_indirizzi_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -420,8 +433,8 @@ ALTER TABLE ONLY struttura_indirizzi
 
 
 --
--- TOC entry 1907 (class 2606 OID 59339)
--- Dependencies: 1543 1543
+-- TOC entry 1912 (class 2606 OID 59339)
+-- Dependencies: 1545 1545
 -- Name: strutture_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -430,8 +443,8 @@ ALTER TABLE ONLY strutture
 
 
 --
--- TOC entry 1901 (class 2606 OID 59296)
--- Dependencies: 1540 1540
+-- TOC entry 1906 (class 2606 OID 59296)
+-- Dependencies: 1542 1542
 -- Name: tipi_nodo_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -440,8 +453,18 @@ ALTER TABLE ONLY tipi_nodo
 
 
 --
--- TOC entry 1923 (class 2606 OID 61242)
--- Dependencies: 1551 1551
+-- TOC entry 1942 (class 2606 OID 61335)
+-- Dependencies: 1560 1560
+-- Name: tipi_prestazione_pkey; Type: CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY tipi_prestazione
+    ADD CONSTRAINT tipi_prestazione_pkey PRIMARY KEY (id);
+
+
+--
+-- TOC entry 1928 (class 2606 OID 61242)
+-- Dependencies: 1553 1553
 -- Name: tipi_rapporto_lavoro_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -450,8 +473,8 @@ ALTER TABLE ONLY tipi_rapporto_lavoro
 
 
 --
--- TOC entry 1903 (class 2606 OID 59303)
--- Dependencies: 1541 1541
+-- TOC entry 1908 (class 2606 OID 59303)
+-- Dependencies: 1543 1543
 -- Name: tipi_recapito_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -460,8 +483,8 @@ ALTER TABLE ONLY tipi_recapito
 
 
 --
--- TOC entry 1919 (class 2606 OID 61226)
--- Dependencies: 1549 1549
+-- TOC entry 1924 (class 2606 OID 61226)
+-- Dependencies: 1551 1551
 -- Name: titoli_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -470,8 +493,8 @@ ALTER TABLE ONLY titoli
 
 
 --
--- TOC entry 1905 (class 2606 OID 59321)
--- Dependencies: 1542 1542
+-- TOC entry 1910 (class 2606 OID 59321)
+-- Dependencies: 1544 1544
 -- Name: uffici_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -480,8 +503,8 @@ ALTER TABLE ONLY uffici
 
 
 --
--- TOC entry 1913 (class 2606 OID 59366)
--- Dependencies: 1546 1546
+-- TOC entry 1918 (class 2606 OID 59366)
+-- Dependencies: 1548 1548
 -- Name: ufficio_nodi_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -490,8 +513,8 @@ ALTER TABLE ONLY ufficio_nodi
 
 
 --
--- TOC entry 1915 (class 2606 OID 59408)
--- Dependencies: 1547 1547
+-- TOC entry 1920 (class 2606 OID 59408)
+-- Dependencies: 1549 1549
 -- Name: ufficio_orari_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -500,8 +523,8 @@ ALTER TABLE ONLY ufficio_orari
 
 
 --
--- TOC entry 1917 (class 2606 OID 59419)
--- Dependencies: 1548 1548
+-- TOC entry 1922 (class 2606 OID 59419)
+-- Dependencies: 1550 1550
 -- Name: ufficio_recapiti_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -510,8 +533,8 @@ ALTER TABLE ONLY ufficio_recapiti
 
 
 --
--- TOC entry 1909 (class 2606 OID 59345)
--- Dependencies: 1544 1544
+-- TOC entry 1914 (class 2606 OID 59345)
+-- Dependencies: 1546 1546
 -- Name: vie_pkey; Type: CONSTRAINT; Schema: public; Owner: -
 --
 
@@ -519,7 +542,7 @@ ALTER TABLE ONLY vie
     ADD CONSTRAINT vie_pkey PRIMARY KEY (id);
 
 
--- Completed on 2010-10-14 13:23:00
+-- Completed on 2010-10-14 15:50:19
 
 --
 -- PostgreSQL database dump complete
index 2eb929596e80920e97f05c8b64a69cd58c68205b..48ddae2a88f9e0f097b6a8f585c62f14768abd22 100644 (file)
@@ -43,12 +43,16 @@ organigramma_SOURCES = \
                 strutture.h \
                 tipinodo.c \
                 tipinodo.h \
+                tipiprestazione.c \
+                tipiprestazione.h \
                 tipirapportolavoro.c \
                 tipirapportolavoro.h \
                 tipirecapito.c \
                 tipirecapito.h \
                 tiponodo.c \
                 tiponodo.h \
+                tipoprestazione.c \
+                tipoprestazione.h \
                 tiporapportolavoro.c \
                 tiporapportolavoro.h \
                 tiporecapito.c \
index 519620760219e155228518d7008129a5bbe1039c..6ec4def12d4900d39802b609733168687809000e 100644 (file)
@@ -33,6 +33,7 @@
 #include "posizionieconomiche.h"
 #include "strutture.h"
 #include "tipinodo.h"
+#include "tipiprestazione.h"
 #include "tipirapportolavoro.h"
 #include "tipirecapito.h"
 #include "titoli.h"
@@ -176,6 +177,19 @@ on_mnu_tabelle_posizioni_economiche_activate (GtkMenuItem *menuitem,
        main_set_vbx_body_child (vbx);
 }
 
+G_MODULE_EXPORT void
+on_mnu_tabelle_tipi_prestazione_activate (GtkMenuItem *menuitem,
+                            gpointer user_data)
+{
+       GtkWidget *vbx;
+
+       TipiPrestazione *m = tipi_prestazione_new (commons, FALSE);
+
+       vbx = tipi_prestazione_get_widget (m);
+
+       main_set_vbx_body_child (vbx);
+}
+
 G_MODULE_EXPORT void
 on_mnu_help_about_activate (GtkMenuItem *menuitem,
                             gpointer user_data)
diff --git a/src/tipiprestazione.c b/src/tipiprestazione.c
new file mode 100644 (file)
index 0000000..c2d6c97
--- /dev/null
@@ -0,0 +1,495 @@
+/* 
+ * Copyright (C) 2010 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
+ *
+ */
+
+#include "tipiprestazione.h"
+#include "tipoprestazione.h"
+
+static void tipi_prestazione_class_init (TipiPrestazioneClass *klass);
+static void tipi_prestazione_init (TipiPrestazione *tipi_prestazione);
+
+static void tipi_prestazione_carica (TipiPrestazione *tipi_prestazione);
+static void tipi_prestazione_modifica (TipiPrestazione *tipi_prestazione);
+
+static void tipi_prestazione_selezionato (TipiPrestazione *tipi_prestazione);
+static void tipi_prestazione_on_tipo_prestazione_aggiornato (gpointer instance, gpointer user_data);
+
+static void tipi_prestazione_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipi_prestazione_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static void tipi_prestazione_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_prestazione_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data);
+static void tipi_prestazione_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data);
+static void tipi_prestazione_on_trv_tipi_prestazione_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                             GtkTreeViewColumn *column,
+                                             gpointer user_data);
+
+static void tipi_prestazione_on_btn_ricerca_clicked (GtkButton *button,
+                                    gpointer user_data);
+
+static void tipi_prestazione_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipi_prestazione_on_btn_seleziona_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPI_PRESTAZIONE_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPI_PRESTAZIONE, TipiPrestazionePrivate))
+
+enum
+{
+       COL_ID,
+       COL_NOME
+};
+
+typedef struct _TipiPrestazionePrivate TipiPrestazionePrivate;
+struct _TipiPrestazionePrivate
+       {
+               Commons *commons;
+
+               GtkWidget *widget;
+               GtkTreeSelection *selection;
+               GtkListStore *lstore_tipi_prestazione;
+
+               gboolean selezione;
+       };
+
+G_DEFINE_TYPE (TipiPrestazione, tipi_prestazione, G_TYPE_OBJECT)
+
+static void
+tipi_prestazione_class_init (TipiPrestazioneClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipiPrestazionePrivate));
+
+       object_class->set_property = tipi_prestazione_set_property;
+       object_class->get_property = tipi_prestazione_get_property;
+
+       /**
+        * TipiPrestazione::selezionato:
+        * @tipi_prestazione:
+        *
+        */
+       klass->selezionato_signal_id = g_signal_new ("selezionato",
+                                                      G_TYPE_FROM_CLASS (object_class),
+                                                      G_SIGNAL_RUN_LAST,
+                                                      0,
+                                                      NULL,
+                                                      NULL,
+                                                      g_cclosure_marshal_VOID__UINT,
+                                                      G_TYPE_NONE,
+                                                      1, G_TYPE_UINT);
+}
+
+static void
+tipi_prestazione_init (TipiPrestazione *tipi_prestazione)
+{
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+}
+
+/**
+ * tipi_prestazione_new:
+ * @commons:
+ * @selezione:
+ *
+ * Returns: the newly created #TipiPrestazione object.
+ */
+TipiPrestazione
+*tipi_prestazione_new (Commons *commons, gboolean selezione)
+{
+       GError *error;
+
+       TipiPrestazione *a = TIPI_PRESTAZIONE (g_object_new (tipi_prestazione_get_type (), NULL));
+
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (a);
+
+       priv->commons = commons;
+       priv->selezione = selezione;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit (g_strconcat ("lstore_tipi_prestazione|",
+                                          (selezione ? "w_tipi_prestazione" : "vbx_tipi_prestazione"),
+                                          NULL), "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->widget = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, (selezione ? "w_tipi_prestazione" : "vbx_tipi_prestazione")));
+       priv->selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview21")));
+       priv->lstore_tipi_prestazione = GTK_LIST_STORE (gtk_builder_get_object (priv->commons->gtkbuilder, "lstore_tipi_prestazione"));
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button123"),
+                         "clicked", G_CALLBACK (tipi_prestazione_on_btn_nuovo_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button124"),
+                         "clicked", G_CALLBACK (tipi_prestazione_on_btn_modifica_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button125"),
+                         "clicked", G_CALLBACK (tipi_prestazione_on_btn_elimina_clicked), (gpointer)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "treeview21"),
+                         "row-activated", G_CALLBACK (tipi_prestazione_on_trv_tipi_prestazione_row_activated), (gpointer)a);
+
+       if (priv->selezione)
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "label152")));
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button126"),
+                                         "clicked", G_CALLBACK (tipi_prestazione_on_btn_annulla_clicked), (gpointer)a);
+                       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button127"),
+                                         "clicked", G_CALLBACK (tipi_prestazione_on_btn_seleziona_clicked), (gpointer)a);
+               }
+       else
+               {
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button126")));
+                       gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "button127")));
+               }
+
+       tipi_prestazione_carica (a);
+
+       return a;
+}
+
+/**
+ * tipi_prestazione_get_widget:
+ * @tipi_prestazione:
+ *
+ */
+GtkWidget
+*tipi_prestazione_get_widget (TipiPrestazione *tipi_prestazione)
+{
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       return priv->widget;
+}
+
+/* PRIVATE */
+static void
+tipi_prestazione_carica (TipiPrestazione *tipi_prestazione)
+{
+       GtkTreeIter iter;
+       GdaDataModel *dm;
+
+       gchar *sql_where;
+       gchar *sql;
+
+       gchar *gcval;
+       gint ival;
+
+       gint rows;
+       gint row;
+
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       gtk_list_store_clear (priv->lstore_tipi_prestazione);
+
+       sql_where = g_strdup ("");
+
+       /*if (priv->parametri_ricerca != NULL)
+               {
+                       gcval = (gchar *)g_value_get_string ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "ragione_sociale"));
+                       if (gcval != NULL && g_strcmp0 (g_strstrip (gcval), "") != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND ragione_sociale ILIKE '%%",
+                                                                gdaex_strescape (gcval, NULL),
+                                                                "%%'",
+                                                                NULL);
+                               }
+                       gcval = (gchar *)g_value_get_string ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "codice_fiscale"));
+                       if (gcval != NULL && g_strcmp0 (g_strstrip (gcval), "") != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND codice_fiscale = '",
+                                                                gdaex_strescape (gcval, NULL),
+                                                                "'",
+                                                                NULL);
+                               }
+                       gcval = (gchar *)g_value_get_string ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "partita_iva"));
+                       if (gcval != NULL && g_strcmp0 (g_strstrip (gcval), "") != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND partita_iva = '",
+                                                                gdaex_strescape (gcval, NULL),
+                                                                "'",
+                                                                NULL);
+                               }
+                       ival = g_value_get_int ((GValue *)g_hash_table_lookup (priv->parametri_ricerca, "id_citta"));
+                       if (ival != 0)
+                               {
+                                       sql_where = g_strconcat (sql_where, " AND id_citta = ",
+                                                                g_strdup_printf ("%d", ival),
+                                                                NULL);
+                               }
+               }*/
+
+       sql = g_strdup_printf ("SELECT c.id, c.nome"
+                         " FROM tipi_prestazione c"
+                         " WHERE c.status <> 'E'"
+                         "%s"
+                         " ORDER BY c.nome", sql_where);
+       dm = gdaex_query (priv->commons->gdaex, sql);
+       if (dm != NULL)
+               {
+                       rows = gda_data_model_get_n_rows (dm);
+                       for (row = 0; row < rows; row++)
+                               {
+                                       gtk_list_store_append (priv->lstore_tipi_prestazione, &iter);
+
+                                       gtk_list_store_set (priv->lstore_tipi_prestazione, &iter,
+                                                           COL_ID, gdaex_data_model_get_field_value_stringify_at (dm, row, "id"),
+                                                                               COL_NOME, gdaex_data_model_get_field_value_stringify_at (dm, row, "nome"),
+                                                           -1);
+                               }
+
+                       g_object_unref (dm);
+               }
+}
+
+static void
+tipi_prestazione_modifica (TipiPrestazione *tipi_prestazione)
+{
+       GtkTreeIter iter;
+       gchar *id;
+
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       GtkWidget *w;
+
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_prestazione), &iter,
+                                           COL_ID, &id,
+                                                               -1);
+
+                       TipoPrestazione *c = tipo_prestazione_new (priv->commons, strtol (id, NULL, 10));
+
+                       g_signal_connect (G_OBJECT (c), "aggiornato",
+                                         G_CALLBACK (tipi_prestazione_on_tipo_prestazione_aggiornato), (gpointer)tipi_prestazione);
+
+                       w = tipo_prestazione_get_widget (c);
+                       if (priv->selezione)
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+                               }
+                       else
+                               {
+                                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+                               }
+                       gtk_widget_show (w);
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Occorre prima selezionare un tipo prestazione.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_prestazione_selezionato (TipiPrestazione *tipi_prestazione)
+{
+       GtkTreeIter iter;
+       guint id;
+
+       TipiPrestazioneClass *klass = TIPI_PRESTAZIONE_GET_CLASS (tipi_prestazione);
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_prestazione), &iter,
+                                           COL_ID, &id,
+                                                               -1);
+
+                       g_signal_emit (G_OBJECT (tipi_prestazione), klass->selezionato_signal_id, 0, id);
+
+                       gtk_widget_destroy (priv->widget);
+                       g_object_unref (G_OBJECT (tipi_prestazione));
+               }
+       else
+               {
+                       GtkWidget *dialog = gtk_message_dialog_new (GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Occorre prima selezionare un tipo prestazione.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_prestazione_on_tipo_prestazione_aggiornato (gpointer instance, gpointer user_data)
+{
+       tipi_prestazione_carica ((TipiPrestazione *)user_data);
+}
+
+static void
+tipi_prestazione_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipiPrestazione *tipi_prestazione = TIPI_PRESTAZIONE (object);
+
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipi_prestazione_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipiPrestazione *tipi_prestazione = TIPI_PRESTAZIONE (object);
+
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+/* CALLBACK */
+static void
+tipi_prestazione_on_btn_nuovo_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       GtkWidget *w;
+
+       TipiPrestazione *tipi_prestazione = (TipiPrestazione *)user_data;
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       TipoPrestazione *c = tipo_prestazione_new (priv->commons, 0);
+
+       g_signal_connect (G_OBJECT (c), "aggiornato",
+                         G_CALLBACK (tipi_prestazione_on_tipo_prestazione_aggiornato), (gpointer)tipi_prestazione);
+
+       w = tipo_prestazione_get_widget (c);
+       if (priv->selezione)
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (priv->widget));
+               }
+       else
+               {
+                       gtk_window_set_transient_for (GTK_WINDOW (w), GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")));
+               }
+       gtk_widget_show (w);
+}
+
+static void
+tipi_prestazione_on_btn_modifica_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipi_prestazione_modifica ((TipiPrestazione *)user_data);
+}
+
+static void
+tipi_prestazione_on_btn_elimina_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       GtkWidget *dialog;
+       gboolean risp;
+
+       GtkTreeIter iter;
+       gchar *id;
+
+       TipiPrestazione *tipi_prestazione = (TipiPrestazione *)user_data;
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE (tipi_prestazione);
+
+       if (gtk_tree_selection_get_selected (priv->selection, NULL, &iter))
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_QUESTION,
+                                                                                        GTK_BUTTONS_YES_NO,
+                                                                                        "Sicuro di voler eliminare il tipo prestazione selezionato?");
+                       risp = gtk_dialog_run (GTK_DIALOG (dialog));
+                       if (risp == GTK_RESPONSE_YES)
+                               {
+                                       gtk_tree_model_get (GTK_TREE_MODEL (priv->lstore_tipi_prestazione), &iter,
+                                                                                       COL_ID, &id,
+                                                                                       -1);
+
+                                       gdaex_execute (priv->commons->gdaex,
+                                                      g_strdup_printf ("UPDATE tipi_prestazione SET status = 'E' WHERE id = %d", strtol (id, NULL, 10)));
+
+                                       tipi_prestazione_carica (tipi_prestazione);
+                               }
+                       gtk_widget_destroy (dialog);
+               }
+       else
+               {
+                       dialog = gtk_message_dialog_new (GTK_WINDOW (gtk_builder_get_object (priv->commons->gtkbuilder, "w_main")),
+                                                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
+                                                                                        GTK_MESSAGE_WARNING,
+                                                                                        GTK_BUTTONS_OK,
+                                                                                        "Occorre prima selezionare un tipo prestazione.");
+                       gtk_dialog_run (GTK_DIALOG (dialog));
+                       gtk_widget_destroy (dialog);
+               }
+}
+
+static void
+tipi_prestazione_on_trv_tipi_prestazione_row_activated (GtkTreeView *tree_view,
+                                             GtkTreePath *tree_path,
+                                                                                        GtkTreeViewColumn *column,
+                                                                                        gpointer user_data)
+{
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE ((TipiPrestazione *)user_data);
+
+       if (priv->selezione)
+               {
+                       tipi_prestazione_selezionato ((TipiPrestazione *)user_data);
+               }
+       else
+               {
+                       tipi_prestazione_modifica ((TipiPrestazione *)user_data);
+               }
+}
+
+static void
+tipi_prestazione_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipiPrestazionePrivate *priv = TIPI_PRESTAZIONE_GET_PRIVATE ((TipiPrestazione *)user_data);
+
+       gtk_widget_destroy (priv->widget);
+       g_object_unref (G_OBJECT (user_data));
+}
+
+static void
+tipi_prestazione_on_btn_seleziona_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       tipi_prestazione_selezionato ((TipiPrestazione *)user_data);
+}
diff --git a/src/tipiprestazione.h b/src/tipiprestazione.h
new file mode 100644 (file)
index 0000000..ceab904
--- /dev/null
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 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 __TIPI_PRESTAZIONE_H__
+#define __TIPI_PRESTAZIONE_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPI_PRESTAZIONE                 (tipi_prestazione_get_type ())
+#define TIPI_PRESTAZIONE(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPI_PRESTAZIONE, TipiPrestazione))
+#define TIPI_PRESTAZIONE_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPI_PRESTAZIONE, TipiPrestazioneClass))
+#define IS_TIPI_PRESTAZIONE(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPI_PRESTAZIONE))
+#define IS_TIPI_PRESTAZIONE_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPI_PRESTAZIONE))
+#define TIPI_PRESTAZIONE_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPI_PRESTAZIONE, TipiPrestazioneClass))
+
+
+typedef struct _TipiPrestazione TipiPrestazione;
+typedef struct _TipiPrestazioneClass TipiPrestazioneClass;
+
+struct _TipiPrestazione
+       {
+               GObject parent;
+       };
+
+struct _TipiPrestazioneClass
+       {
+               GObjectClass parent_class;
+
+               guint selezionato_signal_id;
+       };
+
+GType tipi_prestazione_get_type (void) G_GNUC_CONST;
+
+TipiPrestazione *tipi_prestazione_new (Commons *commons, gboolean selezione);
+
+GtkWidget *tipi_prestazione_get_widget (TipiPrestazione *tipi_prestazione);
+
+
+G_END_DECLS
+
+#endif /* __TIPI_PRESTAZIONE_H__ */
diff --git a/src/tipoprestazione.c b/src/tipoprestazione.c
new file mode 100644 (file)
index 0000000..d532c65
--- /dev/null
@@ -0,0 +1,339 @@
+/* 
+ * Copyright (C) 2010 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
+ *
+ */
+
+#include <libgtkform/form.h>
+#include <libgtkform/fielddatetime.h>
+
+#include "tipoprestazione.h"
+
+static void tipo_prestazione_class_init (TipoPrestazioneClass *klass);
+static void tipo_prestazione_init (TipoPrestazione *tipo_prestazione);
+
+static void tipo_prestazione_carica (TipoPrestazione *tipo_prestazione);
+static void tipo_prestazione_salva (TipoPrestazione *tipo_prestazione);
+
+static gboolean tipo_prestazione_conferma_chiusura (TipoPrestazione *tipo_prestazione);
+
+static void tipo_prestazione_set_property (GObject *object,
+                                     guint property_id,
+                                     const GValue *value,
+                                     GParamSpec *pspec);
+static void tipo_prestazione_get_property (GObject *object,
+                                     guint property_id,
+                                     GValue *value,
+                                     GParamSpec *pspec);
+
+static gboolean tipo_prestazione_on_w_tipo_prestazione_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data);
+
+static void tipo_prestazione_on_btn_annulla_clicked (GtkButton *button,
+                                    gpointer user_data);
+static void tipo_prestazione_on_btn_salva_clicked (GtkButton *button,
+                                  gpointer user_data);
+
+#define TIPO_PRESTAZIONE_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_TIPO_PRESTAZIONE, TipoPrestazionePrivate))
+
+enum
+{
+       LBL_ID
+};
+
+typedef struct _TipoPrestazionePrivate TipoPrestazionePrivate;
+struct _TipoPrestazionePrivate
+       {
+               Commons *commons;
+
+               GtkForm *form;
+
+               GtkWidget *w;
+
+               GObject **objects;
+
+               gint id;
+       };
+
+G_DEFINE_TYPE (TipoPrestazione, tipo_prestazione, G_TYPE_OBJECT)
+
+static void
+tipo_prestazione_class_init (TipoPrestazioneClass *klass)
+{
+       GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+       g_type_class_add_private (object_class, sizeof (TipoPrestazionePrivate));
+
+       object_class->set_property = tipo_prestazione_set_property;
+       object_class->get_property = tipo_prestazione_get_property;
+
+       /**
+        * TipoPrestazione::aggiornato:
+        * @tipo_prestazione:
+        *
+        */
+       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
+tipo_prestazione_init (TipoPrestazione *tipo_prestazione)
+{
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+}
+
+/**
+ * tipo_prestazione_new:
+ * @commons:
+ * @id:
+ *
+ * Returns: the newly created #TipoPrestazione object.
+ */
+TipoPrestazione
+*tipo_prestazione_new (Commons *commons, gint id)
+{
+       GError *error;
+
+       TipoPrestazione *a = TIPO_PRESTAZIONE (g_object_new (tipo_prestazione_get_type (), NULL));
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (a);
+
+       priv->commons = commons;
+
+       error = NULL;
+       gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
+                                          g_strsplit ("w_tipo_prestazione", "|", -1),
+                                          &error);
+       if (error != NULL)
+               {
+                       g_warning ("Errore: %s.", error->message);
+                       return NULL;
+               }
+
+       priv->form = gtk_form_new_from_file (g_build_filename (priv->commons->formdir, "tipo_prestazione.form", NULL), priv->commons->gtkbuilder);
+
+       g_object_set (priv->form, "gdaex", priv->commons->gdaex, NULL);
+
+       priv->w = GTK_WIDGET (gtk_builder_get_object (priv->commons->gtkbuilder, "w_tipo_prestazione"));
+
+       priv->objects = gtk_form_get_objects_by_name (priv->form,
+                                                     "label153",
+                                                     NULL);
+
+       g_signal_connect (priv->w,
+                         "delete-event", G_CALLBACK (tipo_prestazione_on_w_tipo_prestazione_delete_event), (gpointer *)a);
+
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button128"),
+                         "clicked", G_CALLBACK (tipo_prestazione_on_btn_annulla_clicked), (gpointer *)a);
+       g_signal_connect (gtk_builder_get_object (priv->commons->gtkbuilder, "button129"),
+                         "clicked", G_CALLBACK (tipo_prestazione_on_btn_salva_clicked), (gpointer *)a);
+
+       priv->id = id;
+
+       if (priv->id == 0)
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+
+                       gtk_form_set_as_origin (priv->form);
+               }
+       else
+               {
+                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), g_strdup_printf ("%d", priv->id));
+                       tipo_prestazione_carica (a);
+               }
+
+       return a;
+}
+
+/**
+ * tipo_prestazione_get_widget:
+ * @tipo_prestazione:
+ *
+ */
+GtkWidget
+*tipo_prestazione_get_widget (TipoPrestazione *tipo_prestazione)
+{
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       return priv->w;
+}
+
+/* PRIVATE */
+static void
+tipo_prestazione_carica (TipoPrestazione *tipo_prestazione)
+{
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       if (gtk_form_fill_from_table (priv->form))
+               {
+               }
+}
+
+static void
+tipo_prestazione_salva (TipoPrestazione *tipo_prestazione)
+{
+       GError *error = NULL;
+       gchar *sql;
+       GtkWidget *dialog;
+
+       GDate *da;
+       GDate *a;
+
+       TipoPrestazioneClass *klass = TIPO_PRESTAZIONE_GET_CLASS (tipo_prestazione);
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       if (!gtk_form_check (priv->form, (priv->id != 0), 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 (tipo_prestazione, klass->aggiornato_signal_id, 0);
+
+                       gtk_form_set_as_origin (priv->form);
+
+                       if (priv->id == 0)
+                               {
+                                       priv->id = strtol (gtk_label_get_text (GTK_LABEL (priv->objects[LBL_ID])), NULL, 10);
+                               }
+
+                       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
+               {
+                       if (priv->id == 0)
+                               {
+                                       gtk_label_set_text (GTK_LABEL (priv->objects[LBL_ID]), "");
+                               }
+
+                       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
+tipo_prestazione_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec)
+{
+       TipoPrestazione *tipo_prestazione = TIPO_PRESTAZIONE (object);
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static void
+tipo_prestazione_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
+{
+       TipoPrestazione *tipo_prestazione = TIPO_PRESTAZIONE (object);
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       switch (property_id)
+               {
+                       default:
+                               G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+                               break;
+               }
+}
+
+static gboolean
+tipo_prestazione_conferma_chiusura (TipoPrestazione *tipo_prestazione)
+{
+       GtkWidget *dialog;
+
+       gboolean ret;
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       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
+tipo_prestazione_on_w_tipo_prestazione_delete_event (GtkWidget *widget,
+                               GdkEvent *event,
+                               gpointer user_data)
+{
+       return !tipo_prestazione_conferma_chiusura ((TipoPrestazione *)user_data);
+}
+
+static void
+tipo_prestazione_on_btn_annulla_clicked (GtkButton *button,
+                        gpointer user_data)
+{
+       TipoPrestazione *tipo_prestazione = (TipoPrestazione *)user_data;
+
+       TipoPrestazionePrivate *priv = TIPO_PRESTAZIONE_GET_PRIVATE (tipo_prestazione);
+
+       if (tipo_prestazione_conferma_chiusura (tipo_prestazione)) gtk_widget_destroy (priv->w);
+}
+
+static void
+tipo_prestazione_on_btn_salva_clicked (GtkButton *button,
+                      gpointer user_data)
+{
+       tipo_prestazione_salva ((TipoPrestazione *)user_data);
+}
diff --git a/src/tipoprestazione.h b/src/tipoprestazione.h
new file mode 100644 (file)
index 0000000..71406f7
--- /dev/null
@@ -0,0 +1,66 @@
+/* 
+ * Copyright (C) 2010 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 __TIPO_PRESTAZIONE_H__
+#define __TIPO_PRESTAZIONE_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+#include <libgdaex.h>
+
+#include "commons.h"
+
+G_BEGIN_DECLS
+
+
+#define TYPE_TIPO_PRESTAZIONE                 (tipo_prestazione_get_type ())
+#define TIPO_PRESTAZIONE(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TIPO_PRESTAZIONE, TipoPrestazione))
+#define TIPO_PRESTAZIONE_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TIPO_PRESTAZIONE, TipoPrestazioneClass))
+#define IS_TIPO_PRESTAZIONE(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TIPO_PRESTAZIONE))
+#define IS_TIPO_PRESTAZIONE_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_TIPO_PRESTAZIONE))
+#define TIPO_PRESTAZIONE_GET_CLASS(obj)       (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_TIPO_PRESTAZIONE, TipoPrestazioneClass))
+
+
+typedef struct _TipoPrestazione TipoPrestazione;
+typedef struct _TipoPrestazioneClass TipoPrestazioneClass;
+
+struct _TipoPrestazione
+       {
+               GObject parent;
+       };
+
+struct _TipoPrestazioneClass
+       {
+               GObjectClass parent_class;
+
+               guint aggiornato_signal_id;
+       };
+
+GType tipo_prestazione_get_type (void) G_GNUC_CONST;
+
+TipoPrestazione *tipo_prestazione_new (Commons *commons, gint id);
+
+GtkWidget *tipo_prestazione_get_widget (TipoPrestazione *tipo_prestazione);
+
+
+G_END_DECLS
+
+#endif /* __TIPO_PRESTAZIONE_H__ */