Changeset 1424193
- Timestamp:
- 05/25/2016 05:11:21 PM (10 years ago)
- File:
-
- 1 edited
-
monthly-data-sheets/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
monthly-data-sheets/trunk/readme.txt
r1424176 r1424193 1 1 === Monthly Data Sheets === 2 Contributors: Reen u2 Contributors: Reenoos 3 3 Tags: sheet, monthly, diary, appointment, book, daily, log 4 4 Requires at least: 3.9.3 5 5 Tested up to: 4.5.2 6 Stable tag: 1.0.06 Stable tag: trunk 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 == Installation == 24 24 25 Upload the Monthly Data Sheet plugin to your blog, Activate it. 26 Edit the default settings via the menu, Settings => Data Sheets 25 1. Upload the plugin files to the '/wp-content/plugins/monthly-data-sheets' directory, or install the plugin through the WordPress plugins screen directly. 26 2. Activate the plugin through the 'Plugins' screen in WordPress 27 3. Use the Settings->Data Sheets screen to edit the plugin settings 27 28 29 == Frequently Asked Questions == 30 31 = How could I edit the sheet contents? = 32 33 Login as a user who is assigned as sheet manager. Click on the 'View Data Sheet' link. In the front end page, you can see the year, month dropdowns and the edit sheet button. Select the preferred month and then click on the 'Edit Data Sheet' Link. 34 35 = How could I add custom rows to a sheet? = 36 37 You could do this as admin user. In the edit sheet page in admin panel, and click on the 'Add row' button to add new rows. 38 39 = How could I create a diary? = 40 41 Just create a new sheet via admin panel menu, Data Sheets => Add New. The default rows of a sheet will be days in month. So should only add a column 'Notes' and you will get a diary page with one line for each day. 42 43 = How could I create an appointment book? = 44 45 Just create a new sheet via admin panel menu, Data Sheets => Add New. The default rows will be days and default columns will be hours in a day. 46 47 = The default columns seems to be 9am to 5pm. How could I change this? = 48 49 You can change this via the admin panel menu, Settings => Monthly Data Sheet. The fields are 'Start Time' and 'End Time'. You could change the date and time formats also. 50 51 = Why is my new custom row not appearing in last month's sheet? = 52 53 New custom rows or columns will not be added if a particular month's data sheet is already filled. You should delete the particular month's sheet to get the latest rows and columns. 54 55 = I am getting 404 when I view my first sheet? = 56 57 Just take Settings->Permalinks and click save. Your sheet pages will load successfully. 28 58 29 59 == Screenshots == … … 33 63 3. Front end view 34 64 35 == Frequently Asked Questions ==36 How could I edit the sheet contents?37 Login as a user who is assigned as sheet manager. Click on the 'View Data Sheet' link. In the front end page, you can see the year, month dropdowns and the edit sheet button. Select the preferred month and then click on the 'Edit Data Sheet' Link.38 39 How could I add custom rows to a sheet?40 You could do this as admin user. In the edit sheet page in admin panel, and click on the 'Add row' button to add new rows.41 42 How could I create a diary?43 Just create a new sheet via admin panel menu, Data Sheets => Add New. The default rows of a sheet will be days in month. So should only add a column 'Notes' and you will get a diary page with one line for each day.44 45 How could I create an appointment book?46 Just create a new sheet via admin panel menu, Data Sheets => Add New. The default rows will be days and default columns will be hours in a day.47 48 The default columns seems to be 9am to 5pm. How could I change this?49 You can change this via the admin panel menu, Settings => Monthly Data Sheet. The fields are 'Start Time' and 'End Time'. You could change the date and time formats also.50 51 65 == Changelog == 52 66
Note: See TracChangeset
for help on using the changeset viewer.