Search found 8 matches

by Soujiro
Wed Jan 11, 2012 5:31 am
Forum: Developers
Topic: Adding new Income Tax formulas for different countries.
Replies: 31
Views: 134553

Re: Adding new Income Tax formulas for different countries.

How additional UserValues are enabled in the user interface? I dont' get it
by Soujiro
Wed Jan 11, 2012 5:24 am
Forum: Developers
Topic: add a new type of PayStub Entry Account
Replies: 4
Views: 9214

Re: add a new type of PayStub Entry Account

it's because technically it's not a employer deduction but it seems better to modify the paystub pdf than add a new type of account
by Soujiro
Thu Jan 05, 2012 1:34 pm
Forum: Developers
Topic: add a new type of PayStub Entry Account
Replies: 4
Views: 9214

Re: add a new type of PayStub Entry Account

my mistake, the file is PayStubEntryAccountFactory.class.php case 'type': $retval = array( 10 => TTi18n::gettext('Earning'), 15 => TTi18n::gettext('Imponible'), // i added this 20 => TTi18n::gettext('Employee Deduction'), 30 => TTi18n::gettext('Employer Deduction'), 40 => TTi18n::gettext('Total'), 5...
by Soujiro
Thu Jan 05, 2012 6:28 am
Forum: Developers
Topic: add a new type of PayStub Entry Account
Replies: 4
Views: 9214

add a new type of PayStub Entry Account

I need to add a new type of paystub entry account only for record pourposes, thats because in my country when a employe has a variable month wage (salary and comissions) the last 3 "imponible wage" are used as base to calculate the social discount when he has injury time, this "imponi...
by Soujiro
Mon Jan 02, 2012 10:29 am
Forum: Developers
Topic: Absence Discount
Replies: 6
Views: 9580

Re: Absence Discount

ok i get it, only requiere a little more setup.
by Soujiro
Mon Jan 02, 2012 5:23 am
Forum: Developers
Topic: Absence Discount
Replies: 6
Views: 9580

Re: Absence Discount

not work, for example

Work time Monday to Thursday : 8:30AM to 6:00PM
Work time Friday 8:30AM to 5:00PM
Meal time 45 minutes
Wekley hours 42.75 (42:45)
Hours per day 8:33 (42:45/5)

And the amount of earns with one day of absent is 286,153.87 when it has to be 290,000
by Soujiro
Fri Dec 30, 2011 5:30 pm
Forum: Developers
Topic: Absence Discount
Replies: 6
Views: 9580

Re: Absence Discount

An example will explain better: wage per month (salary)= 300.000 Days of Absence (injury) =3 days wage per day (acording to law) =300.000/30 =10.000 (every month is 30 days for law pourposes) Discount per absence= 3X10.000 Base Wage of month (base for taxes and discounts) = 300.000-30.000=270.000 Ob...
by Soujiro
Fri Dec 30, 2011 8:13 am
Forum: Developers
Topic: Absence Discount
Replies: 6
Views: 9580

Absence Discount

Im currently trying to adapt tiemtrex to the laws of my country, to do this i need to heavealy modify the way timetrex "discount" de absence time from the earning of a monthly salary employee. So i need to known which files/clases are involved in the process and the flow of the process. Th...