Skip to content

Commit 3ac4ae5

Browse files
committed
Updates to environment document
1 parent 2d9feb3 commit 3ac4ae5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Mifos-io-environment-details.xlsx

2 Bytes
Binary file not shown.

fineract1.x/sample_data/tn01_interop_sample_data.sql

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ SELECT id INTO @saving_prod_id FROM m_savings_product WHERE name = @saving_prod_
5454
SET @client_id = -1;
5555
SELECT id INTO @client_id FROM m_client WHERE fullname = @client_name;
5656

57-
INSERT INTO `m_savings_account`
58-
(`account_no`, `external_id`, `client_id`, `group_id`, `product_id`, `field_officer_id`, `status_enum`,
57+
INSERT INTO `m_savings_account` (`account_no`, `external_id`, `client_id`, `group_id`, `product_id`, `field_officer_id`, `status_enum`,
5958
`sub_status_enum`, `account_type_enum`, `deposit_type_enum`, `submittedon_date`, `submittedon_userid`,
6059
`approvedon_date`, `approvedon_userid`, `activatedon_date`, `activatedon_userid`,
6160
`currency_code`, `currency_digits`, `currency_multiplesof`, `nominal_annual_interest_rate`,
@@ -64,7 +63,7 @@ INSERT INTO `m_savings_account`
6463
`allow_overdraft`, `account_balance_derived`, `min_required_balance`, `enforce_min_required_balance`,
6564
`version`, `withhold_tax`)
6665
VALUES (@saving_account_no, @saving_account_ext_id, @client_id, NULL, @saving_prod_id, NULL, 300, 0, 1, 100, ADDDATE(curdate(), -100),
67-
NULL, ADDDATE(curdate(), -100), NULL, ADDDATE(curdate(), -100), NULL, 'TZS', 2, NULL, 1.000000, 1, 4, 1, -- 29. - 4
66+
NULL, ADDDATE(curdate(), -100), NULL, ADDDATE(curdate(), -100), NULL, 'USD', 2, NULL, 1.000000, 1, 4, 1,
6867
360, NULL, 1, 1, 100000000.000000, 0.000000, 1, 1, 0);
6968

7069
-- interop_identifier

0 commit comments

Comments
 (0)