1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

22 Commits

Author SHA1 Message Date
Jonathan Rosenbaum
7fd089809f Enh: Added day of the week at the top. 2017-11-12 06:45:37 +00:00
Jonathan Rosenbaum
a26ab11123 Temporary solution for #14. 2017-11-01 08:42:58 +00:00
Jonathan Rosenbaum
cc6346a1b7 Simplified include_headers by removing include_header_start_shop.
* No important changes with shop_log.
2017-10-10 03:15:47 +00:00
Jonathan Rosenbaum
7b1e3f0545 Makes status font smaller to avoid overruns. 2017-09-19 05:40:03 +00:00
Jonathan Rosenbaum
800205cbdd Changes margin-left from 170 to 80px to avoid run-overs. 2017-09-17 01:51:17 +00:00
Jonathan Rosenbaum
d98c033348 Changes id to class for more than one row with same contact_id. 2017-09-17 01:29:02 +00:00
Jonathan Rosenbaum
c356cb9aaf Adds Volunteer Hours and Paid Membership Columns to shop log:
* shows Summary for Volunteer hours
* show whether membership is current or not
* a little css magic in shop.js
2017-09-17 01:20:18 +00:00
Jonathan Rosenbaum
90c93eb996 Improves the css a little (in transaction.css) for shop_log now that table is relative to take into account longer statuses. 2015-12-27 19:36:07 +00:00
Jonathan Rosenbaum
6d1bb2ad8b Modifies Student Volunteer to Student Volunteer/Community Service
Changes fixed size in shop_log to relative for sign-in display
Changes Donations to the accounting group Donations
2015-12-27 01:29:46 +00:00
Jonathan Rosenbaum
7997087a85 Lol, this improves select yourself gui.
1) moves error text to the right of shop user select
2) changes error to "Please Select Yourself"
2015-04-06 02:26:02 +00:00
Jonathan Rosenbaum
ee46dc8fd5 GUI and logic changes from practical experience in the shop environment
1) makes sign in button larger
2) changes "Current Shop" menu text to "Sign In" for normal user
3) takes all users after submitting contact to Sign In page rather than only new users.
2015-04-05 08:52:54 +00:00
Jonathan Rosenbaum
25e030c613 Removes the ability to edit shop date.
1) Not necessary for a production site
2) Great for testing from the interface when a shop needs to be deleted, however, this can be done just as easily directly through the database.
2015-03-24 05:11:16 +00:00
Jonathan Rosenbaum
f919422de4 Turns off the ability to delete a users sign-in entry.
1) Bots like to follow the delete link on demostrations and delete all the time-in entries.
2) YBDB adhers to open trust metrics that are common at bicycle collectives, bots really do not care about trust including bots from google, they love exploring every link though.
3) This functionality isn't really necessary since it is possible to make the sign-in time the same as the sign-out time if the person changes their mind about their visit.
2015-03-24 04:47:10 +00:00
Jonathan Rosenbaum
6bbf55a25e Changes the header for shop_log and start_shop.
1)  Pages will go back to shop_welcome (original behavior) but for these two pages.  This prevents transaction pages from going back.
2) Added an About/Help link to the left.
3) Changed the width/margin of the associated tables so that it would line up withe new table presenting the menu links.
2015-03-04 18:52:49 +00:00
Jonathan Rosenbaum
a1717c99af Fixes a minor textarea bug by removing whitespace in the code. 2015-02-11 07:48:30 +00:00
Jonathan Rosenbaum
386742da2d Spiffs up shop_log. 2015-02-11 07:06:32 +00:00
Jonathan Rosenbaum
ab87744f46 Removes hardwired options in shop_log, preps for GnuCash CSV. 2015-01-22 04:36:25 +00:00
Jonathan Rosenbaum
2370ccee7b Many goodies for a better user experience.
1. New NONSHOP constant. 0=no function =>1 is function
2. Moved individual_hours_log back to /
3. Added better view/business logic for storage transactions,
   and new documentation.
4. New users logging in can immediately add a project/comments
5. Added more documentation to populate and a new show_payment field.
2014-12-30 08:34:49 +00:00
Jonathan Rosenbaum
f72f022811 Added payment_type. 2014-12-29 07:53:41 +00:00
Jonathan Rosenbaum
d2332719a0 Replaces some hardwired variables with user-defined constants. 2014-12-27 07:59:59 +00:00
Jonathan Rosenbaum
f384dacaf3 Removes annoying long line added by some pyscho editor. 2014-12-19 18:51:31 +00:00
Jonathan Rosenbaum
6d2028ae08 Initial commit of YBDB code from July 24, 2014. 2014-11-04 06:39:31 +00:00