Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBundleProps ¶
type IBundleProps = factories.IBundleProps
func EmptyBundleProps ¶
func EmptyBundleProps(period IPeriod) IBundleProps
func NewBundleProps ¶
func NewBundleProps(period types.IPeriod, bundleSalary props.IPropsSalary, bundleHealth props.IPropsHealth, bundleSocial props.IPropsSocial, bundleTaxing props.IPropsTaxing) IBundleProps
type IPeriod ¶
func NewPeriodWithCode ¶
func NewPeriodWithYearMonth ¶
func PeriodZero ¶
func PeriodZero() IPeriod
type IServiceLegalios ¶
type IServiceLegalios interface {
GetBundle(period types.IPeriod) (provider factories.IBundleProps, err error)
}
func NewLegaliosService ¶
func NewLegaliosService() IServiceLegalios
type IVersionId ¶
type IVersionId = types.IVersionId
func GetVersionId ¶
func GetVersionId(id int16) IVersionId
func NewVersionId ¶
func NewVersionId() IVersionId
Click to show internal directories.
Click to hide internal directories.