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
Jonathan Rosenbaum
dfa8d2b2ea
Moved display:none to php for reload.
10 years ago
Jonathan Rosenbaum
d16811fe95
Added editable Change Fund.
1. Mouseover allows edit of Change Fund.
2. Difference is shown, and stored in db for page reloads.
10 years ago
Jonathan Rosenbaum
33b4d29417
Provides error correction for no current shop.
10 years ago
Jonathan Rosenbaum
b5be74863d
Fixes an annoying problem with PHP_SELF, corrected by using "".
10 years ago
Jonathan Rosenbaum
7658c11d53
Added check number when Check is clicked.
10 years ago
Jonathan Rosenbaum
a94d62c78b
Improves user input and output for Deposit Calculator.
10 years ago
Jonathan Rosenbaum
890b8f1b15
Yeah, working mysql/json logic is in place!
10 years ago
Jonathan Rosenbaum
d8b74b7a79
More preps for Deposit Calculator.
10 years ago
Jonathan Rosenbaum
f6d392b0b5
Several improvements:
1. Now uses better function, CurrentShopUser for signed-in users so that people need to be signed in to make purchases.
2. Improved header text for Contacts.
3. Removed edit link when paid checked.
4. Fixed populate.sql
5. Added payment type column in transaction_log.php
10 years ago
Jonathan Rosenbaum
06188f5dfe
Now will properly report current shop for shop 1.
10 years ago
Jonathan Rosenbaum
dc7dd4d01f
Beginning of transaction calculator framework & enh.
10 years ago
Jonathan Rosenbaum
7ddff6778c
More enhancements on deposits before adding business logic.
10 years ago
Jonathan Rosenbaum
baebf5612b
Improves Deposit presentation.
Also,
1. renumbered tabindex
2. added constant for default number of rows shown for transactions.
10 years ago
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.
10 years ago
Jonathan Rosenbaum
f72f022811
Added payment_type.
10 years ago
Jonathan Rosenbaum
6f1a9d241e
Another UI change, css file, and sql change.
10 years ago
Jonathan Rosenbaum
203708dad2
Improvements to the transaction UI.
10 years ago
Jonathan Rosenbaum
d2332719a0
Replaces some hardwired variables with user-defined constants.
10 years ago