summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2007-03-10Added ut_coord and ut_coordn for FS::svc_broadband.khoff
2007-03-07Option to disable the charging of the setup fee while a package is suspended.khoff
2007-03-02eProcessingNetwork returning an authorization like "AUTH/TKT 123456"... will ↵ivan
this make refunds work?
2007-03-02fix custom priority fields, whewivan
2007-03-01yeah, a typoivan
2007-03-01prune_applications moved to FS::Misc::pruneivan
2007-03-01This commit was manufactured by cvs2svn to create branchcvs2git
'FREESIDE_1_7_BRANCH'.
2007-03-01adding FS::Misc::pruneivan
2007-03-01fix weird compliation problem for quis, i hopeivan
2007-03-01fix weird compliation problem for quis, i hopeivan
2007-03-01backport fix for "Can't call method "part_pkg" on an undefined value at ↵ivan
.../cust_bill.pm line 434" to 1.7
2007-03-01turn off debuggingivan
2007-03-01turn off debuggingivan
2007-03-01dangling cust_credit_refund not allowed (backport)jeff
2007-03-01dangling cust_credit_refund not allowedjeff
2007-03-01This commit was manufactured by cvs2svn to create branchcvs2git
'FREESIDE_1_7_BRANCH'.
2007-03-01dangling cust_credit_refund not allowedjeff
2007-03-01this isn't necessary around a single db operationivan
2007-02-28Added base_rate filesjayce
2007-02-27adaptation of flat_delayed to work with base_rate billingjayce
2007-02-27oops - inappropriate localization was committedjeff
2007-02-27config goes in databasejeff
2007-02-25add selfservice-ignore_quantity flagivan
2007-02-23take the package-def defined action here, like freeside-prepaiddivan
2007-02-21add a _password_encoding fieldivan
2007-02-21work around a claimed 50 char limit, and correct a description handling bugjeff
2007-02-19this should fix Can't call method "part_pkg" on an undefined value at ↵ivan
.../cust_bill.pm line 434
2007-02-16This commit was manufactured by cvs2svn to create branchcvs2git
'FREESIDE_1_7_BRANCH'.
2007-02-16coordinates can be negative (deja vu?)jeff
2007-02-16Added a new Plan type, base_rate, which uses the cust_pkg->options to ↵jayce
control pricing. You assign a base rate for charging, and it is multiplied by the 'units' ordered. Solves a need where a company wants to offer an ASP style service, that charges per user, at a base cost, but doesn't want a plan for every combination of user amounts.
2007-02-15*** ERROR: unterminated L<...> at line 4716 in file FS/cust_main.pmkhoff
2007-02-14add more options to advanced package reportingivan
2007-02-14add simple scalars to impending_recur_notificationjeff
2007-02-14better docs for impending doomjeff
2007-02-13accept domsvc in selfservice orders, patch from Sean Hanson/S1ivan
2007-02-13for dumping addr_blocksjeff
2007-02-12alpha sort packages in new package order SELECT (ticket 1446)jeff
2007-02-12fix unterminated L<...> in POD docsivan
2007-02-11fix bug with customer info not showing up if "cust-fields" config value has ↵ivan
been set
2007-02-10reincorporate the changes from ↵ivan
http://www.sisd.com/cgi-bin/viewcvs.cgi/freeside/httemplate/edit/part_svc.cgi?r1=1.52&r2=1.53 that were lost due to the concurrent service-refactor merge
2007-02-08slightly less cryptic docs for groups_susp_reason optionivan
2007-02-08use a LIMIT to retreive the first record, don't rely on qsearchs to trim it ↵ivan
for you - it is inefficient and outputs long verbose warnings
2007-02-08fix usergroup in edit/part_svc.cgijeff
2007-02-08fix the popup progress bars, whewivan
2007-02-08agent type on package add/edit (ticket 1446)jeff
2007-02-07only use new statements as payment receipts if the conf file is createdivan
2007-02-05fix payment/credit line-item application erroring out on tax applicationsivan
2007-02-05turn debugging on until we catch the Cant call method "part_pkg" on an ↵ivan
undefined value at /usr/local/share/perl/5.8.4/FS/cust_bill_ApplicationCommon.pm line 181" bug
2007-02-05move the due_events import too... whew! this should be itivan
2007-02-05fix param passingivan