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

Diff of /papo/forms/provider.neb

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

revision 1.8 by apronotti, Wed Jun 4 19:42:10 2003 UTC revision 1.9 by mhepp, Thu Jul 24 17:03:20 2003 UTC
# Line 216  Line 216 
216      </condition>      </condition>
217    </datasource>    </datasource>
218    
219    <datasource name="providerTaxProfileDataSource" database="papo"    <!-- <datasource name="providerTaxProfileDataSource" database="papo" -->
220      detaillink="_persona_tax_profile_data.persona" master="providerDataSource"    <!--     detaillink="_persona_tax_profile_data.persona" master="providerDataSource" -->
221      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"> -->
222      <condition>    <!--     <condition> -->
223      <and>    <!--     <and> -->
224        <eq>    <!--       <eq> -->
225          <cfield name="persona_tax_profile.id"/>    <!--         <cfield name="persona_tax_profile.id"/> -->
226          <cfield name="_persona_tax_profile_data._table"/>    <!--         <cfield name="_persona_tax_profile_data._table"/> -->
227        </eq>    <!--       </eq> -->
228        <null>    <!--       <null> -->
229           <cfield name="_persona_tax_profile_data._end_t"/>    <!--          <cfield name="_persona_tax_profile_data._end_t"/> -->
230        </null>    <!--       </null> -->
231      </and>    <!--     </and> -->
232      </condition>    <!--     </condition> -->
233    </datasource>    <!--   </datasource> -->
234    
235    <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data">    <!--   <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data"> -->
236      <condition>    <!--     <condition> -->
237      <and>    <!--     <and> -->
238        <eq>    <!--       <eq> -->
239          <cfield name="_tax_profile_data.tax"/>    <!--         <cfield name="_tax_profile_data.tax"/> -->
240          <cconst value="1"/>    <!--         <cconst value="1"/> -->
241        </eq>    <!--       </eq> -->
242        <null>    <!--       <null> -->
243          <cfield name="_tax_profile_data._end_t"/>    <!--         <cfield name="_tax_profile_data._end_t"/> -->
244        </null>    <!--       </null> -->
245      </and>    <!--     </and> -->
246      </condition>    <!--     </condition> -->
247    </datasource>    <!--   </datasource> -->
248    
249    
250    <datasource name="printProviderDataSource" database="papo"    <datasource name="printProviderDataSource" database="papo"
# Line 984  Line 984 
984            x="1" y="15"/>            x="1" y="15"/>
985          <entry name="creditLimitEntry" field="_credit_limit_data.credit_limit" typecast="number"          <entry name="creditLimitEntry" field="_credit_limit_data.credit_limit" typecast="number"
986            displaymask="%0.2f" x="20" y="15" width="14"/>            displaymask="%0.2f" x="20" y="15" width="14"/>
987            <label text="Categoría en IVA" x="35" y="7"/>
988        </block>        </block>
989          <neb:Sub neb:src="taxProfile.nebc"
990        <block name="providerTaxProfileBlock" datasource="providerTaxProfileDataSource"          datasourceMater="providerDataSource"
991          restrictInsert="y" transparentBlock="y">          datasourceMasterlink="entity.id"
992          <label text="Categoría en IVA"          entityTaxProfileBlock="providerTaxProfileBlock"
993            x="35" y="7"/>          taxProfileEntry="taxProfileEntry" entryX="35" entryY="8"/>
994          <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"        <!--  <block name="providerTaxProfileBlock" datasource="providerTaxProfileDataSource" -->
995            name="uid_CUIT_TypeEntry" hidden=""/>        <!--         restrictInsert="y" transparentBlock="y"> -->
996          <entry x="35" y="8" field="_persona_tax_profile_data.tax_profile"        <!--         <label text="Categoría en IVA" -->
997            name="taxProfileEntry"        <!--           x="35" y="7"/> -->
998            width="35" style="dropdown" foreign_key="taxProfileDataSource._table"        <!--         <entry x="1" y="1" field="_entity_uid_data.entity_uid_type" -->
999            foreign_key_description="profile" />        <!--           name="uid_CUIT_TypeEntry" hidden=""/> -->
1000        </block>        <!--         <entry x="35" y="8" field="_persona_tax_profile_data.tax_profile" -->
1001          <!--           name="taxProfileEntry" -->
1002          <!--           width="35" style="dropdown" foreign_key="taxProfileDataSource._table" -->
1003          <!--           foreign_key_description="profile" /> -->
1004          <!--       </block> -->
1005    
1006        <block name="providerUID_CUIT_Block" datasource="entityUID_CUIT_DataSource">        <block name="providerUID_CUIT_Block" datasource="entityUID_CUIT_DataSource">
1007          <label text="Número de CUIT"          <label text="Número de CUIT"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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