summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2005-03-08Don't require that the method results be FS::Record descendant objects. If ↵khoff
they are, we map them to hashrefs. Otherwise we return them verbatim and hope (maybe check) that they're scalars, hashrefs, or arrayrefs.
2005-03-08Minor re-work to allow for pseudo methods, like 'version', and eventually ↵khoff
config look-ups (next commit).
2005-03-04add agent selection to payment and credit reports, add link to agent browse, ↵ivan
closes: Bug#1105
2005-03-03clean up some harmless but scary "Multiple records in scalar search" ↵ivan
warnings w/history table searches
2005-03-03no need for line number in debug output...ivan
2005-03-03voip: rearrange and compact call details on invoices, so place names get cut ↵ivan
off, not anything important
2005-03-03voip: rearrange and compact call details on invoices, so place names get cut ↵ivan
off, not anything important
2005-03-03no need for line number in debug output...ivan
2005-03-03eek, fix foreign key checkivan
2005-03-03oops, need to use Date::Format for time2strivan
2005-03-03voip: add start time for calls to invoice detailsivan
2005-03-03want a full stack backtrace for this warningivan
2005-03-03docivan
2005-03-02Initial version of the xmlrpc interface for freeside.khoff
2005-03-02set setup date on package changesivan
2005-03-02prevent bug causing 'Error crediting customer for service remaining: ↵ivan
FS::cust_pkg=HASH(0x9958c60)' error on package cancellations where the part_pkg record didn't have a plan, closes: Bug#1153
2005-02-27fix VoIP details on invoices, closes: Bug#1096ivan
2005-02-27fix replacement in edge case with NULL integer fields in a table without a ↵ivan
primary key
2005-02-25small bugfix for options optionivan
2005-02-25oops, need to check this in, adding "options" option to part_pkg::insert to ↵ivan
specify part_pkg_option records
2005-02-24add progressbar to service definition add - duplicate checking can take a ↵ivan
while, closes: Bug#1126
2005-02-20FS/UI/Web.pm did not return a true valueivan
2005-02-20use a javascript layer instead of a browser popup (popup blockers), really ↵ivan
generalize the progressbar code to make it easy to use as a component
2005-02-17generalize progressbar code in preparation for using it wherever neededivan
2005-02-16slightly better error messages for LaTeX problemsivan
2005-02-14this should fix uid duplicate checking, closes: Bug#1113ivan
2005-02-11generalize progressbar code in preparation for using it wherever neededivan
2005-02-08tyopivan
2005-02-08make self-service session cache module configurable, start framework for ↵ivan
in-database session cache
2005-02-05remove unnecessary complication from ClientAPI dispatch fooivan
2005-02-05remove unnecessary circular use of FS::ClientAPI, doesn't work with 5.8.[56] ↵ivan
+ perl??
2005-02-02removing old UI experimentivan
2005-01-29oops, last bit for reg codesivan
2005-01-29registration codesivan
2005-01-27s/defaultcountry/countrydefault/ivan
2005-01-27made a typo applying patch from pbowenivan
2005-01-27DHTML progress bar for glacial rate adding and editing, closes: Bug#1100ivan
2005-01-19credit for unused portion at cancellation, patch from pbowenivan
2005-01-19one-time referral creditsivan
2005-01-06fix description RT_External in ticket_system optionivan
2005-01-06just 0-pad the key codes, don't try fancy things with hex and sprintfivan
2005-01-06format artera turbo hex keycodes in uppercaseivan
2005-01-06add enable_edit flag so serials and key codes can be edited locallyivan
2005-01-05key codes are hex!ivan
2005-01-05add some debugging to voip_sqlradacctivan
2005-01-05arg, really get the sub name correct this timeivan
2005-01-05missing underscore!ivan
2005-01-05queue status changes rather than run them immediately, always format keycode ↵ivan
as %010d, closes: Bug#936, Bug#1060
2005-01-03eliminate warning: Argument "" isn\'t numeric in numeric gt (>)ivan
2004-12-31add ignore_unrateable flag to voip price planivan