/[papo]/papo/forms/organization.neb
ViewVC logotype

Diff of /papo/forms/organization.neb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by apronotti, Fri Jul 11 15:33:24 2003 UTC revision 1.11 by mhepp, Thu Jul 24 17:03:20 2003 UTC
# Line 49  Line 49 
49      </condition>      </condition>
50    </datasource>    </datasource>
51  <!-- tax profile -->  <!-- tax profile -->
52    <datasource name="entityTaxProfileDataSource" database="papo"   <!--  <datasource name="entityTaxProfileDataSource" database="papo" -->
53      detaillink="_persona_tax_profile_data.persona" master="organizationDataSource"  <!--     detaillink="_persona_tax_profile_data.persona" master="organizationDataSource" -->
54      masterlink="entity.id" table="persona_tax_profile, _persona_tax_profile_data" historytable="_persona_tax_profile_data">  <!--     masterlink="entity.id" table="persona_tax_profile, _persona_tax_profile_data" historytable="_persona_tax_profile_data"> -->
55      <condition>  <!--     <condition> -->
56      <and>  <!--     <and> -->
57        <eq>  <!--       <eq> -->
58          <cfield name="persona_tax_profile.id"/>  <!--         <cfield name="persona_tax_profile.id"/> -->
59          <cfield name="_persona_tax_profile_data._table"/>  <!--         <cfield name="_persona_tax_profile_data._table"/> -->
60        </eq>  <!--       </eq> -->
61        <null>  <!--       <null> -->
62           <cfield name="_persona_tax_profile_data._end_t"/>  <!--          <cfield name="_persona_tax_profile_data._end_t"/> -->
63        </null>  <!--       </null> -->
64      </and>  <!--     </and> -->
65      </condition>  <!--     </condition> -->
66    </datasource>  <!--   </datasource> -->
67    <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data">  <!--   <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data"> -->
68      <condition>  <!--     <condition> -->
69      <and>  <!--     <and> -->
70        <eq>  <!--       <eq> -->
71          <cfield name="_tax_profile_data.tax"/>  <!--         <cfield name="_tax_profile_data.tax"/> -->
72          <cconst value="1"/>  <!--         <cconst value="1"/> -->
73        </eq>  <!--       </eq> -->
74        <null>  <!--       <null> -->
75          <cfield name="_tax_profile_data._end_t"/>  <!--         <cfield name="_tax_profile_data._end_t"/> -->
76        </null>  <!--       </null> -->
77      </and>  <!--     </and> -->
78      </condition>  <!--     </condition> -->
79    </datasource>  <!--   </datasource> -->
80  <!--cuit-->  <!--cuit-->
81    <datasource name="entityUID_CUIT_DataSource" database="papo"    <datasource name="entityUID_CUIT_DataSource" database="papo"
82      detaillink="_entity_uid_data.entity" master="organizationDataSource"      detaillink="_entity_uid_data.entity" master="organizationDataSource"
# Line 174  Line 174 
174        <button x="21" y="19" trigger="organizationRollbackTrigger" width="9" label="Cancelar" name="organizationRollbackBtn" height="1"/>        <button x="21" y="19" trigger="organizationRollbackTrigger" width="9" label="Cancelar" name="organizationRollbackBtn" height="1"/>
175      </block>      </block>
176    <!--  categoria de iva -->    <!--  categoria de iva -->
177          <block name="entityTaxProfileBlock" datasource="entityTaxProfileDataSource"   <neb:Sub neb:src="taxProfile.nebc"
178            restrictInsert="y" transparentBlock="y">          datasourceMater="organizationDataSource"
179            <label text="Categorķa en IVA"          datasourceMasterlink="entity.id"
180              x="33" y="9"/>          entityTaxProfileBlock="entityTaxProfileBlock"
181            <entry x="33" y="10" field="_persona_tax_profile_data.tax_profile"          taxProfileEntry="taxProfileEntry" entryX="33" entryY="10" />
182              name="taxProfileEntry"      <!--      <block name="entityTaxProfileBlock" datasource="entityTaxProfileDataSource" -->
183              width="35" style="dropdown" foreign_key="taxProfileDataSource._table"      <!--           restrictInsert="y" transparentBlock="y"> -->
184              foreign_key_description="profile" />      <!--           <label text="Categorķa en IVA" -->
185          </block>      <!--             x="33" y="9"/> -->
186        <!--           <entry x="33" y="10" field="_persona_tax_profile_data.tax_profile" -->
187        <!--             name="taxProfileEntry" -->
188        <!--             width="35" style="dropdown" foreign_key="taxProfileDataSource._table" -->
189        <!--             foreign_key_description="profile" /> -->
190        <!--         </block> -->
191      <!-- CUIT -->      <!-- CUIT -->
192      <block name="entityUID_CUIT_Block" datasource="entityUID_CUIT_DataSource"      <block name="entityUID_CUIT_Block" datasource="entityUID_CUIT_DataSource"
193        restrictInsert="y" transparentBlock="y">        restrictInsert="y" transparentBlock="y">

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26