13 Commits

Author SHA1 Message Date
392438f537 Update 'README.md' 2019-08-21 11:55:22 +00:00
Josh North
4e92330743 Upload files to 'lib' 2017-06-02 20:52:40 -04:00
Gitea
4422a1da06 Merge branch 'master' of /home/gitea/gitea-repositories/point808/yaptc 2017-06-02 20:52:40 -04:00
Josh North
80674fe40c add icon 2017-06-02 20:51:19 -04:00
Josh North
75b2ec7341 Upload files to '' 2017-06-02 20:49:54 -04:00
Josh North
c6234c6f81 Add 'logomakr-credit.html' 2017-06-02 20:49:15 -04:00
Josh North
57c97cde70 Fix readme screencaps to work on forks and local git server as well as the github mirror 2017-05-12 12:26:32 -04:00
Josh North
0eb76946eb Update 'README.md' 2017-05-12 12:23:53 -04:00
Josh North
cb40a41121 Update 'README.md' 2017-05-12 12:17:30 -04:00
7496f9f59e screencaps in doc branch orphan setup 2017-05-12 12:10:10 -04:00
Josh North
5640b51e16 Update 'README.md' 2017-05-12 12:00:44 -04:00
Josh North
1347108cd8 touch to test gh sync 2017-05-12 11:58:59 -04:00
61ce24efef ok now this is it. stupid mistakes - need a break. this one works. 2017-05-12 11:12:29 -04:00
19 changed files with 27 additions and 12 deletions

22
README.md Executable file → Normal file
View File

@@ -1,12 +1,16 @@
# YAPTC # ![yaptc](../doc/yaptc.png?raw=true "yaptc")
### About: ### ### About: ###
Josh North - josh.north@point808.com Josh North - josh.north@point808.com
Basic (i.e. stupidly simple) timekeeping application. I'm working on more features but who knows if that will get released. Basic (i.e. stupidly simple) timekeeping application. I'm working on more features but who knows if that will get released.
### License ### ### Dev: ###
*** This repository lives at https://git.point808.com and pushes to github on update.
### License: ###
Free for use and modification. Credit is appreciated if you do anything with it but nothing is required. Free for use and modification. Credit is appreciated if you do anything with it but nothing is required.
### Credits ### ### Credits: ###
* Bootstrap - http://getbootstrap.com * Bootstrap - http://getbootstrap.com
* phpass (password hashing, license included) - http://www.openwall.com/phpass/ * phpass (password hashing, license included) - http://www.openwall.com/phpass/
* HUGE thank you to PHP Developers Network users "califdon", "Celauran", and "social_experiment" for their guide on login and registration systems at http://forums.devnetwork.net/viewtopic.php?f=28&t=135287&sid=f7140b48a14f50fd7f0340581442447b#p675168 * HUGE thank you to PHP Developers Network users "califdon", "Celauran", and "social_experiment" for their guide on login and registration systems at http://forums.devnetwork.net/viewtopic.php?f=28&t=135287&sid=f7140b48a14f50fd7f0340581442447b#p675168
@@ -36,9 +40,9 @@ We track time in this application by punching start and end times on each record
8. Go for it. Create new users, etc etc etc. 8. Go for it. Create new users, etc etc etc.
### Screenshots: ### ### Screenshots: ###
![Login Page] (https://git.point808.com/attachments/7381ee2d-3bb5-4430-9c37-29527f8bfa4f) ![Login Page](../doc/login.png?raw=true "Login Page")
![Home Punch] (https://git.point808.com/attachments/5b762048-54cf-41bf-91b0-468f333f4bae) ![Home Punch](../doc/homepunch.png?raw=true "Home Punch")
![User Profile] (https://git.point808.com/attachments/4b13b0f1-d6ff-4445-93ad-6e699fdba075) ![User Profile](../doc/profile.png?raw=true "User Profile")
![Manage Users] (https://git.point808.com/attachments/24ab13eb-d32e-4b25-89e1-88edc2e9cbf2) ![Manage Users](../doc/manageusers.png?raw=true "Manage Users")
![Punch Editor] (https://git.point808.com/attachments/ec4fa0e7-caa4-46d5-ab9c-d08ea55b1eb5) ![Punch Editor](../doc/punchedit.png?raw=true "Punch Editor")
![Reports] (https://git.point808.com/attachments/dbe6fee9-f1ad-49bb-8a30-f8e568f54e64) ![Reports](../doc/reports.png?raw=true "Reports")

BIN
homepunch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -4,7 +4,7 @@
$timenow = date('Y-m-d H:i:s'); $timenow = date('Y-m-d H:i:s');
// This Version // This Version
$yaptc_version = 'yaptc_v1.0-alpha3'; $yaptc_version = 'yaptc_v1.0-alpha4';
// Timezone from config // Timezone from config
date_default_timezone_set("$yaptc_timezone"); date_default_timezone_set("$yaptc_timezone");

0
mysql.sql → inc/mysql.sql Executable file → Normal file
View File

View File

@@ -2,6 +2,8 @@
session_start(); session_start();
if(file_exists("config.inc.php")){ if(file_exists("config.inc.php")){
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
}else{ }else{
echo "Configuration file not found - please complete setup before continuing."; echo "Configuration file not found - please complete setup before continuing.";
exit; exit;

BIN
lib/yaptc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -45,8 +45,6 @@ endif;
<button class="btn btn-lg btn-primary btn-block" type="submit" name="login"><?php echo lang('LOGIN'); ?></button> <button class="btn btn-lg btn-primary btn-block" type="submit" name="login"><?php echo lang('LOGIN'); ?></button>
</form> </form>
<?php echo lang('LOGIN'); ?>
</div> </div>
<!-- ********** END CONTENT ********** --> <!-- ********** END CONTENT ********** -->

BIN
login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

1
logomakr-credit.html Normal file
View File

@@ -0,0 +1 @@
Time graphic by <a href="http://www.flaticon.com/authors/freepik">freepik</a> from <a href="http://www.flaticon.com/">Flaticon</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a>. Check out the new logo that I created on <a href="http://logomakr.com" title="Logo Maker">LogoMaker.com</a> https://logomakr.com/56vKWz56vKWz

View File

@@ -1,6 +1,8 @@
<?php <?php
session_start(); session_start();
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
require_once($yaptc_inc . "functions.inc.php"); require_once($yaptc_inc . "functions.inc.php");
$yaptc_pagename = lang('LOGOUT'); $yaptc_pagename = lang('LOGOUT');
$yaptc_pageicon = '<i class="fa fa-sign-out"></i> '; $yaptc_pageicon = '<i class="fa fa-sign-out"></i> ';

BIN
manageusers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -1,6 +1,8 @@
<?php <?php
session_start(); session_start();
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
require_once($yaptc_inc . "functions.inc.php"); require_once($yaptc_inc . "functions.inc.php");
$yaptc_pagename = lang('PUNCH_EDITOR'); $yaptc_pagename = lang('PUNCH_EDITOR');
$yaptc_pageicon = '<i class="fa fa-clock-o"></i> '; $yaptc_pageicon = '<i class="fa fa-clock-o"></i> ';

View File

@@ -1,6 +1,8 @@
<?php <?php
session_start(); session_start();
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
require_once($yaptc_inc . "functions.inc.php"); require_once($yaptc_inc . "functions.inc.php");
$yaptc_pagename = lang('ACCOUNT'); $yaptc_pagename = lang('ACCOUNT');
$yaptc_pageicon = '<i class="fa fa-cog"></i> '; $yaptc_pageicon = '<i class="fa fa-cog"></i> ';

BIN
profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
punchedit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -1,6 +1,8 @@
<?php <?php
session_start(); session_start();
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
require_once($yaptc_inc . "functions.inc.php"); require_once($yaptc_inc . "functions.inc.php");
$yaptc_pagename = "Reports"; $yaptc_pagename = "Reports";
$yaptc_pageicon = '<i class="fa fa-newspaper-o"></i> '; $yaptc_pageicon = '<i class="fa fa-newspaper-o"></i> ';

BIN
reports.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -1,6 +1,8 @@
<?php <?php
session_start(); session_start();
require_once("config.inc.php"); require_once("config.inc.php");
require_once($yaptc_lang);
require_once($yaptc_inc . "functions.inc.php"); require_once($yaptc_inc . "functions.inc.php");
$yaptc_pagename = lang('USERS'); $yaptc_pagename = lang('USERS');
$yaptc_pageicon = '<i class="fa fa-users"></i> '; $yaptc_pageicon = '<i class="fa fa-users"></i> ';