Skip to content

WIP: Branch feature

Rohan Khairnar requested to merge rohankhairnar/gkcore:branchwise into devel

closes #484
for webapp refer: https://gitlab.com/gnukhata/gkwebapp/merge_requests/1150
Added branch feature. Added 'suborgof,'branchflag' field in organization table.
Structure of branch feature:
1.One Meta/HQ branch and at least one another branch.
2.Name of Meta/HQ branch will be same as of organization name.
3.Branches are like sub organizations of organization.
4.If 'branchflag' = 1 then organization with branches.If 'suborgof' field is empty then that entry will treat as organization. 5.Organization of sub-organization / branches will be identify by 'suborgof' field.
6.Each branch will have accounts of another branches from same organization.

Added features :
1.Branch wise login. 2.Create organization with multiple branches. 3.Create branches from meta branch in Master menu. 4.View consolidated profit & loss report of all branches in Meta branch.

Edited by kskarthik

Merge request reports