Code Monkey home page Code Monkey logo

wp-orbis-timesheets's Introduction

Orbis Timesheets

wp-orbis-timesheets's People

Contributors

boonstra avatar dependabot[bot] avatar kjtolsma avatar remcotolsma avatar rvdsteege avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

rclations

wp-orbis-timesheets's Issues

Add user select to month report

<form class="mb-4 row gy-2 gx-3 align-items-center" method="get">
<div class="col-auto">
<label class="visually-hidden" for="date-input"><?php \esc_html_e( 'Date', 'orbis-timesheets' ); ?></label>
<input name="date" type="date" class="form-control" id="date-input" value="<?php echo \esc_attr( $date->format( 'Y-m-d' ) ); ?>">
</div>
<div class="col-auto">
<button type="submit" class="btn btn-primary"><?php \esc_html_e( 'Filter', 'orbis-timesheets' ); ?></button>
</div>
</form>

GPL?

Just checking if this plugin is GPL - it isn't listed anywhere in the plugin, but I saw in this thread it was mentioned that your plugins are released under GPL - pronamic/wp-orbis#6

orbis timesheet plugin not installing correctly

The plugin appears to be installed , but there is no Timesheets option in the WP-Admin sidebar, the [orbis_timesheets] shortcode does not work and there is no timesheets table in the database.
Any help appreciated :-)

PHP warnings about undefined properties when editing entry

I recently stated getting the following error messages when editing an entry:

Warning: Undefined property: stdClass::$subscription_name in /wp-content/plugins/orbis-timesheets/includes/functions.php on line 135

$entry->subscription_name = $row->subscription_name;

Warning: Undefined property: stdClass::$principal_name in /wp-content/plugins/orbis-timesheets/templates/work_registration_fields.php on line 49

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.