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

86 Commits

Author SHA1 Message Date
Jonathan Rosenbaum
3c3e4a0bf3 Adds if( !defined( '*' ) ) to avoid E_NOTICE and redefining.
* Improves error output when using phpconsole (transaction.log) to stop output of E_DEPRECATED.

* The main objective is to better view phpconsole's output. E_NOTICE and E_WARNING are important, regardless.
2019-03-14 05:12:16 +00:00
Jonathan Rosenbaum
db93ad1103 Closes #85
Also, counts returned transactions for both stats_monthlysalestax.php and stats_shoptransactiontotals.php .. no more guessing required.
2019-01-22 06:25:40 +00:00
Jonathan Rosenbaum
da1a063a0a Closes #77. Currently search capability specific to report(s);
Could be integrated into transaction_log page search.
2018-09-04 00:21:43 +00:00
Jonathan Rosenbaum
d0828bc80b Closes #69 adding word search capability for transaction_log. 2018-05-14 22:28:46 +00:00
Jonathan Rosenbaum
f1d85b2060 Another #62 enhancement.
* Show displayed transaction number
2018-05-13 19:48:07 +00:00
Jonathan Rosenbaum
940b6c52b3 More enhancements in regards to #62.
* Now shows name with link to individual history for folk who never had an transactions, as well as who have

* Link from individual history back to transaction_log with max results count.
2018-05-13 18:51:00 +00:00
Jonathan Rosenbaum
78102f3600 Related to #62, better behavior on submit:
* Checks that transaction is not a Deposite, and that transation is paid.
2018-05-13 04:29:28 +00:00
Jonathan Rosenbaum
dbcfbd67e0 Another enhancement related to #62.
* Shows total for amounts
2018-05-13 04:05:15 +00:00
Jonathan Rosenbaum
28f8bf464e Prevents wrapping of the table row. Noticed this after enhancement #enhancement #62. 2018-05-13 03:11:26 +00:00
Jonathan Rosenbaum
305ebee833 Closes #62.
* Provides contact search in transaction_log
* future: may improve calendar search with PickMeUp?
2018-05-13 00:03:01 +00:00
Jonathan Rosenbaum
46be9fa887 Closes #67. 2018-05-12 21:27:33 +00:00
Jonathan Rosenbaum
a7decc5735 Closes #29! 2017-11-26 05:35:50 +00:00
Jonathan Rosenbaum
16c6b39d02 Fixes #36, swap intval with floatval. 2017-11-18 05:41:30 +00:00
Jonathan Rosenbaum
98965c8b19 If redeemed hours in NaN, converted to 0. 2017-11-13 07:25:40 +00:00
Jonathan Rosenbaum
5928a936d2 Adds sold_to field in regards to #19.
* Sold By or
* Performed by
2017-11-12 06:28:47 +00:00
Jonathan Rosenbaum
d065279477 Amount breakdown now being properly displayed for donations / monetary donation.
* basically, there isn't a breakdown.
2017-11-12 03:30:04 +00:00
Jonathan Rosenbaum
3e9c23c676 Provides more information in amount title if has paid history.
* Original Price
* Paid
* Redeemed Hours
2017-11-11 22:47:50 +00:00
Jonathan Rosenbaum
080357c2f3 Resolves #17 2017-11-08 09:17:51 +00:00
Jonathan Rosenbaum
821009e0ad Turns patron name into a link in transaction_log. 2017-10-19 07:27:26 +00:00
Jonathan Rosenbaum
57c7bcd615 This closes #11 by turning shop_id into a link.
* transaction.css was too low a priority so added style in transaction_log.
2017-10-19 05:12:35 +00:00
Jonathan Rosenbaum
28ff8f5fd6 Removed a td: Closes #3 2017-10-18 07:10:15 +00:00
Jonathan Rosenbaum
1b56a37859 Adds membership_discount_price span that will not be displayed. 2017-08-08 03:39:50 +00:00
Jonathan Rosenbaum
de853b5da0 Adds membership discount span. 2017-08-07 20:08:02 +00:00
Jonathan Rosenbaum
086a87900a Adds delete_transaction id so that delete can be turned off for completed / saved transactions. 2017-08-03 21:09:33 +00:00
Jonathan Rosenbaum
34e91b07bd Adds original_price span. 2017-08-03 20:28:34 +00:00
Jonathan Rosenbaum
1202c4909a This cleans up things a bit for spinner. 2017-07-27 18:47:16 +00:00
Jonathan Rosenbaum
a05575999c Improves the presentation. 2017-07-23 19:57:43 +00:00
Jonathan Rosenbaum
c70bac75f7 The corrects a logic error for show_description.
Now working properly when changed in SQL
2017-07-20 20:12:36 +00:00
Jonathan Rosenbaum
60a63e360a This creates divs spans to show data about membership / volunteers. 2017-07-17 05:58:53 +00:00
Jonathan Rosenbaum
dfc8bd477a Changes length of description shown. Allows for lazy searches in the browser. 2017-07-13 19:03:40 +00:00
Jonathan Rosenbaum
dc228a84ca Adds full Desciption for each description when hoving over column. 2017-07-02 21:46:00 +00:00
Jonathan Rosenbaum
81fdd2c518 send values for processing individual csv files for each selected account type 2015-04-03 05:00:51 +00:00
Jonathan Rosenbaum
45b71aca5c Adds submit button and improves gui.
1) Adds more text explanation .. although NULL transactions are just an experimental idea.
2) beginnings of submit code
2015-04-02 20:15:59 +00:00
Jonathan Rosenbaum
82e4eb3f29 Turned error check into a function.
1).  This allows "close" to produce errors, although not actually prevent them.
2).  This provides a return code for "save" so that the transaction history can be saved.
2015-02-06 07:31:03 +00:00
Jonathan Rosenbaum
ba0b491344 Corrected the focus on transction_id, also
1).  In mysql, description is not text
2).  .. added history as blob, drupalish
2015-02-06 06:24:18 +00:00
Jonathan Rosenbaum
be43ea3245 Show start storage original date if it has changed.
1).  Some css improvments.
2).  The beginnings of transaction history.
3).  Trying to find out why the window reloads twice on transactions without errors.
2015-01-29 07:32:02 +00:00
Jonathan Rosenbaum
6b8e10355f Patron must be signed-in to complete a storage transaction. 2015-01-28 19:31:27 +00:00
Jonathan Rosenbaum
a2fbb3d5cc Added SHOP_SHOP_ID option.
1). Most collectives require only one shop at a time, but YBDB provides a way to handle 2 concurrent shops in the same location.  The current shop will be shown, and users will have to remember the number of the previous shop to enter into the transaction.  Note: Remote shops function independently via there IP identification.
2015-01-28 07:16:40 +00:00
Jonathan Rosenbaum
2175ab18e4 Removes a bug where Payment Type label became hidden.
1).  Relates an on load selector with hide() that has been preempted
     by the new error validation.  But will watch to make sure new
     bugs haven't been introduced.
2015-01-28 06:44:54 +00:00
Jonathan Rosenbaum
b01649d369 Select Type is now static to avoid unnecessary errors.
1).  Makes better sense from a UI perspective.
2015-01-28 04:30:42 +00:00
Jonathan Rosenbaum
e8610e6b2f Removes "no description" now that error validation is in effect.
1).  Deposits don't require a description.
2015-01-27 22:42:18 +00:00
Jonathan Rosenbaum
4254265850 Adds a large majority of error check for edit transactions.
1). Adds more to css
2). Changes $transaction_id to transaction_id in *js
3). Shortens some selectors
4). Adds additional error spans
5). A few checks need bug fixes (check_number, payment_types)
2015-01-27 07:27:27 +00:00
Jonathan Rosenbaum
60bd4befea Replaces show_soldto_location with 2 new columns.
1). show_soldto_signed_in or show_soldto_not_signed_in
2).  More info can be found in populate.sql
2015-01-26 21:10:41 +00:00
Jonathan Rosenbaum
75bf45ad0e Adds sale date error span. 2015-01-26 19:32:43 +00:00
Jonathan Rosenbaum
304c9e2f37 Added not logged-in logic for transaction edit, also:
1). Added error spans for transaction edit
2). Removed some css from transaction.js
3). Added css for errors to transaction.css
2015-01-26 18:52:16 +00:00
Jonathan Rosenbaum
df66ead71e Puts inputs on same row as transaction slider. 2015-01-25 03:00:15 +00:00
Jonathan Rosenbaum
88cdfc5887 Made transaction slider keyboard friendly. 2015-01-25 02:51:47 +00:00
Jonathan Rosenbaum
063c9fcfe3 Adds all deposits to the range per year, and last deposit from prev year. 2015-01-24 06:43:00 +00:00
Jonathan Rosenbaum
9d4ec10312 Adds range to slider, and links it to year choice. 2015-01-24 03:33:17 +00:00
Jonathan Rosenbaum
2593c6fe9b Improvements to saving search state. 2015-01-23 10:19:22 +00:00