AccountGo / accountgo

Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
http://accountgo.net
MIT License
385 stars 313 forks source link

Add new page #80

Closed IrfanSamad closed 7 years ago

IrfanSamad commented 8 years ago

I want to add new par for forget the password , add or edit Fiscal Years etc.. what is the easy and best procedure to that .

thanks

codemvp commented 8 years ago

Irfan, for add/edit "Fiscal Year" you can start this by adding a new menu under "Organization Settings" (i.e. "Fiscal Years). Once the user click the menu, a list page of fiscal years is displayed in grid. The you have "New" and "View" link button above. Check on others page implementation.

For the change password, you can suggest your idea. I kinda see this to be on a "Profile" page. But we don't have that yet.

On Thu, Nov 3, 2016 at 2:09 PM, Irfan Samad notifications@github.com wrote:

I want to add new par for forget the password , add or edit Fiscal Years etc.. what is the easy and best procedure to that .

thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AccountGo/accountgo/issues/80, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMkY1Jsx0N3EnXBcsIUhHHb0x4af4Vnks5q6XqzgaJpZM4KoB98 .

IrfanSamad commented 8 years ago

Thanks for the answer, i add the new line in _Layout.chtml

  • Fiscal Years
  • now how can i create FiscalYear method in controller .. because you are using some other tolls got generate view and models? one i complete this i will give you forget pass process

    thanks

    codemvp commented 8 years ago

    You may need to create new view and models. The usual mvc way.

    On Thu, Nov 3, 2016 at 7:10 PM, New Xp notifications@github.com wrote:

    Thanks for the answer, i add the new line in _Layout.chtml

    Fiscal Years http://~/administration/FiscalYears

    now how can i create FiscalYear method in controller .. because you are using some other tolls got generate view and models? one i complete this i will give you forget pass process

    thanks

    — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AccountGo/accountgo/issues/80#issuecomment-258115430, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMkY_q1E1aOTOqps1CDAd1NlgI5bB5Rks5q6cEtgaJpZM4KoB98 .

    IrfanSamad commented 8 years ago

    yes! i am trying.. currently working on controller classes in api and AccountGoweb, one more thing i noted scafolding as mvc is not working in asp.net core..

    IrfanSamad commented 7 years ago

    Done

    mvperez commented 7 years ago

    Great! you can do pull request.