Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • gkwebapp gkwebapp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 198
    • Issues 198
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gnukhata
  • gkwebappgkwebapp
  • Merge requests
  • !80

Bankdetails in edit orgnisation field.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged sanket shrawan kolnoorkar requested to merge SanketKolnoorkar/gkwebapp:orgbank into devel Feb 08, 2018
  • Overview 1
  • Commits 8
  • Pipelines 0
  • Changes 3

Work done in gkwebapp.

I) Editor organisation.jinja2 [File Name]

    1) added bank details label and field in edit organisation table.

    2) Added four fields in bank details modal body.
         account number, bank name, branch name and ifsc number.

    3) Added done button id named as bankdel_done. and ESC button.

    4) Performed validation for all fields of bankdetails including done button and save button of an edit Organisation table.

II) Editorganisation.js [File Name]

    1) Done code for focus on first field after clicking on an add bank details field.

    2) Performed key down and key up events for all fields including save button.

    3) Performed change events for all fields.

    4) Performed code for all validations including save button.

    5) Done code form_data.append for bankdetails which is converted in json format and sent to database.
         created dictionary named bankdetails
         var dictionary={}

III) Organisation.py [File Name]

    1) If bank details are available then it will perform following code
         gkdata["bankdetails"]=json.loads(request.params["bankdetails"]) to convert in json format.

Closes #863 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: orgbank