Easy Attendance

Description

“Easy Attendance” provides custom post types in a simplified format.
It is possible to output registered custom post types in CSV format.
You can use “Easy Attendance” to output CSV with members and time period.

Support

easy-attendance github page

Screenshots

  • Setting screen Change the name of each item before starting to use it. The CSV will be output with the name set on this screen. [/assets/wp-to-trello-screenshot-1.png]

  • Add Attendance screen Enter attendance on this screen [/assets/wp-to-trello-screenshot-2.png]

  • CSV Output screen You can specify a time period range and output a CSV. [/assets/wp-to-trello-screenshot-3.png]

  • Edit Member You can directly modify the source and add members.(easy-attendance.php row 57) [/assets/wp-to-trello-screenshot-4.png]

Installation

  1. Upload All files to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

I want to change the input field name. Where can I do that?

  1. Go to the 「Easy Attendance Settings」 page under Settings menu.
  2. You may change the name of any entry on this page.
  3. Caution. When you change the input item name, the CSV header will be changed at the same time.

I would like to add a member. Where can I do that?

  1. Members can be added by modifying the source code.
    You will find a file named 「easy-attendance.php」 directly under the plugin directory
  2. You can add members to the array after row 57.See

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Easy Attendance” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Easy Attendance” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.

1.0.1

  • Add Languege File (Japanese).

1.0.2

  • Tested to work with version 6.0.