-
PHP 5.4 compatibility Remove an ampersand that causes a run-time call-by-ref error in PHP 5.4 Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: October 19, 2011 1:50
Commit f6759a4 on 6.x-1.x-devConfigurable mapping of payment methods Add support for configuring mapping of Ubercart payment methods to Quickbooks ones. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: October 11, 2011 22:49
Commit 8f68077 on 6.x-1.x-devFix supression of customer field in products. The customer field should only appear at the global and product class levels. Fix the typo that caused it to appear at the product level too. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: October 5, 2011 4:02
Commit 40c45b1 on 6.x-1.x-devOnly use fields that apply to the product type More work in relation to the previous patch: if a product is a service, for example, don't try to put into an order being sent to Quickbooks fields that don't apply to services, and don't expect them in the data. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: October 5, 2011 3:09
Commit bd424c8 on 6.x-1.x-devGlobal/product class override support + more Add support for overriding settings at a global or product class level. (Use case: make all donations map to a particular Quickbooks customer). Other changes: - Update weight fields to include a gap. - Show the customer field in global/product class settings so it can be overriden (see use case above) - Correct typo in schema (index) - Add a product type field to the products table and populate it when getting data from Quickbooks - Modify uc_qb_query_for_field to be able to return more than one query (used for the various product types, since Quickbooks doesn't seem to be able to return the product type if we use the more generic query. This must be wrong, but I don't know how). - Check for conflicting overrides when preparing to post an order. - Improve the 'following objects of type' message. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: September 21, 2011 23:45
Commit bb147d9 on 6.x-1.x-devDon't put 'Merchandise sales' as a default. Don't put 'Merchandise sales' as a default in the field configuration array - it leads to us trying to ensure the account exists and attempting to use it instead of using the default Quickbooks already has. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: September 19, 2011 22:04
Commit de89e3c on 6.x-1.x-devRemove obsolete lines. Remove old code for getting products set up. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: September 16, 2011 5:26
Commit f4565c9 on 6.x-1.x-devTax code not needed for sales. The tax code is only needed for making products. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: September 16, 2011 5:26
Commit d48d6cb on 6.x-1.x-devFix User form. Fix up the modifications to the User form so we don't break other modules saving modifications! Oops! Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Ubercart Quickbooks Integration: September 8, 2011 7:28
Commit b76b442 on 6.x-1.x-devFix http://drupal.org/node/1272822 I hadn't considered user access issues on the field added to the user profile page. Make seeing/editing the Quickbooks customer account field require 'administer quickbooks import/export' access. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>