summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2006-06-19ACL bootstrappingivan
2006-06-19forgot to commit this testivan
2006-06-19ACLs, take three or four or somethingivan
2006-06-19add ability to select specific package defs. and package status to package ↵ivan
report for qis
2006-06-19agent virtualization, take one (stuff from "inactive" changeset snuck into ↵ivan
cust_main.pm and the package reporting changeset in search/cust_pkg.cgi here too)
2006-06-18ACLs: finish group edit (agents + rights) & browseivan
2006-06-16value issues and many bits remainjeff
2006-06-06fix unmatched =back somehow futzing things up with automated install. wtf?!ivan
2006-05-24removing duplicate entriesivan
2006-05-22better error message for banned cardsivan
2006-05-21tyopivan
2006-05-20first stab at BoM downloadjeff
2006-05-14first part of ACL and re-skinning work and some other small stuffivan
2006-05-08add config switch to base tax off shipping address if presentivan
2006-05-08sales report per agent and package class looks goodivan
2006-05-02yours!ivan
2006-05-02add a "pre-report" page to this report/graph as requested by lewis/wtxs, ↵ivan
also add 12mo total option
2006-05-01small fix to make prorate behave on the 1st as it did beforeivan
2006-05-01fix some very annoying clucks (warnings with backtraces) when cutoff day ↵ivan
isn't found in old packages
2006-05-01column reference "disabled" is ambiguousivan
2006-05-01fix bug with duplicate tickets showing up on customer view listing when the ↵ivan
custom priority field was edited
2006-04-22start of package class web UI (add/edit package classes, package class ↵ivan
selection in package def edit)
2006-04-21throw this in here for nowivan
2006-04-21fix some indentation and the default cutoff dayivan
2006-04-19DOH! perlvar: not counting patterns matched in nested blocks that have been ↵ivan
exited already.
2006-04-14add the svc_forward-arbitrary_dst flag to enable arbitrary svc_forward ↵ivan
destinations
2006-04-13don't do the duplicate check unless there's a file already; fixes problem ↵ivan
with first use of freeside-adduser
2006-04-12zip code reportivan
2006-04-09should fix "Can't use string ("old_uid") as a SCALAR ref while "strict refs" ↵ivan
in use" error
2006-04-09error out if you try to add duplicates; this should lower my annoyance-levelivan
2006-04-03option to disable global uniqueness checkingivan
2006-04-03add PTR to sort order for DNS entriesivan
2006-04-03and also allow [ and ] in ut_textnivan
2006-04-03allow [ and ] in ut_textivan
2006-04-03have the UI use full country names, and state names outside the US...ivan
2006-04-02typoivan
2006-03-31fixed the errors pointed out by Ivan in the following email:lsc
---- before and after now? I gave subscription and prorate a try. Subscription came out as: subscription 27th (03/25/06 - 04/27/06) $10.00 subscription 23rd (03/25/06 - 04/23/06) $10.00 the "23rd" one is right, but the "27th" one should have only advanced the date two days to 3/27/06. Prorate came out as: prorate 23rd (03/25/06 - 04/23/06) $9.20 prorate 27th (03/25/06 - 04/27/06) $10.49 The "23rd" one is right, but the "27th" one should have only advanced the date two days to 4/27/06. lsc@prgmr.com
2006-03-30move all the schema-updating magic into DBIx::DBSchemaivan
2006-03-25successfully correct the spelling of sucessfulivan
2006-03-23for subscription.pm and prorate.pm:lsc
-modify the subscription and prorate price plans (FS/FS/part_pkg/subscription.pm and prorate.pm) to have a configurable (add a field to the %info hash) billing day instead of "1st of the month" only. subscription will be easy, prorate will be a little trickier. essentially, I replaced the '1' in the 'day' field of the timelocal that generates $$date with the value I added to the %info hash, 'cutoff_day' -implement a price plan (new file in FS/FS/part_pkg/ - probably @ISA FS::part_pkg::subscription) that charges the first full month if the customer signs up between the 1st and the configurable billing day, and gives them the remainder of the month free if they sign up between the configurable billing day and the end of the month. if this is the first time the customer is billed, and if the date is greater than the cutoff date, advance $ssdate to cutoff_day of next month, else $$date is cutoff_date of this month. Either way, charge them for a month. ----------------------------------------------------------------------
2006-03-20add price plan to bill on internal or external CDRs directly, add option to ↵ivan
export CDRs to a per-customer downstream file
2006-03-17use IO::File, lucky this never threw an error...ivan
2006-03-15initial commit of this just cause i want a revision historyivan
2006-03-15handle BIGSERIAL like SERIAL for the cdr table, and normalize canadian zip ↵ivan
codes as well as us ones
2006-03-10want to know who *called* this without the required second argivan
2006-03-08 Add an option to the web interface to batch upload new entries to theivan
inventory_item table.
2006-03-08Add a new table for inventory with for DIDs/serials/etc., and an additionalivan
new table for inventory category (i.e. to distinguish DIDs, serials, MACs, etc.)
2006-03-08add space in error msgivan
2006-03-03agent-specific sales/credit/receipts summaryivan
2006-02-28update POD docs regarding new price plansivan