Thank for taking your time to respond. my problem is automating that, for example when a user apply for a leave i want the system to calculate and update the total balance automatically. But Since a user can apply for a leave more that once which mean a user can have more that one record of leave application on the database. My problem is having to figure out when was the last time that the user has launch his/her leave application so that i can minus num_days from the that total balance.
thanksOn Wed, Apr 5, 2017 at 12:20 PM, Lachlan Musicman <datakid@gmail.com> wrote:
L.Depends on your models, but write a small function that returns the balance?(for instance)
def balance(self):
return self.entitlement - self.num_days--------
The most dangerous phrase in the language is, "We've always done it this way."
- Grace HopperOn 5 April 2017 at 10:49, sum abiut <suabiut@gmail.com> wrote:--when a user apply for a leave i want to get the previous total_leave_balance of the applicant and minus his/her current num_days and assign the result to be the total_leave_balance. Please advise what would be the best way to approach this.for example i have a table of.Hi,I am working on an leave management system and I am having a some difficulties trying to figure out how to accomplished this scenario.
username first_name second_name num_days leave_entitlement beginning_bal Total_leave_balance jtom james tom 3 12 23 20 tjohn tom john 2 2 5 7 atom anna tom 3 21 2 jtom james tom 3 4 2 atom anna tom 3 3 5 cheers,
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com .
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPCf-y562uvx .RwTf0iFnT6Lcos8_nd3FD5u% 3D7MVVp2yN4qAcDA%40mail.gmail. com
For more options, visit https://groups.google.com/d/optout .
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com .
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ .CAGBeqiN6th0dJWHTN0R--sehmD0B- -DzbzUV6a5mXOLfz_5MHg%40mail. gmail.com
For more options, visit https://groups.google.com/d/optout .
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPCf-y5CNSJacdxNqL%2Bxwa0LkjAvsoT%3D1%2B384hNJ0KxfhGi87A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment