Skip to content

Update the 'chart of accounts' for old organisation and gkupgrade function updated.

Nitesh Laxman Chaughule requested to merge Nitesh_5/gkcore:makegkupgrade into devel
  1. Update Chart Of accounts for old organisation.

  2. If name of 'chart of accounts' is already in accounts table then update the 'defaultflag' only (i.e for 'Bank A/C','Cash in hand','Purchase A/C' and 'Sales A/C' defaultflag is '2','3','16' and '19' respectively). Otherwise added new account in accounts table.

  3. 'Modeflag' column added in organisation table.

  4. 'columnExists' and 'tableExists' function added in meta.py file.

closes #413 (closed)

Merge request reports