Coder Social home page Coder Social logo

recordtrac-cakephp's People

Contributors

randybondsjr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

recordtrac-cakephp's Issues

Name field missing in ExtendReason and ClosedReason

Database Error
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ExtendReason.name' in 'field list'

and in ClosedReason

Database Error
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ClosedReason.name' in 'field list'

Change Extend Request Date Method

Change the Extend Request Dialog to use a datepicker rather than a "days to extend" input type. This will make it easier rather than having to count out business days and holidays.

record-trac-content.sql modifications for new record-trac.sql file

Changed:

< INSERT INTO closed_reasons (id, label, reason)

INSERT INTO closed_reasons (id, name, reason)

< INSERT INTO departments (id, date_created, date_updated, name, contact_id, backup_id)

INSERT INTO departments (id, created, modified, name, contact_id, backup_id)

'About' page only available when authenticated

The 'about' page is only available when authenticated.

If you add this to the PagsController, it will display unauthenticated:

public function beforeFilter(){
parent::beforeFilter();
$this->Auth->allow('display');
}

Is there a way to suppress some requests from Public view?

I'd like the ability to suppress some records from public view. Before I code in the functionality, I thought I'd check to see if the functionality already exists and I'm not seeing how to enable it. I see there is a function 'is_public_record' in RequestsController.

Thanks.

Missing Request.tags column

When performing a search on the sample dataset, I get an error:

Database Error
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Request.tags' in 'where clause'

It looks like there's no 'Tags' column being created in the 'record-trac.sql' install file.

internal_notes table create missing from sql

Hi,

The internal_notes table is missing from record-trac.sql

I'm guessing this might work, but I think I'm missing a field:

CREATE TABLE internal_notes (
id int(11) unsigned NOT NULL,
created datetime DEFAULT NULL,
text text,
request_id int(11) DEFAULT NULL
)

Can you please provide the sql for the table?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.