5e78d32ec4
More cleanup of lingering jqgrid remnants
abijah
2009-08-18 15:48:59 +00:00
04dc17409e
Upgraded to jqGrid 3.5.2, which has a couple bugfixes. Fixed a bug in our code preventing the grid query from being shown when in development mode.
abijah
2009-08-18 15:33:45 +00:00
a76421c858
Upgraded to jqGrid 3.5.2, which has a couple bugfixes. Fixed a bug in our code preventing the grid query from being shown when in development mode.
abijah
2009-08-18 15:33:45 +00:00
eb39495fa4
Removed the development function for fixing the ACH deposit items.
abijah
2009-08-18 07:17:21 +00:00
28086651e5
Removed the development function for fixing the ACH deposit items.
abijah
2009-08-18 07:17:21 +00:00
da80c3623e
Added another todo item
abijah
2009-08-18 07:16:04 +00:00
2a28adaca7
Added tooltips to the sitemap. At some point, we hope to incorporate a jquery plugin for nicer presentation, but this gets the basics.
abijah
2009-08-18 06:41:49 +00:00
309512dde0
Added tooltips to the sitemap. At some point, we hope to incorporate a jquery plugin for nicer presentation, but this gets the basics.
abijah
2009-08-18 06:41:49 +00:00
2866145e66
disabled logging when assessing late charges
abijah
2009-08-18 04:00:17 +00:00
8b1d3c9830
disabled logging when assessing late charges
abijah
2009-08-18 04:00:17 +00:00
7049542e59
Modified the grid such that the account is right next to the dollar amount. It was too distracting for the eyes to have to span columns putting charges and amounts together.
abijah
2009-08-18 03:59:51 +00:00
31265104e1
Modified the grid such that the account is right next to the dollar amount. It was too distracting for the eyes to have to span columns putting charges and amounts together.
abijah
2009-08-18 03:59:51 +00:00
3488774481
Fixed special routing to support a top level url.
abijah
2009-08-18 03:58:24 +00:00
c719d11df2
Fixed special routing to support a top level url.
abijah
2009-08-18 03:58:24 +00:00
480170b944
Fixed bug in the age() function that was preventing the ' ago' text. Of course, there are places it may not be desired, so I added a param to control the suffix.
abijah
2009-08-18 01:33:38 +00:00
e6d65a5212
Fixed bug in the age() function that was preventing the ' ago' text. Of course, there are places it may not be desired, so I added a param to control the suffix.
abijah
2009-08-18 01:33:38 +00:00
3a86a0f689
Added comment field back in (not sure when/why/how it went missing).
abijah
2009-08-18 01:32:28 +00:00
e21233954a
Added comment field back in (not sure when/why/how it went missing).
abijah
2009-08-18 01:32:28 +00:00
4ca6c8bf6c
Disabled logging again
abijah
2009-08-18 01:32:09 +00:00
d36cfd9653
Disabled logging again
abijah
2009-08-18 01:32:09 +00:00
2b8fa33f06
Added a column to Tender that identifies the exact ledger entry which was used to deposit the tender. It was necessary due to the kludgy way that I've set ACH items to auto-deposit, which uses a ledger entry that has nothing to do with the transaction account. This would probably allow us to eliminate the deposit_transaction_id, but I'd like to break as little as possible at the moment. I'll come back and clean this up in the future. Also, fixed a stupid bug that was causing major database thrash whenever a transaction was entered without a customer id. I could have fixed the Customer::update() function, but it was designed to accept null so that we could update all the customers, something definitely useful while developing.
abijah
2009-08-17 23:55:51 +00:00
d141f61055
Added a column to Tender that identifies the exact ledger entry which was used to deposit the tender. It was necessary due to the kludgy way that I've set ACH items to auto-deposit, which uses a ledger entry that has nothing to do with the transaction account. This would probably allow us to eliminate the deposit_transaction_id, but I'd like to break as little as possible at the moment. I'll come back and clean this up in the future. Also, fixed a stupid bug that was causing major database thrash whenever a transaction was entered without a customer id. I could have fixed the Customer::update() function, but it was designed to accept null so that we could update all the customers, something definitely useful while developing.
abijah
2009-08-17 23:55:51 +00:00
8167cc6a6a
Added an assert whenever we lookup an account that doesn't exist.
abijah
2009-08-17 23:51:09 +00:00
4b8dc3da02
Added an assert whenever we lookup an account that doesn't exist.
abijah
2009-08-17 23:51:09 +00:00
1c82d55c1c
First pass at making ACH items auto-deposit. Things are really set up for a separate deposit transaction though, and I should just bite the bullet and do that instead. I don't want them to show up as Deposits though, but perhaps it would be easiest just to make a new type 'AUTO_DEPOSIT' or something.
abijah
2009-08-17 21:16:16 +00:00
709689b15b
First pass at making ACH items auto-deposit. Things are really set up for a separate deposit transaction though, and I should just bite the bullet and do that instead. I don't want them to show up as Deposits though, but perhaps it would be easiest just to make a new type 'AUTO_DEPOSIT' or something.
abijah
2009-08-17 21:16:16 +00:00
ff37597b81
Added a grid load error indication, since it was lost when we disabled the debug output.
abijah
2009-08-17 18:41:17 +00:00
3eb989e03c
Added a grid load error indication, since it was lost when we disabled the debug output.
abijah
2009-08-17 18:41:17 +00:00
3ba1e8b97a
Fixed a bug when transitioning to a move-in receipt, and changed the invoice/receipt grids to only contain current customers / active leases. A non-current customer or closed lease can still have a receipt/invoice, the user will just have to go directly to the customer / lease first. OK, so I just checked and that's not true. Perhaps it should be...
abijah
2009-08-17 17:23:50 +00:00
eb019dd9e5
Fixed a bug when transitioning to a move-in receipt, and changed the invoice/receipt grids to only contain current customers / active leases. A non-current customer or closed lease can still have a receipt/invoice, the user will just have to go directly to the customer / lease first. OK, so I just checked and that's not true. Perhaps it should be...
abijah
2009-08-17 17:23:50 +00:00
719373e534
Captured a couple more todo items
abijah
2009-08-17 17:07:24 +00:00
5abe0770b3
Modified the customer update() function to update all customers if passed null. This would not be a typcial scenario, but it useful at the moment during development.
abijah
2009-08-17 06:32:32 +00:00
1c5d97f06d
Modified the customer update() function to update all customers if passed null. This would not be a typcial scenario, but it useful at the moment during development.
abijah
2009-08-17 06:32:32 +00:00
287d9f8f11
Fixed a bug with charge through / paid through, which was not taking into account reversed charges. I fear there are other conditions not being accounted for, not only here but throughout. One at a time for now...
abijah
2009-08-17 06:31:42 +00:00
589168440c
Fixed a bug with charge through / paid through, which was not taking into account reversed charges. I fear there are other conditions not being accounted for, not only here but throughout. One at a time for now...
abijah
2009-08-17 06:31:42 +00:00
d3d5b54b39
Eliminated (at least temporarily) the single ledger entry view, redirecting to the double entry view instead.
abijah
2009-08-17 06:30:01 +00:00
73c5a20158
Eliminated (at least temporarily) the single ledger entry view, redirecting to the double entry view instead.
abijah
2009-08-17 06:30:01 +00:00
4f6f478a9a
Hopeful fix for the bug affecting customer security deposit balance. It was introduced when we added the Customer Credit account, since Security Deposit no longer _directly_ pays charges like it used to. Now, it's converted to customer credit, and _that_ account is the one that pays. The security deposit situation is a bit shaky, but seems to be working again.
abijah
2009-08-17 05:48:54 +00:00
a44654ec01
Hopeful fix for the bug affecting customer security deposit balance. It was introduced when we added the Customer Credit account, since Security Deposit no longer _directly_ pays charges like it used to. Now, it's converted to customer credit, and _that_ account is the one that pays. The security deposit situation is a bit shaky, but seems to be working again.
abijah
2009-08-17 05:48:54 +00:00
b8d0e18014
Fixed bug when fetching data for editing a customer (the details function was deleted sometime back and might be worth putting back in). Also, added a tiny helper feature to update cached items while things are still somewhat unstable. Any time customer edit is clicked, the customer (and associated leases) will all be updated. This should allow an easy customer workaround in case there is a bug in the field.
abijah
2009-08-17 05:43:01 +00:00
7a331d5f4f
Fixed bug when fetching data for editing a customer (the details function was deleted sometime back and might be worth putting back in). Also, added a tiny helper feature to update cached items while things are still somewhat unstable. Any time customer edit is clicked, the customer (and associated leases) will all be updated. This should allow an easy customer workaround in case there is a bug in the field.
abijah
2009-08-17 05:43:01 +00:00
4c44794212
Added confirmation page, and more importantly date and comment settings, when reversing a charge.
abijah
2009-08-17 05:37:29 +00:00
daf9fe9391
Added confirmation page, and more importantly date and comment settings, when reversing a charge.
abijah
2009-08-17 05:37:29 +00:00
a167b8a885
Added code to make jqGrid development aware
abijah
2009-08-17 03:44:09 +00:00
d8767cfb73
Added code to make jqGrid development aware
abijah
2009-08-17 03:44:09 +00:00
18d384ecb3
Merge in support for jqGrid 3.5 (plus a change to layout.css after the merge).
abijah
2009-08-17 03:39:29 +00:00
64792e6fe2
Merge in support for jqGrid 3.5 (plus a change to layout.css after the merge).
abijah
2009-08-17 03:39:29 +00:00
77db0c2ed9
Fixed the test for delinquency from 15 days (used while debugging) to 10 days
abijah
2009-08-17 03:38:07 +00:00