1.0.19 • Published 4 years ago

ewd-vista v1.0.19

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

Panorama

Panorama is the core of a modular web interface for VistA. It is the next generation of how VistA ought to be developed and is expressly written to provide a final answer to how VistA should evolve. Its use and development mirror classic VistA/DHCP in many ways, from the incremental development model to the security model. Javascript is the primary development language, replacing M for all simple operations.

Panorama is based on QEWD, which runs on Node.js. More about QEWD can be found at qewdjs.com.

Check the wiki for installation instructions and for how to write a brand new Panorama module: https://github.com/shabiel/ewd-vista/wiki.

Browserify command

If you make changes to the client javascript in this module or in ewd-vista-login, you need to run this command to update bundle.js.

browserify -t [babelify] client/app.js -o www/assets/javascripts/bundle.js

##Fileman Messaging Format

filemanMsg: {
  file: {
    name: 'NEW PERSON',
    number: '200'
  },
  iens: '',
  fields: [
    {
      key: 'ien',
      name: 'IEN',
      number: ''
    },
    {
      key: 'name',
      name: 'Name',
      number: '.01'
    }
  ],
  flags: '',
  quantity: '8',
  stringFrom: 'CAR',
  stringPart: 'CAR',
  index: '',
  screen: '',
  identifier: '',
  //
  records: [
    {
      ien: '57',
      name: 'CARLSON,ALEXIS'
    }
  ],
  value: '',
  // Response-only attributes
  error: {
    code: '',
    message: '',
    help: ''
  },
  laygo: boolean,
  valid: boolean
}

Modules

1.0.19

4 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago