summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
AgeCommit message (Collapse)Author
2002-06-30oops, very badivan
2002-06-30get rid of unneeded Pg-cruft (don't use native Pg money type)ivan
2002-06-30fix dbdef cachingivan
2002-06-28remove extraneous checkivan
2002-06-28fix multi-database installs, while hopefully keeping performance improvementivan
2002-04-23fixes inserting strings that end in numbers to TEXT columns... gah i hate SQLivan
2002-04-19- add init file installation to Makefile, add unified init fileivan
- fix qsearch for op => '!=', value => '' searches - fix invalid_catd typo - add payby method to part_pkg and have fs_signup_server pass the data
2002-04-17allow = in ut_textivan
2002-04-17get rid of debugging cruftivan
2002-04-12- should finish off the part_svc -> part_export s/one-to-many/many-to-many/ivan
transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew
2002-04-11use the AUTOLOAD that reports errors better & fix problems with ut_domainivan
losing data
2002-04-10bulk checkin from working on the road:ivan
- use msgcat for more error messages - should be all things that would come3 back from the signup server normally now - signup server: don't display access number <SELECT> if there's none or one - signup_server-realtime config option to run billing for signup server signups immediately - signup server: pkg available to success templates, better documentation on success templates - httemplate/edit/msgcat.cgi fields are properly sticky on errors - httemplate/edit/process/msgcat.cgi - don't update identical fields
2002-03-22more new export...ivan
2002-03-18fixes: bug #348 - adds the ability to email on deleted payments.ivan
2002-03-04make history tables conditionalivan
2002-03-04*** empty log message ***ivan
2002-02-26in Record.pm - call ->check **BEFORE** generating @diff for SQL. causingivan
weird effects with cust_main::check that modifies record (ship_ field weirdness) fix nasty logic error triggered by changing a ship_ field from something TO identical to the corresponding non-ship_ field. ouch
2002-02-23case-insensitive and substring searchingivan
2002-02-20use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subsivan
queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334
2002-02-05better error messages if you haven't run fs-setup ?ivan
2002-01-29- web interface for hourly account charges!ivan
(FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments
2002-01-28oops, syntax error in new() check for missing subclass table sub (eek)ivan
2002-01-24emit a warning in this unlikely case againivan
2001-12-27service and package disable!ivan
2001-12-20work better with DBIx::Profileivan
2001-12-10Pg datatype painivan
2001-12-03maxsearchrecordsperpage config optionivan
paged implementation of customer browse!
2001-11-05makefile fixupsivan
2001-11-05AUTOLOAD optimizations broke things rather badly, oopsivan
2001-11-03new 'jsearch' call for big joined searches & caching supportivan
preliminary customer browse optimizations, much faster!
2001-11-02depend on DBIx::DBSchema 0.19ivan
2001-10-10embarassing doc fix, thanks jasonivan
2001-09-16fix oops in FS::cust_main_invoice::replace preventing package cancellationivan
add toggle switch to cust_main searching to show/hide cancelled customers. hidecancelledcustomers config file is just which state it starts in. add signupurl config file to enable showing of the customer's signup URL on the view page.
2001-09-14s/croak/confess/ivan
2001-09-11faster (cached) fuzzy searchesivan
prelim. job queues! fixed part_svc editing
2001-08-31check US zips more strictlyivan
2001-08-21no more &swapuidivan
2001-08-19country fields will now accept names and change them to two-letter codesivan
2001-08-17ut_phonen: fallback to ut_textn, instead of ut_alphan for non-US/CA phone ↵ivan
numbers
2001-08-17canada has same phone# rules as USivan
2001-08-11allow newlines in ut_anything fieldsivan
fix example for ut_anything
2001-08-08better error msgivan
2001-07-30shipping address additionsivan
2001-07-30podnitfixivan
2001-06-03track downivan
Can't locate object method "setfield" via package "svc_acct_sm" at /usr/local/lib/perl5/site_perl/5.005/FS/Record.pm line 318. errors
2001-05-07tyopivan
2001-05-07start to track downivan
Insecure dependency in eval while running with -T switch at /usr/local/lib/site_perl/FS/Record.pm line 202. errors
2001-04-15s/dbdef/DBIx::DBSchema/ivan
2001-02-20don't use prepare_cached for nowivan
2001-02-03time-based prepaid cards, session monitor. woop!ivan