eklinger-UofA / PerfectArchOrthotics

Code for PerfectArchOrthotics website
http://perfectarchorthotics-eklinger.rhcloud.com/
0 stars 1 forks source link

Claim page enhancements #8

Open eklinger-UofA opened 10 years ago

eklinger-UofA commented 10 years ago

Search field at the top, have selectable by time, and buttons for last 15, 30 x number of days. To work out exact interface on Thursday the 4th of September. As well have option to search the claims under a provider (any other fields)

List results with claims detail, but most importantly the clients name

eklinger-UofA commented 10 years ago

All the ground work for making a claim is in place. Tonight should be able to expose it and start filling out the appropriate documents (proof of manufacturing and insurance letter as needed)

eklinger-UofA commented 10 years ago

'Make claim' link is available on a clients page. This page is up to test the interface, make sure it does everything it needs to. The behind the scenes part is just missing the validation (informs you if there are any mistakes).

This will lead to a page for the claim where you can fill out a form and generate any of the three pdf's and print them. The data from creating those PDF's will be saved so they can be generated again at a later date.

dmu8 commented 10 years ago

Just tested the claim portion. Make sure you add how many "pairs" of orthotics and compression stocking sold to to the client and on the insurance coverage portion how many "pairs" are covered under the clients insurance plan

Danny Mu (780) 232-8061

On Oct 1, 2014, at 11:54 PM, Eric Klinger notifications@github.com wrote:

'Make claim' link is available on a clients page. This page is up to test the interface, make sure it does everything it needs to. The behind the scenes part is just missing the validation (informs you if there are any mistakes).

This will lead to a page for the claim where you can fill out a form and generate any of the three pdf's and print them. The data from creating those PDF's will be saved so they can be generated again at a later date.

— Reply to this email directly or view it on GitHub.

dmu8 commented 10 years ago

I wanted to add under the claims portion you can select the all the client's dependents but you can't pick the the actual primary client. Could you add that as well?

Danny Mu (780) 232-8061

On Oct 1, 2014, at 11:54 PM, Eric Klinger notifications@github.com wrote:

'Make claim' link is available on a clients page. This page is up to test the interface, make sure it does everything it needs to. The behind the scenes part is just missing the validation (informs you if there are any mistakes).

This will lead to a page for the claim where you can fill out a form and generate any of the three pdf's and print them. The data from creating those PDF's will be saved so they can be generated again at a later date.

— Reply to this email directly or view it on GitHub.

eklinger-UofA commented 10 years ago

Right, i track the number of pairs already so i will make sure that makes it into the form and onto each coverage portion.

Haha right that would be kind of useful... i will add the client to that list too.

Tonight il be adding that view for the claim and a link to fill out each of those forms that you need. Let you know when its good to test

eklinger-UofA commented 10 years ago

Ok so just to update you where this is at, i had to add some backend models to represent each PDF we are generating. Creating them and saving them won't be feasible from a space perspective so instead i am saving all the data we need and they can be re-generated and then printed again if the need ever arises.

To add the patient detail i had to change clients and dependents to count as 'Persons'. Normally i could migration these changes but i took this opportunity to make a whole new DB. I will probably do this once more before the final deployment because the fewer migrations the fewer changes we have for something to go wrong. Im telling you this just in case you are wondering why some of the test data you had generated is now gone.

Forms to create the PDFs are almost done and once those are up il look for feedback on the claims portion and we can call it done until things change.

eklinger-UofA commented 10 years ago

I am confident this is done, but when i dig in i will confirm this.