summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-27fix payment voiding, fallout from #13971Mark Wells
2014-02-27misspelled table nameMark Wells
2014-02-27package fees and usage-based fees, #27687, #25899Mark Wells
2014-02-27#27424 Agent virtualize the from field in email noticesJeremy Davis
2014-02-27agent-virt "email a notice to this customer" from address, RT#27424Ivan Kohler
2014-02-26fix applying a credit against an invoice which has had its tax config ↵Ivan Kohler
removed, RT#23949
2014-02-26fix invoice for cust_bill_pkg missing cust_pkg, RT#27745Ivan Kohler
2014-02-26fix sales w/advertising source report for cust_bill_pkg missing cust_pkg, ↵Ivan Kohler
RT#27745
2014-02-26fix quotation view, fallout from RT#13971Ivan Kohler
2014-02-26fix adding packages to quotations, RT#26667, fallout from ↵Ivan Kohler
65d0561c4d456c2d600acb03a675549d098f5776 (RT#24955 / RT#20686)
2014-02-26Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-02-25redesign the "nextbill" flag a little, #25899Mark Wells
2014-02-25fix incomplete field rename, #25899Mark Wells
2014-02-25non-package fees, "hold until next bill" option, #25899Mark Wells
2014-02-252016Ivan Kohler
2014-02-25fix agent selection on sales commission report, RT#27818Ivan Kohler
2014-02-25RT 4.0.19Ivan Kohler
2014-02-25fix perf edge case with multiple large packages, on svc insert, RT#26097Ivan Kohler
2014-02-25Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-02-25remove debugIvan Kohler
2014-02-25added refund reason_type classJoshua Goodman
2014-02-25added refund reasons to main menuJoshua Goodman
2014-02-25updated ui to use a dropdown of existing reason types instead of text boxJoshua Goodman
2014-02-25added activate, renewal, term change, and refund reason_type classesJoshua Goodman
2014-02-25added reason method, allowed reasonnum to be passed in, allowed reason to be ↵Joshua Goodman
null in check method, modified _upgrade_data to migrate reason col in cust_refund table to reasonnum col
2014-02-25Added reasonnum col, allowed reason to be null, implemented key constraint ↵Joshua Goodman
with reasonnum col
2014-02-25Added perm relating to refund reasonsJoshua Goodman
2014-02-24fix deletion of objects with options, fallout from #13971Mark Wells
2014-02-24non-package fees, fixes for tax calculation and sales reports, #25899Mark Wells
2014-02-19collapse display of location-changed packages, #25130Mark Wells
2014-02-19#26228 Voipswitch fixesJeremy Davis
2014-02-19#26342 RBC fixesJeremy Davis
2014-02-18non-package fees, phase 1, #25899Mark Wells
2014-02-17#26228 voipswitch changesJeremy Davis
2014-02-16credit limit for CDR prerating, RT#27267Ivan Kohler
2014-02-16credit limit for CDR prerating, RT#27267Ivan Kohler
2014-02-16credit limit for CDR prerating, RT#27267Ivan Kohler
2014-02-16move cust_pkg::search to a file of its ownIvan Kohler
2014-02-16move cust_main::batch_charge to a file of its ownIvan Kohler
2014-02-16move cust_main::batch_charge to a file of its ownIvan Kohler
2014-02-16remove cust_reconIvan Kohler
2014-02-15import public IP in voipswitch CDRs, RT#26228Ivan Kohler
2014-02-15default credit limit, RT#27267Ivan Kohler
2014-02-15add "Edit package definition costs" ACL, RT#27140Ivan Kohler
2014-02-13don't process date options (start_1st, ↵Ivan Kohler
expire_months/adjourn_months/contract_end_months, free_days, delay_setup) on changes, RT#27511
2014-02-13fix voipswitch import, RT#26228Ivan Kohler
2014-02-13fix voipswitch import, RT#26228Ivan Kohler
2014-02-12remove debugging, RT#26690Ivan Kohler
2014-02-12EDI and other uncommon payments on payment report, RT#27557Ivan Kohler
2014-02-12script to insert CDR header strings into msgcat, #27276Mark Wells