Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-08 | remove perl-side sort routines, no longer needed | ivan | |
2002-07-07 | clean up after rewrite... turned out rather nice | ivan | |
2002-07-07 | fixing 30/60/90/120... | ivan | |
2002-07-07 | just might work | ivan | |
2002-07-07 | that would be nice... | ivan | |
2002-07-07 | fix 30/60/90/120 browses | ivan | |
2002-07-07 | UI | ivan | |
2002-07-07 | totals and order by | ivan | |
2002-07-07 | try for correct totals | ivan | |
2002-07-07 | don't recalculate owed | ivan | |
2002-07-07 | comma | ivan | |
2002-07-07 | calculate owed as subquery here too | ivan | |
2002-07-07 | don't forget to where the where clause | ivan | |
2002-07-07 | try for working paged invoices, this time with subqueries | ivan | |
2002-07-07 | wtf? | ivan | |
2002-07-07 | invoice search with possibly working pager | ivan | |
2002-07-07 | move query logic from perl to sql for scalability | ivan | |
2002-06-14 | search by for address2 (unit) - commented out in default index.html | ivan | |
2002-06-13 | phone number search (Bug#422) | ivan | |
2002-06-13 | fuzzy username searching (Bug#422) | ivan | |
2002-06-13 | search on customer number (Bug#422) | ivan | |
2002-06-05 | more mysql goodness, thanks dale | ivan | |
2002-06-04 | mysql support! thanks to Donald Greer <dgreer@austintx.com> for the SQL and | ivan | |
Dale Hege <fhege@lumenexus.net> for the patches | |||
2002-05-04 | add package search by next bill date to main menu | ivan | |
2002-05-04 | fix ranges on cust_pkg search | ivan | |
2002-05-04 | point at correct .cgi | ivan | |
2002-05-04 | lilunixbtch: trying to pull accounts based on next billdate | ivan | |
tofu_beast420: hmm a report ordered by next bill date? tofu_beast420: i don't know how you'd do that per _customer_ since a customer could have lots of packages, but you could do a per-package report maybe? | |||
2002-04-17 | better ordering in search results | ivan | |
2002-04-16 | report on failed billing events... | ivan | |
2002-04-06 | fix visual glitch | ivan | |
2002-04-05 | oops forgot these from working on the road | ivan | |
2002-03-29 | fix unlinked svc browse! | ivan | |
2002-03-26 | simple visual fix: for blank company column | ivan | |
2002-03-25 | customers by otaker report (ugly search/cust_main.cgi mods; revert if they | ivan | |
cause problems) | |||
2002-03-24 | UI improvements for agents | ivan | |
2002-03-18 | update quickpay for current search capabilities | ivan | |
2002-03-05 | consistency is nice | jeff | |
2002-02-28 | tyop | ivan | |
2002-02-28 | add main menu link | ivan | |
2002-02-26 | fixup reports for templated webUI | ivan | |
2002-02-25 | keith@landel: | ivan | |
We have users that have the character "." in their username we can't search these customers by Username, can you please fix. | |||
2002-02-23 | take hardcoded paths out of report cgis | ivan | |
2002-02-23 | case-insensitive and substring searching | ivan | |
2002-02-23 | report fixes and cruft removal | jeff | |
2002-02-22 | add some reporting features | jeff | |
2002-02-10 | eliminate duplicate cusomters before figuring to display a list or redirect. | ivan | |
eliiminates "2 matching found" displayed but only one in list. | |||
2002-02-10 | *finally* seems to be working under Mason. sheesh. | ivan | |
*finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. | |||
2002-02-10 | removed <!-- $Id$ --> from all files to fix any redirects, whew | ivan | |
Mason handler.pl overrides CGI::redirect fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi | |||
2002-02-09 | no more exit() in templates | ivan | |
2002-01-30 | remove | ivan | |
use Module; and $cgi = new CGI; &cgisuidsetup(); from all templates. should work better under Mason. |