"""Manual Adjustment table seed data.""" from datetime import datetime data = [ { 'parent_type': 'vendor', 'parent_id': 16031, 'date_added': datetime(2012, 2, 15, 14, 19, 28), 'created_by': 261, 'amount': 2833.540000, 'adjust_for_year': None, 'adjust_for_quarter': None, 'apply_to_year': None, 'apply_to_quarter': None, 'comment': 'Adjustment', 'category': None, 'category_id': 0, 'adjust_for_period_id': 156, 'apply_to_period_id': 156, 'currencies_id': 1, 'amount_in_original_currency': 2833.540000, 'attachment_location': None, 'updated_timestamp': datetime(2012, 2, 15, 14, 19, 28), 'last_modified_by': 179, 'user_type': 'system' }, { 'parent_type': 'vendor', 'parent_id': 8914, 'date_added': datetime(2014, 10, 9, 10, 9, 28), 'created_by': 156, 'amount': -548.430000, 'adjust_for_year': 2006, 'adjust_for_quarter': 4, 'apply_to_year': 2007, 'apply_to_quarter': 1, 'comment': 'Adjustment', 'category': None, 'category_id': None, 'adjust_for_period_id': 96, 'apply_to_period_id': 99, 'currencies_id': 1, 'amount_in_original_currency': -548.430000, 'attachment_location': None, 'updated_timestamp': datetime(2012, 2, 15, 14, 19, 28), 'last_modified_by': 179, 'user_type': 'system' }, { 'parent_type': 'vendor', 'parent_id': 4321, 'date_added': datetime(2014, 10, 9, 10, 9, 28), 'created_by': 156, 'amount': -123.450000, 'adjust_for_year': 2006, 'adjust_for_quarter': 4, 'apply_to_year': 2007, 'apply_to_quarter': 1, 'comment': 'Adjustment', 'category': None, 'category_id': None, 'adjust_for_period_id': 96, 'apply_to_period_id': 99, 'currencies_id': 1, 'amount_in_original_currency': -123.450000, 'attachment_location': None, 'updated_timestamp': datetime(2012, 2, 15, 14, 19, 28), 'last_modified_by': 179, 'user_type': 'system' }, { 'parent_type': 'vendor', 'parent_id': 4321, 'date_added': datetime(2015, 10, 9, 10, 9, 29), 'created_by': 156, 'amount': -234.560000, 'adjust_for_year': 2006, 'adjust_for_quarter': 4, 'apply_to_year': 2007, 'apply_to_quarter': 1, 'comment': 'Adjustment', 'category': None, 'category_id': None, 'adjust_for_period_id': 96, 'apply_to_period_id': 99, 'currencies_id': 1, 'amount_in_original_currency': -234.560000, 'attachment_location': None, 'updated_timestamp': datetime(2012, 2, 15, 14, 19, 28), 'last_modified_by': 179, 'user_type': 'system' } ]