diff --git a/db/property_manager.sql b/db/property_manager.sql index 0ec5d4f..5545012 100644 --- a/db/property_manager.sql +++ b/db/property_manager.sql @@ -1274,7 +1274,6 @@ INSERT INTO `pmgr_double_entries` VALUES (384,767,768,NULL); INSERT INTO `pmgr_double_entries` VALUES (385,770,769,NULL); INSERT INTO `pmgr_double_entries` VALUES (386,772,771,NULL); INSERT INTO `pmgr_double_entries` VALUES (387,773,774,NULL); -INSERT INTO `pmgr_double_entries` VALUES (389,777,778,NULL); INSERT INTO `pmgr_double_entries` VALUES (390,780,779,NULL); INSERT INTO `pmgr_double_entries` VALUES (391,781,782,NULL); INSERT INTO `pmgr_double_entries` VALUES (392,784,783,NULL); @@ -2529,8 +2528,6 @@ INSERT INTO `pmgr_ledger_entries` VALUES (771,384,16,16,'CREDIT',25.00,NULL); INSERT INTO `pmgr_ledger_entries` VALUES (772,384,1,1,'DEBIT',25.00,NULL); INSERT INTO `pmgr_ledger_entries` VALUES (773,385,12,12,'DEBIT',25.00,'Released Security Deposit'); INSERT INTO `pmgr_ledger_entries` VALUES (774,385,1,1,'CREDIT',25.00,NULL); -INSERT INTO `pmgr_ledger_entries` VALUES (777,387,13,13,'DEBIT',45.00,'Charge Reversal'); -INSERT INTO `pmgr_ledger_entries` VALUES (778,387,1,1,'CREDIT',45.00,NULL); INSERT INTO `pmgr_ledger_entries` VALUES (779,388,20,20,'CREDIT',90.00,NULL); INSERT INTO `pmgr_ledger_entries` VALUES (780,388,1,1,'DEBIT',90.00,NULL); INSERT INTO `pmgr_ledger_entries` VALUES (787,391,12,12,'DEBIT',25.00,'Released Security Deposit'); @@ -3630,7 +3627,6 @@ INSERT INTO `pmgr_statement_entries` VALUES (237,'DISBURSEMENT',232,'2009-04-01' INSERT INTO `pmgr_statement_entries` VALUES (238,'DISBURSEMENT',233,'2009-03-25',NULL,NULL,5,6,36.29,21,12,NULL,'Credited at closing'); INSERT INTO `pmgr_statement_entries` VALUES (239,'DISBURSEMENT',233,'2009-03-25',NULL,NULL,5,6,45.00,21,13,NULL,'Credited at closing'); INSERT INTO `pmgr_statement_entries` VALUES (240,'DISBURSEMENT',233,'2009-03-25',NULL,NULL,5,6,45.00,21,14,NULL,'Credited at closing'); -INSERT INTO `pmgr_statement_entries` VALUES (484,'REVERSAL',387,'2009-05-23',NULL,NULL,5,6,45.00,13,16,NULL,NULL); INSERT INTO `pmgr_statement_entries` VALUES (243,'DISBURSEMENT',234,'2009-03-25',NULL,NULL,42,41,39.52,21,17,NULL,'Credited at closing'); INSERT INTO `pmgr_statement_entries` VALUES (244,'DISBURSEMENT',235,'2009-04-01',NULL,NULL,6,44,25.00,4,18,NULL,'New Tenant, Move-In Pmt'); INSERT INTO `pmgr_statement_entries` VALUES (245,'DISBURSEMENT',235,'2009-04-01',NULL,NULL,6,44,50.00,4,19,NULL,'New Tenant, Move-In Pmt'); @@ -4769,7 +4765,6 @@ INSERT INTO `pmgr_transactions` VALUES (382,'RECEIPT','2009-06-02 07:00:00',27,1 INSERT INTO `pmgr_transactions` VALUES (383,'PAYMENT','2009-06-02 07:00:00',27,1,1,'DEBIT',25.00,NULL); INSERT INTO `pmgr_transactions` VALUES (384,'INVOICE','2009-05-31 07:00:00',13,1,1,'DEBIT',25.00,'This may not be the correct invoice. It was added to address the fact that Marlana did not receive her deposit back (not clear why)'); INSERT INTO `pmgr_transactions` VALUES (385,'RECEIPT','2009-05-31 07:00:00',13,1,1,'CREDIT',25.00,'Security Deposit Release'); -INSERT INTO `pmgr_transactions` VALUES (387,'CREDIT_NOTE','2009-05-23 07:00:00',5,1,1,'CREDIT',45.00,'Credit Note: Charge Reversal'); INSERT INTO `pmgr_transactions` VALUES (388,'PAYMENT','2009-05-23 07:00:00',5,1,1,'DEBIT',90.00,NULL); INSERT INTO `pmgr_transactions` VALUES (391,'RECEIPT','2009-05-31 07:00:00',30,1,1,'CREDIT',25.00,'Security Deposit Release'); INSERT INTO `pmgr_transactions` VALUES (392,'INVOICE','2009-06-01 07:00:00',30,1,1,'DEBIT',65.00,'Move-In Charges'); @@ -5203,4 +5198,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2009-08-15 4:25:29 +-- Dump completed on 2009-08-15 4:53:01