Updated property_manager.sql with property_manager_2009_08_12_0246.sql
Created: Wed Aug 19 13:42:23 2009 Modified: Wed Aug 12 02:46:26 2009 git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@653 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -863,7 +863,7 @@ CREATE TABLE `pmgr_double_entries` (
|
||||
`credit_entry_id` int(10) unsigned NOT NULL,
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=486 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=495 DEFAULT CHARSET=utf8;
|
||||
SET character_set_client = @saved_cs_client;
|
||||
|
||||
--
|
||||
@@ -1357,6 +1357,15 @@ INSERT INTO `pmgr_double_entries` VALUES (482,963,964,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (483,965,966,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (484,967,968,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (485,969,970,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (486,972,971,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (487,974,973,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (488,976,975,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (489,978,977,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (490,980,979,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (491,982,981,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (492,984,983,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (493,986,985,NULL);
|
||||
INSERT INTO `pmgr_double_entries` VALUES (494,988,987,NULL);
|
||||
/*!40000 ALTER TABLE `pmgr_double_entries` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1604,7 +1613,7 @@ CREATE TABLE `pmgr_ledger_entries` (
|
||||
`amount` float(12,2) NOT NULL,
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=971 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=989 DEFAULT CHARSET=utf8;
|
||||
SET character_set_client = @saved_cs_client;
|
||||
|
||||
--
|
||||
@@ -2563,6 +2572,18 @@ INSERT INTO `pmgr_ledger_entries` VALUES (967,462,3,50,'DEBIT',90.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (968,462,1,27,'CREDIT',90.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (969,463,4,51,'DEBIT',50.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (970,463,1,27,'CREDIT',50.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (971,464,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (972,464,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (973,465,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (974,465,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (975,466,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (976,466,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (979,468,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (980,468,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (983,470,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (984,470,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (985,471,14,40,'CREDIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_ledger_entries` VALUES (986,471,1,27,'DEBIT',10.00,NULL);
|
||||
/*!40000 ALTER TABLE `pmgr_ledger_entries` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2987,7 +3008,7 @@ CREATE TABLE `pmgr_statement_entries` (
|
||||
`charge_entry_id` int(10) unsigned DEFAULT NULL,
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=585 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=594 DEFAULT CHARSET=utf8;
|
||||
SET character_set_client = @saved_cs_client;
|
||||
|
||||
--
|
||||
@@ -3553,6 +3574,12 @@ INSERT INTO `pmgr_statement_entries` VALUES (581,'DISBURSEMENT',461,'2009-06-11'
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (582,'DISBURSEMENT',462,'2009-06-11',NULL,NULL,17,18,90.00,3,509,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (583,'DISBURSEMENT',463,'2009-06-11',NULL,NULL,6,44,38.00,4,524,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (584,'SURPLUS',463,'2009-06-11',NULL,NULL,6,NULL,12.00,4,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (585,'CHARGE',464,'2009-06-11',NULL,NULL,28,2,10.00,14,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (586,'CHARGE',465,'2009-06-11',NULL,NULL,33,4,10.00,14,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (587,'CHARGE',466,'2009-06-11',NULL,NULL,2,9,10.00,14,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (589,'CHARGE',468,'2009-06-11',NULL,NULL,31,31,10.00,14,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (591,'CHARGE',470,'2009-06-11',NULL,NULL,1,35,10.00,14,NULL,NULL);
|
||||
INSERT INTO `pmgr_statement_entries` VALUES (592,'CHARGE',471,'2009-06-11',NULL,NULL,7,42,10.00,14,NULL,NULL);
|
||||
/*!40000 ALTER TABLE `pmgr_statement_entries` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3798,7 +3825,7 @@ CREATE TABLE `pmgr_transactions` (
|
||||
`amount` float(12,2) DEFAULT NULL,
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=464 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=473 DEFAULT CHARSET=utf8;
|
||||
SET character_set_client = @saved_cs_client;
|
||||
|
||||
--
|
||||
@@ -4260,6 +4287,12 @@ INSERT INTO `pmgr_transactions` VALUES (460,'RECEIPT','2009-06-11 07:00:00',23,1
|
||||
INSERT INTO `pmgr_transactions` VALUES (461,'RECEIPT','2009-06-11 07:00:00',40,1,27,'CREDIT',35.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (462,'RECEIPT','2009-06-11 07:00:00',17,1,27,'CREDIT',90.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (463,'RECEIPT','2009-06-11 07:00:00',6,1,27,'CREDIT',50.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (464,'INVOICE','2009-06-11 07:00:00',28,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (465,'INVOICE','2009-06-11 07:00:00',33,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (466,'INVOICE','2009-06-11 07:00:00',2,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (468,'INVOICE','2009-06-11 07:00:00',31,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (470,'INVOICE','2009-06-11 07:00:00',1,1,27,'DEBIT',10.00,NULL);
|
||||
INSERT INTO `pmgr_transactions` VALUES (471,'INVOICE','2009-06-11 07:00:00',7,1,27,'DEBIT',10.00,NULL);
|
||||
/*!40000 ALTER TABLE `pmgr_transactions` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -4511,4 +4544,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2009-08-12 9:20:16
|
||||
-- Dump completed on 2009-08-12 9:46:26
|
||||
|
||||
Reference in New Issue
Block a user