RSS Git Download  Clone
..
  Role requested-by field not auto-completed if user unknown (not accessed through HILIS) 8 years ago
  Validate mandatory fields for web form HTML5 validation taken from apps' DFV profile; improved datepicker for bcr-abl form date fields; CML secondary treatments moved to multi-select & added 'other treatment' as free text entry - merged in pdf_form.tt; FBC params optional for bcr-abl requests; loading settings & required fields for test scripts through application using RequestForm::app->settings and RequestForm::Validate->required_fields 10 years ago
  BarCode.pm 668B added mutation analysis field to bcr-abl request form; adjusted pdf format to accomodate new field without wrapping page; fixed syntax error on request_form.tt 10 years ago
  Class.pm 390B adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class 11 years ago
  DB.pm 6kB disable Carp::Always::Color - probably conflicting with SQL::Abstract::Tree; capitalise 'show columns' 7 years ago
  PDF.pm 816B adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class 11 years ago
  Test.pm 6kB mandatory fields for web form HTML5 validation taken from apps' DFV profile; improved datepicker for bcr-abl form date fields; CML secondary treatments moved to multi-select & added 'other treatment' as free text entry - merged in pdf_form.tt; FBC params optional for bcr-abl requests; loading settings & required fields for test scripts through application using RequestForm::app->settings and RequestForm::Validate->required_fields 10 years ago
  Validate.pm 6kB added mutation analysis field to bcr-abl request form; adjusted pdf format to accomodate new field without wrapping page; fixed syntax error on request_form.tt 10 years ago
  README.txt
HTML::Barcode::QRCode requires Text::QRCode which requires libqrencode-dev, libqrencode3 & pkg-config packages deployment: * starman & D::C doesn't work without dedicated domain name (can't find statics) apache config: FastCgiServer /home/raj/apps/RequestForm/public/dispatch.fcgi -processes 2 \ -initial-env PERL5LIB=/home/raj/perl5/lib/perl5 # -initial-env PLACK_ENV=deployment # can also specify in .fcgi BEGIN block Alias /request-form /path/to/app/public/dispatch.fcgi