summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2014-03-06Merge branch 'master' of https://github.com/jgoodman/FreesideIvan Kohler
(github pull request #24 -- change refunds to proper refunds)
2014-03-06Adding line 246 "edit global pockage definitions costs" back inJoshua Goodman
2014-03-06removed activate, renewal, term changeJoshua Goodman
2014-03-06modified _upgrade to grant "Add on-the-fly refund reason" to groups with ↵Joshua Goodman
"Add on-the-fly credit reason"
2014-03-06refactored reason and _upgrade method to inherit methods from reason_Mixin.pmJoshua Goodman
2014-03-06Created reason_Mixin.pm module to refactor the reason method and code inside ↵Joshua Goodman
the _upgrade method in cust_credit.pm and cust_refund.pm
2014-03-06backoffice API: add new_customer, RT#22830Ivan Kohler
2014-03-06backoffice API: add new_customer, RT#22830Ivan Kohler
2014-03-06add separate mobile # to signup apiIvan Kohler
2014-03-05remove 13 year old legacy XML-RPC interfaceIvan Kohler
2014-03-05backoffice API: add location_info, RT#22830Ivan Kohler
2014-03-05backoffice API: add status to customer info, add location_info, RT#22830Ivan Kohler
2014-03-05backoffice API: add status to customer info, add location_info, RT#22830Ivan Kohler
2014-03-05add balance to customer_info backoffice API, RT#22830Ivan Kohler
2014-03-05API methods to pull customer information: name, phone numbers, email and ↵Ivan Kohler
postal billing info, and address info in a normalized 2.3/3.x fashion, RT#22830
2014-03-05API methods to insert payments & credits (and look them up via phonenum), ↵Ivan Kohler
RT#27958
2014-03-05Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-03-05add back-office xmlrpc api and daemon, RT#27958Ivan Kohler
2014-03-05add back-office xmlrpc api and daemon, RT#27958Ivan Kohler
2014-03-04log_sent_mail logs emailed invoices and receipts as well as msg_template ↵Mark Wells
messages, #25630
2014-03-04#27794 Fix batch totals in NACHA formatJeremy Davis
2014-02-28477 report as of a specific date, #24980Mark Wells
2014-02-28routernum = 0 is still allowedMark Wells
2014-02-28unbreak non-usage fees after #27687Mark Wells
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-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 quotation view, fallout from RT#13971Ivan 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-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 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-19#26342 RBC fixesJeremy Davis
2014-02-18non-package fees, phase 1, #25899Mark Wells
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-15default credit limit, RT#27267Ivan Kohler