Modify ↓
Opened 13 years ago
Closed 13 years ago
#9541 closed enhancement (fixed)
"Set Billing Time" improvement
Reported by: | falkb | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
By web interface, I can set a Billing Time to the current time, but what I actually need is:
- the possibility to set certain billing times backdated (it's start and end of a milestone here)
- delete billing times from the combobox list
So please, improve the management of those billing times (creation, deletion, change)
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The trac12 version of this plugin supports the ability to add dates to the list. You still cannot delete them without going to the database, but the ability to add bill_dates is in there
Im going to go ahead and mark as fixed as I dont anticipate getting to adding a delete function soon.
Note: See
TracTickets for help on using
tickets.
Sorry I never commented on this. It sounds like a reasonable feature, but it may be a while before I get around to adding new features to this.
In the interim, you can always modify the database directly, by inserting and deleting from the bill_date table