Dropped Taxes table and changed script to modify ledgers.

Profit and loss fully done in new style.
This commit is contained in:
Tanshu
2012-10-18 00:07:32 +05:30
parent a9aa9bd6ae
commit 6edd04b817
4 changed files with 144 additions and 173 deletions

View File

@ -1,3 +1,5 @@
UPDATE entities_ledgers SET type = 11 WHERE type = 13;
DROP TABLE Entities_Taxes;
UPDATE entities_vouchers SET date = date || ".000000", lasteditdate = lasteditdate || ".000000", creationdate = creationdate || ".000000";
UPDATE entities_attendances SET date = date || ".000000", creationdate = creationdate || ".000000";
UPDATE entities_fingerprints SET date = date || ".000000";