|
From: Alex L. <al...@cy...> - 2008-10-24 04:32:13
|
G'day folks, As you may have seen a whole slew of patches have just been promoted up to http://dev.allocpsa.net. Here is a rough breakdown of some of the more significant ones: * 11522 Product and Sales module version 2. The biggest change, this updates the brand new Product/Sales module with a lot of UI enhancements as well as making the whole thing work with double-entry transactions. * 12591 Added better support for Pre-paid Projects functionality using a maxAmount field. This change add support for Pre-paid blocks of work to alloc via the Invoices mechanism. * REFACTOR Simplified all db_entity classes. Changed db_entity instantiator to PHP5 __construct(). This change updates all the db_entity classes to be PHP5 compatible. If you're a developer please adopt the new format. * SOAP Added get_list_vars() functionality. Made wsdl auto-generated using WSDL_Gen. I have added a generic handler for fetching lists of entities from the backend. Eg a list of tasks. This should make it much easier to grab data using web services. Cheers, Alex |