Skip to content

'defaultflag' for accounts created under 'Bank' and 'Cash' sub-group.

Nitesh Laxman Chaughule requested to merge Nitesh_5/gkcore:bankcashset into devel
  1. In 'addAccount' function code is written for,if new accounts are added under sub-group 'Bank' or 'Cash' with defaultflag '2' or '3' respectively then existing account with defaultflag '2' or '3' set to the '0'.

  2. In 'editAccount' function code is written for, if account is updated under sub-group 'Bank' or 'Cash' with defaultflag '2' or '3' respectively then existing account with defaultflag '2' or '3' set to the '0'.

  3. In 'addAccount' function code is written for,if new accounts are added under sub-group 'Purchase' or 'Sales' with defaultflag '16' or '19' respectively then existing account with defaultflag '16' or '19' set to the '0'.

  4. In 'editAccount' function code is written for, if account is updated under sub-group 'Purchase' or 'Sales' with defaultflag '16' or '19' respectively then existing account with defaultflag '16' or '19' set to the '0'.

closes #408 (closed)

Edited by Nitesh Laxman Chaughule

Merge request reports