Ok in a bit more detail as to what I'm trying to do.

I have a bank statement for a particular account that I wish to display
as an HTML table.
I have a few statement attributes that come from my RDBMS. One in
particular named 'amount' that can be a positive or negative float
value. If its negative, it must show up in the debit column of the
statement table otherwise must be displayed in the credit column.

Now, this to me is very much view-based logic and not business logic. I
say this because its only for the presentation purpose that we need to
define debit and credit columns and not at business level. In business
logic, amount is either positive or negative indicating crediting or
debiting of the account respectively.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to