Drop Tax table.

Closing Stock and Raw Material Cost Reports working.
Added spinner for long ajax operations with interceptor.
This commit is contained in:
Tanshu
2012-10-22 19:23:58 +05:30
parent c85b8669bd
commit 4ffa033fd3
25 changed files with 780 additions and 245 deletions

View File

@ -1,3 +1,4 @@
--update entities_ledgers set code = code + 60 where type = 13; -- to prevent duplicate code when converting
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";