The TaxAuthority model with all the related entities should allow you
to do that.
On Jul 14, 2006, at 1:41 PM, Daniel Carrasco wrote:
Thanks, I´m learning how to model the specific country tax on the
pays of
employees with those entities
2006/7/14, Si Chen <[EMAIL PROTECTED]>:
Don't add a new field. Use the PartyTaxAuthInfo entity instead.
On Jul 14, 2006, at 12:21 PM, Daniel Carrasco wrote:
> Hi all
>
> I am trying to develop a pay application, but I need to add a new
> fields to
> some entities, for example the company must have an ID assigned by
> the TAX
> authority, how can I make this?. I think that I should make a new
> entity or
> view entity that supports It. Is it right?
>
> Thanks a lot!
>
> Daniel