CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
February 19, 2009
- Commit #172670 by Allie Micka at 05:32
Save the request name in the field so that we can access it later Add a function that returns all of the available QB field types.
February 8, 2009
- Commit #169917 by Allie Micka at 03:57Quickbooks API: /modules/qb/modules/qb_field/qb_field.info 1.1
Quickbooks API: /modules/qb/modules/qb_field/qb_field.module 1.1Introducing the qb_field module: Maps a quickbooks value from the qb_data API to a CCK field. The design goal is then to have other CCK values map to Quickbooks fields, so you can store as much or as little Quickbooks data as you'd like to store in your nodes. When your nodes are updated, the records are flagged for an update into Quickbooks. Similarly, when QB data changes, your nodes are updated on the next QBWC request. This is an interim commit, and the field mappings don't actually work yet. But it's a start and it rocks! Go me!
