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

Diff of /papo/forms/client.neb

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

revision 1.7 by apronotti, Wed May 28 16:24:45 2003 UTC revision 1.8 by mhepp, Thu Jul 24 17:03:20 2003 UTC
# Line 238  Line 238 
238      </condition>      </condition>
239    </datasource>    </datasource>
240    
241    <datasource name="clientTaxProfileDataSource" database="papo"  <!--   <datasource name="clientTaxProfileDataSource" database="papo" -->
242      detaillink="_persona_tax_profile_data.persona" master="clientDataSource"  <!--     detaillink="_persona_tax_profile_data.persona" master="clientDataSource" -->
243      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"> -->
244      <condition>  <!--     <condition> -->
245      <and>  <!--     <and> -->
246        <eq>  <!--       <eq> -->
247          <cfield name="persona_tax_profile.id"/>  <!--         <cfield name="persona_tax_profile.id"/> -->
248          <cfield name="_persona_tax_profile_data._table"/>  <!--         <cfield name="_persona_tax_profile_data._table"/> -->
249        </eq>  <!--       </eq> -->
250        <null>  <!--       <null> -->
251           <cfield name="_persona_tax_profile_data._end_t"/>  <!--          <cfield name="_persona_tax_profile_data._end_t"/> -->
252        </null>  <!--       </null> -->
253      </and>  <!--     </and> -->
254      </condition>  <!--     </condition> -->
255    </datasource>  <!--   </datasource> -->
256    
257    <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data">  <!--   <datasource name="taxProfileDataSource" database="papo" table="_tax_profile_data"> -->
258      <condition>  <!--     <condition> -->
259      <and>  <!--     <and> -->
260        <eq>  <!--       <eq> -->
261          <cfield name="_tax_profile_data.tax"/>  <!--         <cfield name="_tax_profile_data.tax"/> -->
262          <cconst value="1"/>  <!--         <cconst value="1"/> -->
263        </eq>  <!--       </eq> -->
264        <null>  <!--       <null> -->
265          <cfield name="_tax_profile_data._end_t"/>  <!--         <cfield name="_tax_profile_data._end_t"/> -->
266        </null>  <!--       </null> -->
267      </and>  <!--     </and> -->
268      </condition>  <!--     </condition> -->
269    </datasource>  <!--   </datasource> -->
270    
271    <datasource name="priceTypeDataSource" database="papo" table="_price_type_data">    <datasource name="priceTypeDataSource" database="papo" table="_price_type_data">
272      <condition>      <condition>
# Line 374  Line 374 
374    </datasource>    </datasource>
375    
376    <!-- attribute  -->    <!-- attribute  -->
   
377  <!--  <datasource name="attributeDataSource" -->  <!--  <datasource name="attributeDataSource" -->
378  <!--     database="papo" table="entity_attribute, _entity_attribute_data" historytable="_entity_attribute_data" -->  <!--     database="papo" table="entity_attribute, _entity_attribute_data" historytable="_entity_attribute_data" -->
379  <!--     master="clientDataSource" masterlink="entity.id" detaillink="_entity_attribute_data.entity"> -->  <!--     master="clientDataSource" masterlink="entity.id" detaillink="_entity_attribute_data.entity"> -->
# Line 1133  Line 1132 
1132              runForm('priceType.gfd')              runForm('priceType.gfd')
1133            </trigger>            </trigger>
1134          </button>          </button>
1135          <label text="Observaciones"          <label text="Observaciones" x="1" y="9"/>
           x="1" y="9"/>  
1136          <entry name="obs" field="_entity_data.observations"          <entry name="obs" field="_entity_data.observations"
1137            x="1" y="10" width="25" height="7"/>            x="1" y="10" width="25" height="7"/>
1138        </block>        </block>
# Line 1147  Line 1145 
1145            x="1" y="7"/>            x="1" y="7"/>
1146          <entry name="creditLimitEntry" field="_credit_limit_data.credit_limit"          <entry name="creditLimitEntry" field="_credit_limit_data.credit_limit"
1147            x="1" y="8" width="14"/>            x="1" y="8" width="14"/>
1148            <label text="Categorķa en IVA"  x="33" y="9"/>
1149        </block>        </block>
1150          <neb:Sub neb:src="taxProfile.nebc"
1151        <block name="clientTaxProfileBlock" datasource="clientTaxProfileDataSource"          datasourceMater="clientDataSource"
1152          restrictInsert="y" transparentBlock="y">          datasourceMasterlink="entity.id"
1153          <label text="Categorķa en IVA"          entityTaxProfileBlock="clientTaxProfileBlock"
1154            x="33" y="9"/>          taxProfileEntry="taxProfileEntry" entryX="33" entryY="10" />
1155          <entry x="33" y="10" field="_persona_tax_profile_data.tax_profile"        <!--   <block name="clientTaxProfileBlock" datasource="clientTaxProfileDataSource" -->
1156            name="taxProfileEntry"        <!--         restrictInsert="y" transparentBlock="y"> -->
1157            width="35" style="dropdown" foreign_key="taxProfileDataSource._table"        <!--         <label text="Categorķa en IVA" -->
1158            foreign_key_description="profile" />        <!--           x="33" y="9"/> -->
1159        </block>        <!--         <entry x="33" y="10" field="_persona_tax_profile_data.tax_profile" -->
1160          <!--           name="taxProfileEntry" -->
1161          <!--           width="35" style="dropdown" foreign_key="taxProfileDataSource._table" -->
1162          <!--           foreign_key_description="profile" /> -->
1163          <!--       </block> -->
1164    
1165        <block name="clientUID_CUIT_Block" datasource="entityUID_CUIT_DataSource"        <block name="clientUID_CUIT_Block" datasource="entityUID_CUIT_DataSource"
1166          restrictInsert="y" transparentBlock="y">          restrictInsert="y" transparentBlock="y">

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

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