Jonathan Rosenbaum
a7decc5735
Closes #29 !
7 years ago
Jonathan Rosenbaum
16c6b39d02
Fixes #36 , swap intval with floatval.
7 years ago
Jonathan Rosenbaum
98965c8b19
If redeemed hours in NaN, converted to 0.
7 years ago
Jonathan Rosenbaum
5928a936d2
Adds sold_to field in regards to #19 .
* Sold By or
* Performed by
7 years ago
Jonathan Rosenbaum
d065279477
Amount breakdown now being properly displayed for donations / monetary donation.
* basically, there isn't a breakdown.
7 years ago
Jonathan Rosenbaum
3e9c23c676
Provides more information in amount title if has paid history.
* Original Price
* Paid
* Redeemed Hours
7 years ago
Jonathan Rosenbaum
080357c2f3
Resolves #17
7 years ago
Jonathan Rosenbaum
821009e0ad
Turns patron name into a link in transaction_log.
7 years ago
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.
7 years ago
Jonathan Rosenbaum
28ff8f5fd6
Removed a td: Closes #3
7 years ago
Jonathan Rosenbaum
1b56a37859
Adds membership_discount_price span that will not be displayed.
7 years ago
Jonathan Rosenbaum
de853b5da0
Adds membership discount span.
7 years ago
Jonathan Rosenbaum
086a87900a
Adds delete_transaction id so that delete can be turned off for completed / saved transactions.
7 years ago
Jonathan Rosenbaum
34e91b07bd
Adds original_price span.
7 years ago
Jonathan Rosenbaum
1202c4909a
This cleans up things a bit for spinner.
7 years ago
Jonathan Rosenbaum
a05575999c
Improves the presentation.
7 years ago
Jonathan Rosenbaum
c70bac75f7
The corrects a logic error for show_description.
Now working properly when changed in SQL
7 years ago
Jonathan Rosenbaum
60a63e360a
This creates divs spans to show data about membership / volunteers.
7 years ago
Jonathan Rosenbaum
dfc8bd477a
Changes length of description shown. Allows for lazy searches in the browser.
7 years ago
Jonathan Rosenbaum
dc228a84ca
Adds full Desciption for each description when hoving over column.
7 years ago
Jonathan Rosenbaum
81fdd2c518
send values for processing individual csv files for each selected account type
10 years ago
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
10 years ago
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.
10 years ago
Jonathan Rosenbaum
ba0b491344
Corrected the focus on transction_id, also
1). In mysql, description is not text
2). .. added history as blob, drupalish
10 years ago
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.
10 years ago
Jonathan Rosenbaum
6b8e10355f
Patron must be signed-in to complete a storage transaction.
10 years ago
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.
10 years ago
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.
10 years ago
Jonathan Rosenbaum
b01649d369
Select Type is now static to avoid unnecessary errors.
1). Makes better sense from a UI perspective.
10 years ago
Jonathan Rosenbaum
e8610e6b2f
Removes "no description" now that error validation is in effect.
1). Deposits don't require a description.
10 years ago
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)
10 years ago
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
10 years ago
Jonathan Rosenbaum
75bf45ad0e
Adds sale date error span.
10 years ago
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
10 years ago
Jonathan Rosenbaum
df66ead71e
Puts inputs on same row as transaction slider.
10 years ago
Jonathan Rosenbaum
88cdfc5887
Made transaction slider keyboard friendly.
10 years ago
Jonathan Rosenbaum
063c9fcfe3
Adds all deposits to the range per year, and last deposit from prev year.
10 years ago
Jonathan Rosenbaum
9d4ec10312
Adds range to slider, and links it to year choice.
10 years ago
Jonathan Rosenbaum
2593c6fe9b
Improvements to saving search state.
10 years ago
Jonathan Rosenbaum
04c2574c99
Removed rest of PHP SELFs, mapped account to values in conf.
10 years ago
Jonathan Rosenbaum
69cc2241d2
Moved individual_history back to /, and removed another PHP_SELF from trans.
10 years ago
Jonathan Rosenbaum
2dd7573408
Saves state for trans search; slider improvements.
10 years ago
Jonathan Rosenbaum
c034d5d72e
Fixes a search bug when date is in the past.
10 years ago
Jonathan Rosenbaum
e59f090355
Added more of the interface to generate csv files for GnuCash.
10 years ago
Jonathan Rosenbaum
f8b96a05b7
When no shop, prevents unloaded page transactions from being edited.
10 years ago
Jonathan Rosenbaum
e444cdb93c
Preparing GnuCash CSV interface, and fixed no shop bug with new logic.
10 years ago
Jonathan Rosenbaum
d689505318
Spiffed up the search near the footer.
10 years ago
Jonathan Rosenbaum
e168381a05
Fixes a bug where storage transactions don't show up in searches if NULL.
1. Also adds a configuration for a directory to write/download csv files from.
2. Including directions for the above.
10 years ago
Jonathan Rosenbaum
c1a33b7076
Provides anonymous capability for transactions.
10 years ago
Jonathan Rosenbaum
9f5c338738
Storage transaction id now changes to most recent when transaction complete.
10 years ago