summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-10freebsd bsivan
2005-03-09add complete apache config instructions for RT, closes: Bug#1031ivan
2005-03-09preliminary RT docsivan
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-06adding Text::CSV and Spreadsheet::WriteExcelivan
2005-03-06divan
2005-03-06specity an explicit EOL for Text::CSV_XS, apparantly sometimes the default ↵ivan
is null
2005-03-06and a slight formatting fixivan
2005-03-06add Excel and CSV download of templated reports and clean up their HTML ↵ivan
formatting, closes; Bug#520, Bug#1107
2005-03-04fix "Column reference "payby" is ambiguous" error when selecting by payment ↵ivan
type, fix missing check #s caused by cust_main.payinfo masking cust_pay.payinfo, closes (really this time): Bug#1105
2005-03-04report correctly even if the customer record has somehow been removed...ivan
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-03add tetex packages for typeset invoicesivan
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 last bill date stickiness on errorsivan
2005-02-27fix replacement in edge case with NULL integer fields in a table without a ↵ivan
primary key
2005-02-26less cracktastic version numberingivan
2005-02-25try to set the sequences right for modern Pgivan
2005-02-25adding quick pg-readonly toolivan
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-23update docs wrt mysql supportivan
2005-02-22Alphabetize/clean-up package list to make it easier to find packages in ↵khoff
large lists.
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-17generalize progressbar code in preparation for using it wherever neededivan
2005-02-17generalize progressbar code in preparation for using it wherever neededivan
2005-02-16centos install notes, basically like rhellivan
2005-02-16slightly better error messages for LaTeX problemsivan
2005-02-15update rhell3 docs, add some slony notesivan
2005-02-14this should fix uid duplicate checking, closes: Bug#1113ivan
2005-02-12transaction not necessary hereivan
2005-02-11generalize progressbar code in preparation for using it wherever neededivan
2005-02-09more porable syntax for suivan