Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-15 | more ACL and re-skinning work, now with RT! | ivan | |
2006-05-14 | first part of ACL and re-skinning work and some other small stuff | ivan | |
2006-05-13 | yay for cheating | ivan | |
2006-05-13 | adding new images | ivan | |
2006-05-12 | Pg 8.1 fix was incorrect and broke things, this should actually work | ivan | |
2006-05-08 | suggest "make clean" on upgrade - something is not quite right with perl ↵ | ivan | |
Makefile hoohaw | |||
2006-05-08 | add config switch to base tax off shipping address if present | ivan | |
2006-05-08 | sales report per agent and package class looks good | ivan | |
2006-05-07 | first pass at sales reports per agent and package class | ivan | |
2006-05-03 | pg 8.1 fix from Chris Cappuccio | ivan | |
2006-05-02 | yours! | ivan | |
2006-05-02 | add an agent pre-selection page to receivables report | ivan | |
2006-05-02 | need to install the new Schema.pm before you can autogenerate off it | ivan | |
2006-05-02 | add a "pre-report" page to this report/graph as requested by lewis/wtxs, ↵ | ivan | |
also add 12mo total option | |||
2006-05-01 | small fix to make prorate behave on the 1st as it did before | ivan | |
2006-05-01 | fix some very annoying clucks (warnings with backtraces) when cutoff day ↵ | ivan | |
isn't found in old packages | |||
2006-05-01 | column reference "disabled" is ambiguous | ivan | |
2006-05-01 | fix bug with duplicate tickets showing up on customer view listing when the ↵ | ivan | |
custom priority field was edited | |||
2006-04-26 | apache reload doesn't work when server isn't running already | ivan | |
2006-04-22 | start of package class web UI (add/edit package classes, package class ↵ | ivan | |
selection in package def edit) | |||
2006-04-21 | throw this in here for now | ivan | |
2006-04-21 | fix some indentation and the default cutoff day | ivan | |
2006-04-21 | s(browse/queue.cgi)(search/queue.html) | ivan | |
2006-04-19 | DOH! perlvar: not counting patterns matched in nested blocks that have been ↵ | ivan | |
exited already. | |||
2006-04-18 | add JSON to initial install instructions | ivan | |
2006-04-18 | dev install notes patch from liran tal | ivan | |
2006-04-15 | REALLY correct the period for the total column this time | ivan | |
2006-04-15 | correct period & use a yellow color for the total column | ivan | |
2006-04-15 | format & link the total column | ivan | |
2006-04-15 | and </TD> the total column | ivan | |
2006-04-15 | add a total column | ivan | |
2006-04-14 | add the svc_forward-arbitrary_dst flag to enable arbitrary svc_forward ↵ | ivan | |
destinations | |||
2006-04-13 | don't do the duplicate check unless there's a file already; fixes problem ↵ | ivan | |
with first use of freeside-adduser | |||
2006-04-12 | zip code report | ivan | |
2006-04-09 | a few more fixups for our favorite include(...) from Scott Edwards | ivan | |
2006-04-09 | add "spool_cdr" to cust_main fields | ivan | |
2006-04-09 | should fix "Can't use string ("old_uid") as a SCALAR ref while "strict refs" ↵ | ivan | |
in use" error | |||
2006-04-09 | error out if you try to add duplicates; this should lower my annoyance-level | ivan | |
2006-04-03 | option to disable global uniqueness checking | ivan | |
2006-04-03 | add PTR to sort order for DNS entries | ivan | |
2006-04-03 | and also allow [ and ] in ut_textn | ivan | |
2006-04-03 | allow [ and ] in ut_text | ivan | |
2006-04-03 | have the UI use full country names, and state names outside the US... | ivan | |
2006-04-02 | typo | ivan | |
2006-03-31 | quick sort fix for billing events | ivan | |
2006-03-31 | fixed 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-30 | move all the schema-updating magic into DBIx::DBSchema | ivan | |
2006-03-25 | successfully correct the spelling of sucessful | ivan | |
2006-03-24 | fix spelling | ivan | |
2006-03-23 | for 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. ---------------------------------------------------------------------- |