ShaastraWebops / ERP14

The Enterprise Resource Planner for Shaastra 2014
0 stars 0 forks source link

Edit/Add forms for task #7

Open AbdealiLoKo opened 11 years ago

AbdealiLoKo commented 11 years ago

Error 1 : ALL users appear in the List of cores/coords/supercoords. Is it supposed to be like this ? While setting up user, i set user.status as 0,1,2 for coord, core, supercoord. But, put a core relation, coord relation and all for ALL of them. Is that the cup ? Could you check up user creation in admin once ? I'm not very sure of all the logic you guys put into them.

Feature 1 : The edit/add isn't very nice. The left side Add button files the right screen. The button on the data-table refreshes the screen and puts it in another place. This is because of dajax used in some places, url used in others. There should be a standardised thing for this. Needs work. @ Viswa : you said you'd do this ? what's the status ?

pandaops commented 11 years ago

@viswajithiii Please acknowledge.

viswajithiii commented 11 years ago

Yeah I'm explaining it to him now. Modified users also. Also the edit/add will be done by tonight/tomorrow night. Yeah we'll standardise and put DAJAX everywhere.

pandaops commented 11 years ago

Okay. I'm also not able to click on a task in the coord dashboard. Can you verify this? Nothing shows up when I click the task.

samirotiv commented 11 years ago

Hi, In the original Task Add view, not all users appear there. Only those of that department. I had filtered it out in the form.

We had planned to make it easier for the Task Creator to select a taskforce by implementing one of these.

http://wwwendt.de/tech/dynatree/doc/samples.html https://gist.github.com/clayzermk1/3317341

Not sure what you have done.

On Fri, Jun 21, 2013 at 10:32 AM, Swapnil Basak notifications@github.comwrote:

Okay. I'm also not able to click on a task in the coord dashboard. Can you verify this? Nothing shows up when I click the task.

— Reply to this email directly or view it on GitHubhttps://github.com/ShaastraWebops/ERP14/issues/7#issuecomment-19798299 .

AbdealiLoKo commented 11 years ago

@ Samir, I didnt change the queries of taskforce at all. It was an error while creating accounts (coord relations stuff) which I was confused by. Which viswa cleared up.

@ Basak, I know the task not showing bug. I was about to fix it, hence didnt put it into the Issue. But as I became a bit preoccupied with something else, will do it after sometime. But yes, that is also a current bug.

On Fri, Jun 21, 2013 at 11:48 AM, Samir Otiv notifications@github.comwrote:

Hi, In the original Task Add view, not all users appear there. Only those of that department. I had filtered it out in the form.

We had planned to make it easier for the Task Creator to select a taskforce by implementing one of these.

http://wwwendt.de/tech/dynatree/doc/samples.html https://gist.github.com/clayzermk1/3317341

Not sure what you have done.

On Fri, Jun 21, 2013 at 10:32 AM, Swapnil Basak notifications@github.comwrote:

Okay. I'm also not able to click on a task in the coord dashboard. Can you verify this? Nothing shows up when I click the task.

— Reply to this email directly or view it on GitHub< https://github.com/ShaastraWebops/ERP14/issues/7#issuecomment-19798299> .

— Reply to this email directly or view it on GitHubhttps://github.com/ShaastraWebops/ERP14/issues/7#issuecomment-19800169 .

samirotiv commented 11 years ago

@AbdealiJK In my implementation, the querysets were passed on to the form and the taskforce was filtered out in the form, so only the appropriate users are displayed for selection in the Taskforce Select control.

I still dont know how you have done it. Will take a look now.