NAME
Business::RO::TaxDeduction::Role::Utils - A utility role
VERSION
version 0.012
SYNOPSIS
package Business::RO::TaxDeduction::Ranges;
with qw(Business::RO::TaxDeduction::Role::Utils);
DESCRIPTION
A role that incapsulates common attributes required by the TaxDeduction::Amount and TaxDeduction::Ranges modules.
INTERFACE
ATTRIBUTES
persons
Number of persons. Coerced to 4 if is greater than 4.
year
The year
attribute holds the year of the tax deduction calculation.
base_year
The base_year
attribute represents the year when the methodology of the tax deduction calculation was introduced. Is calculated using the year
attribute and currently can take one of the two values: 2005 or 2016.
INSTANCE METHODS
AUTHOR
Ștefan Suciu <stefan@s2i2.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Ștefan Suciu.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.