Forum OpenACS Development: ANN: Contacts Packages

Collapse
Posted by Jon Griffin on
I have commited to the head several modules. These were originally part of a contacts system and now has been split out into services. I will commit the contacts app next week, but due to the changes, it needs some code changes.

The new packages are:

  • ref-itu - These are the ITU country/area codes.
  • organizations - Derives from parties, a place to store organization details.
  • telecom-number - This is an International Compliant phone number package.
  • postal-address - This is an International Compliant address package.
These packages all are modeled after the HR-XML contacts standard.

Contacts requires a few changes to the persons table and associated procs, and therefor won't be included until 4.7 due to PG enhancements. When I clean up the tcl, I will add to the head as I do have a PG upgrade script.

All these packages are PG ready and the Oracle scripts are on the way (organizations is already Oracle ready). Also, acs-person is deprecated, but I don't think anyone is using that.