ranilplus / Idac-Maintaenance

0 stars 0 forks source link

Customer and Unit changes #21

Open AthulaDissanayaka opened 8 years ago

AthulaDissanayaka commented 8 years ago
  1. When Customer part of the name entered, look in the db from left to right of the name and display all starting with those letters entered.
  2. Link units table and service contract table to customer. If not found display message 'not found'
  3. Remove print button down customer details.
  4. Shade header line in available units and available service contracts and show headers in white like customer detail headers.
  5. Find units screen also should be changed to enter any column to check details.
  6. Bring the cursor to the find field, now enter header to sort any header column. I see 'Ara' on the find field. Remove it.
    1. In units screen remove 'Service contracts Yes/No. If service contract available then display the service contract id else display a message 'no service contract available'
  7. Since service contract is related to customer, remove 'add service contract' button from unit screen. There can be more than one unit for a service contract.
ranilplus commented 8 years ago

I was added above list as issues atomic because i'm solving one issue at a time, if i fond questions when fixing i'll add to each issue it is easy to handle, Normally when i came home open git hub issues select one read comments fix it or add comments then after test it and close, so when adding issues i'm following Title [ ] says module then title for issue, then comments add description or how error happening, for above list.

  1. already have issue not closed https://github.com/ranilplus/Idac-Maintaenance/issues/17
  2. https://github.com/ranilplus/Idac-Maintaenance/issues/23 3 https://github.com/ranilplus/Idac-Maintaenance/issues/25
  3. https://github.com/ranilplus/Idac-Maintaenance/issues/24
  4. https://github.com/ranilplus/Idac-Maintaenance/issues/26
  5. https://github.com/ranilplus/Idac-Maintaenance/issues/27
  6. https://github.com/ranilplus/Idac-Maintaenance/issues/29
  7. https://github.com/ranilplus/Idac-Maintaenance/issues/28
AthulaDissanayaka commented 8 years ago

Ok, Next time i will open an issue for each problem. Sorry about it.