summaryrefslogtreecommitdiff
path: root/FS/bin
AgeCommit message (Collapse)Author
2005-12-07for fetching inserted keys without pg_oid_status, look up the actual ↵ivan
sequence name from dbdef rather than assuming ${table}_${column}_seq
2005-12-03force a dbdef reload. no wonder this had to be run multiple times beforeivan
2005-11-28in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't likeivan
2005-11-28update docs and error message for all three supporte exportsivan
2005-11-28startup freeside-sqlradius-radacctd for radiator export tooivan
2005-10-17set any fixed usergroup before exporting so it'll export even if all ↵ivan
svc_acct records don't have the group yet
2005-09-21add prepaid support which sets RADIUS Expiration attribute, update customer ↵ivan
view package UI
2005-08-17infrastructure for easier schema changes, and: add payment_gateway, ↵ivan
payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
2005-07-08fix bug with new efficient customer-finding code. sql isn't perl, null != 0ivan
2005-06-09declare new $opt_aivan
2005-06-09significant speedup from only selected customers with outstanding packages ↵ivan
or invoice events in the initial select, and add -a flag for agentnum
2005-06-02add ability to search on a date range of invoice events and then reprint or ↵ivan
reemail (boy was that a bit more work than i expected), closes: Bug#946
2005-05-03remove unnecessary host=localhost from outsource instance creation fooivan
2005-05-03not running with elevated privs, -T not necessaryivan
2005-04-25pick up freeside-sqlradius-radacctd again after all these years, now it just ↵ivan
needs to update the "seconds" field(s), finally closes: Bug#1125
2005-04-07depend on DBIx::DBSchema 0.26 for dbdef-create (for Pg 'public' schema fix) ↵ivan
and 0.25 in freeside-setup and Record.pm (for DBD::Pg 1.40 is bunk fix)
2005-04-02herding elephants: add primary keys to *all* tables for slonyivan
2005-03-18Added encrypted fields for Credit Cards, etc... - PBpbowen
2005-03-12- bring prepaid support into this century (close: Bug#1124)ivan
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
2005-03-10fine.ivan
2005-02-08make self-service session cache module configurable, start framework for ↵ivan
in-database session cache
2005-01-29registration codesivan
2005-01-27DHTML progress bar for glacial rate adding and editing, closes: Bug#1100ivan
2004-12-23allow NULL zip in some countriesivan
2004-12-23going with 6 digit misnamed "npa" for nowivan
2004-12-22just "vaccum analyze" is fineivan
2004-12-10promo codes not unique...ivan
2004-12-09fix some typos noticed by pbowenivan
2004-11-24fix perms on automated backupsivan
2004-11-22promo codes and separate signup addresses for hdnivan
2004-11-20first pass at VoIP ratingivan
2004-10-26modular price plans!ivan
2004-10-19isn't run with elevated privledges, so -T not necessaryivan
2004-10-16add artera turbo exportivan
2004-10-05DO open a database connection in the parent process, this cached the $dbdef ↵ivan
and speeds things up significantly
2004-09-15it would help to set the permissions on the lockfile right, so the kids can ↵ivan
open it...
2004-09-15obtain a new descriptor for the lock in kids, this should fix locking problemsivan
2004-09-14selfservice:ivan
- server: don't reconnect again if we've already been signalled to shutdown - server: add kid reaping to shutdown sequence - server: add another optional logging level to response sending - server: acquire write mutex for keepalives
2004-09-06self-service keepalivesivan
2004-09-06don't open a database connection in the parent processivan
2004-09-06don't die off even on database failuresivan
2004-08-27oops use @ARGV not @_ivan
2004-08-27add option to specify exportsivan
2004-07-29add index on cust_main.refnum, speeds up advertising source listivan
2004-07-06add cust_pay_void table and payment voiding web ui part oneivan
2004-06-30add option to pgp/gpg encrypt scp dumpsivan
2004-06-29add cust_pay_refund table to refund paymentsivan
2004-06-25ping the database and retry rather before doing anythingivan
2004-06-11tax report!ivan
2004-04-23add link to new credit report on main menu, remove old obsolete shell-out ↵ivan
reports