Fwd: svn commit: r430610 - /incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fwd: svn commit: r430610 - /incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties

Si Chen-2
Hi everybody -

Is the "AmountApplied" column in accounting's payment application the  
"amount applied" meaning "already applied" or "amount to apply"  
meaning "not yet applied"?  I made this change because it seemed the  
UI label is clearly wrong, but just wanted to confirm.

Si

Begin forwarded message:

> From: [hidden email]
> Date: August 10, 2006 6:12:41 PM PDT
> To: [hidden email]
> Subject: svn commit: r430610 - /incubator/ofbiz/trunk/applications/
> accounting/config/AccountingUiLabels.properties
> Reply-To: [hidden email]
>
> Author: sichen
> Date: Thu Aug 10 18:12:41 2006
> New Revision: 430610
>
> URL: http://svn.apache.org/viewvc?rev=430610&view=rev
> Log:
> Not sure why AmountApplied is translated to Amount to Apply, but  
> that actually is the opposite meaning.  Changed it to Amount Applied.
>
> Modified:
>     incubator/ofbiz/trunk/applications/accounting/config/
> AccountingUiLabels.properties
>
> Modified: incubator/ofbiz/trunk/applications/accounting/config/
> AccountingUiLabels.properties
> URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/ 
> applications/accounting/config/AccountingUiLabels.properties?
> rev=430610&r1=430609&r2=430610&view=diff
> ======================================================================
> ========
> --- incubator/ofbiz/trunk/applications/accounting/config/
> AccountingUiLabels.properties (original)
> +++ incubator/ofbiz/trunk/applications/accounting/config/
> AccountingUiLabels.properties Thu Aug 10 18:12:41 2006
> @@ -59,7 +59,8 @@
>  AccountingAgreementTypeId=Agreement Type Id
>  AccountingAgreements=Agreements
>  AccountingAmount=Amount
> -AccountingAmountApplied=Amount to Apply
> +AccountingUnitPrice=Unit Price
> +AccountingAmountApplied=Amount Applied
>  AccountingAmountNotApplied=Amount not yet applied
>  AccountingAnyInvoiceStatus=Any Invoice Status
>  AccountingAnyPaymentMethod=Any Payment Method
>

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: svn commit: r430610 - /incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties

cjhowe
Both :)

The label looks to be used in a form requesting the
amount in an input field as well as in a form that
returns the amountapplied from a query.


--- Si Chen <[hidden email]> wrote:

> Hi everybody -
>
> Is the "AmountApplied" column in accounting's
> payment application the  
> "amount applied" meaning "already applied" or
> "amount to apply"  
> meaning "not yet applied"?  I made this change
> because it seemed the  
> UI label is clearly wrong, but just wanted to
> confirm.
>
> Si
>
> Begin forwarded message:
>
> > From: [hidden email]
> > Date: August 10, 2006 6:12:41 PM PDT
> > To: [hidden email]
> > Subject: svn commit: r430610 -
> /incubator/ofbiz/trunk/applications/
> > accounting/config/AccountingUiLabels.properties
> > Reply-To: [hidden email]
> >
> > Author: sichen
> > Date: Thu Aug 10 18:12:41 2006
> > New Revision: 430610
> >
> > URL:
> http://svn.apache.org/viewvc?rev=430610&view=rev
> > Log:
> > Not sure why AmountApplied is translated to Amount
> to Apply, but  
> > that actually is the opposite meaning.  Changed it
> to Amount Applied.
> >
> > Modified:
> >    
>
incubator/ofbiz/trunk/applications/accounting/config/
>
> > AccountingUiLabels.properties
> >
> > Modified:
>
incubator/ofbiz/trunk/applications/accounting/config/
>
> > AccountingUiLabels.properties
> > URL:
> http://svn.apache.org/viewvc/incubator/ofbiz/trunk/ 
> >
>
applications/accounting/config/AccountingUiLabels.properties?
>
> > rev=430610&r1=430609&r2=430610&view=diff
> >
>
======================================================================
>
> > ========
> > ---
>
incubator/ofbiz/trunk/applications/accounting/config/
>
> > AccountingUiLabels.properties (original)
> > +++
>
incubator/ofbiz/trunk/applications/accounting/config/

>
> > AccountingUiLabels.properties Thu Aug 10 18:12:41
> 2006
> > @@ -59,7 +59,8 @@
> >  AccountingAgreementTypeId=Agreement Type Id
> >  AccountingAgreements=Agreements
> >  AccountingAmount=Amount
> > -AccountingAmountApplied=Amount to Apply
> > +AccountingUnitPrice=Unit Price
> > +AccountingAmountApplied=Amount Applied
> >  AccountingAmountNotApplied=Amount not yet applied
> >  AccountingAnyInvoiceStatus=Any Invoice Status
> >  AccountingAnyPaymentMethod=Any Payment Method
> >
>
>