Compare commits
12 Commits
1.0-alpha4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 392438f537 | |||
|
|
4e92330743 | ||
|
|
4422a1da06 | ||
|
|
80674fe40c | ||
|
|
75b2ec7341 | ||
|
|
c6234c6f81 | ||
|
|
57c97cde70 | ||
|
|
0eb76946eb | ||
|
|
cb40a41121 | ||
| 7496f9f59e | |||
|
|
5640b51e16 | ||
|
|
1347108cd8 |
22
README.md
Executable file → Normal file
22
README.md
Executable file → Normal file
@@ -1,12 +1,16 @@
|
|||||||
# 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)
|

|
||||||
![Home Punch] (https://git.point808.com/attachments/5b762048-54cf-41bf-91b0-468f333f4bae)
|

|
||||||
![User Profile] (https://git.point808.com/attachments/4b13b0f1-d6ff-4445-93ad-6e699fdba075)
|

|
||||||
![Manage Users] (https://git.point808.com/attachments/24ab13eb-d32e-4b25-89e1-88edc2e9cbf2)
|

|
||||||
![Punch Editor] (https://git.point808.com/attachments/ec4fa0e7-caa4-46d5-ab9c-d08ea55b1eb5)
|

|
||||||
![Reports] (https://git.point808.com/attachments/dbe6fee9-f1ad-49bb-8a30-f8e568f54e64)
|

|
||||||
BIN
homepunch.png
Normal file
BIN
homepunch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
lib/yaptc.png
Normal file
BIN
lib/yaptc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
1
logomakr-credit.html
Normal file
1
logomakr-credit.html
Normal 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
|
||||||
BIN
manageusers.png
Normal file
BIN
manageusers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
profile.png
Normal file
BIN
profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
punchedit.png
Normal file
BIN
punchedit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
BIN
reports.png
Normal file
BIN
reports.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user