Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Accounting Integration
Description
In http://svn.civicrm.org/civicrm/branches/trunk.civiaccounts/CRM/Upgrade/Incremental/sql/4.2.alpha1.mysql.tpl, add code to create the following:
1. civicrm_financial_batch table as per http://svn.civicrm.org/civicrm/branches/trunk.civiaccounts/xml/schema/Financial/FinancialBatch.xml
2. entry in civicrm_option_group for 'Batch Mode'
3. entries in civicrm_option_value for Batch Modes of 'Manual Batch' and 'Automatic Batch'.
4. entry in civicrm_option_group for 'Batch Status'
5. entries in civicrm_option_value for Batch Statuses of Open, Closed, Reopened, Exported
Ensure the code in trunk.civiaccounts accesses these values properly.