You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Pierre Smits <pi...@gmail.com> on 2013/06/25 08:06:09 UTC

Re: svn commit: r1496346 - /ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl

Since we are talking about entry fields for percentages, these coulde be
smaller in size as well.


On Tue, Jun 25, 2013 at 6:10 AM, <ha...@apache.org> wrote:

> Author: hansbak
> Date: Tue Jun 25 04:10:21 2013
> New Revision: 1496346
>
> URL: http://svn.apache.org/r1496346
> Log:
> show on the costcenter screen that the content of the input fields is a
> percentage
>
> Modified:
>
> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
>
> Modified:
> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
> URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl?rev=1496346&r1=1496345&r2=1496346&view=diff
>
> ==============================================================================
> ---
> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
> (original)
> +++
> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
> Tue Jun 25 04:10:21 2013
> @@ -43,9 +43,9 @@ under the License.
>            <#list glAccountCategories as glAccountCategory>
>              <td>
>                <#if
> (glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])??>
> -                <input type="text"
> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
> value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>
> +                <input type="text"
> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
> value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>%
>                <#else>
> -                <input type="text"
> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
> value=""/>
> +                <input type="text"
> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
> value=""/>%
>                </#if>
>              </td>
>            </#list>
>
>
>


-- 
Pierre Smits

ApacheCon EU 2012 <http://www.apachecon.eu> - Sinsheim, Germany
Apache OFBiz <http://ofbiz.apache.org>

Re: svn commit: r1496346 - /ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl

Posted by Hans Bakker <ma...@antwebsystems.com>.
sounds ok, reduced to 5 in revision 1496362.

On 06/25/2013 01:06 PM, Pierre Smits wrote:
> Since we are talking about entry fields for percentages, these coulde be
> smaller in size as well.
>
>
> On Tue, Jun 25, 2013 at 6:10 AM, <ha...@apache.org> wrote:
>
>> Author: hansbak
>> Date: Tue Jun 25 04:10:21 2013
>> New Revision: 1496346
>>
>> URL: http://svn.apache.org/r1496346
>> Log:
>> show on the costcenter screen that the content of the input fields is a
>> percentage
>>
>> Modified:
>>
>> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
>>
>> Modified:
>> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl?rev=1496346&r1=1496345&r2=1496346&view=diff
>>
>> ==============================================================================
>> ---
>> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
>> (original)
>> +++
>> ofbiz/trunk/applications/accounting/webapp/accounting/ledger/CostCenters.ftl
>> Tue Jun 25 04:10:21 2013
>> @@ -43,9 +43,9 @@ under the License.
>>             <#list glAccountCategories as glAccountCategory>
>>               <td>
>>                 <#if
>> (glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])??>
>> -                <input type="text"
>> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
>> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
>> value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>
>> +                <input type="text"
>> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
>> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
>> value="${(glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])!}"/>%
>>                 <#else>
>> -                <input type="text"
>> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
>> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
>> value=""/>
>> +                <input type="text"
>> id="cc_${glAcctgAndAmountPercentage.glAccountId}_${glAccountCategory.glAccountCategoryId}"
>> name="amp_${glAccountCategory.glAccountCategoryId!}_o_${glAcctgAndAmountPercentage_index}"
>> value=""/>%
>>                 </#if>
>>               </td>
>>             </#list>
>>
>>
>>
>