Drop Tax table.
Closing Stock and Raw Material Cost Reports working. Added spinner for long ajax operations with interceptor.
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user