X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=README;fp=README;h=378cbbb7479facae8a5f8b41f2ee7373d94de358;hp=7a6aa7a68a92581755ffeff5727e3093d777b170;hb=8791a30f25ff57ca8e35f00f046761ba553ac967;hpb=39f11c35b7410af32c0198fe7e4c780572fd3311 diff --git a/README b/README index 7a6aa7a..378cbbb 100644 --- a/README +++ b/README @@ -19,10 +19,13 @@ Current features: 5) Clients can approve price or edit further (or let it sit) - 6) Contractor can mark a task as in-progress at which point it is no longer + 6) Clients can re-order the queue (the list of tasks which are approved + and priced, but work hasn't started yet) + + 7) Contractor can mark a task as in-progress at which point it is no longer editable. - 7) Contractor can mark a task as finished (needing testing). Then client can + 8) Contractor can mark a task as finished (needing testing). Then client can test and mark it as confirmed finished. @@ -34,19 +37,18 @@ Current features: in as any of the clients. -Planned features in a probably order of appearance: +Planned features in a probable order of appearance: - 1) Clients can re-order the queue (the list of tasks which are approved - and priced, but work hasn't started yet) - - 2) Contractor gets an e-mail whenever a client causes a task to move into + 1) Contractor gets an e-mail whenever a client causes a task to move into his list of things to attend to. - 3) Contractor can add money to the client's balance, and system will + 2) Contractor can add money to the client's balance, and system will automatically mark finished tasks as paid, and reduce the balance. - 4) Contractor can auto-generate an invoice from tasks and contact info in + 3) Contractor can auto-generate an invoice from tasks and contact info in the database. + 4) Client can easily create invoices and make payments through paypal. + 5) Site detects when client's balance is too low for work to continue and displays that prominently to them.