Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HR Fiscal Year cleanup #1395

Closed
4 tasks
akhileshdarjee opened this issue Feb 6, 2014 · 5 comments
Closed
4 tasks

HR Fiscal Year cleanup #1395

akhileshdarjee opened this issue Feb 6, 2014 · 5 comments

Comments

@akhileshdarjee
Copy link
Contributor

  • New Doctype - Leave Period
  • New Doctype - Branch Holiday List
  • Replace Fiscal Year with Leave Period
  • Include from_date and to_date in Salary Slip, Salary Manager

Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

@yalu
Copy link

yalu commented Jul 29, 2014

My issues are related to this if not exactly the same. In Nepal, the de-facto civil calender system is Bikram Samvat(B.S). We have been facing issues with fiscal year, salary slip and everything to do with ERPNext assuming Gregorian calendar.

B.S. as it is used in Nepal, is not quite simple like Solar Calendars where it follows simple and constant rules. In-fact it may not be empirical at all. However, a database driven approach has been in use in software quite reliably for years.

The following open-source project implements the system in PHP:

https://github.com/bibstha/NepaliDateApi

I'm very much interested in seeing this issue resolved as I'm sure others in regions of the world that use different calendar system would be interested too.

I'm also looking at how I can develop this feature myself, but it could be a while before I get to it.

Any pointer or help is deeply appreciated.

Thanks!

@anandpdoshi
Copy link
Contributor

@yalu We will take this up when we work on HR cleanup. We intend to remove
Fiscal Year from the HR module

On Tue, Jul 29, 2014 at 7:04 PM, yalu notifications@github.com wrote:

My issues are related to this if not exactly the same. In Nepal, the
de-facto civil calender system is Bikram Samvat(B.S). We have been facing
issues with fiscal year, salary slip and everything to do with ERPNext
assuming Gregorian calendar.

B.S. as it is used in Nepal, is not quite simple like Solar Calendars
where it follows simple and constant rules. In-fact it may not be empirical
at all. However, a database driven approach has been in use in software
quite reliably for years.

The following open-source project implements the system in PHP:

https://github.com/bibstha/NepaliDateApi

I'm very much interested in seeing this issue resolved as I'm sure others
in regions of the world that use different calendar system would be
interested too.

I'm also looking at how I can develop this feature myself, but it could be
a while before I get to it.

Any pointer or help is deeply appreciated.

Thanks!


Reply to this email directly or view it on GitHub
#1395 (comment).

@anandpdoshi
Copy link
Contributor

Correction. We intend to remove Fiscal Year from Leave Allocation /
Application.

On Tue, Jul 29, 2014 at 11:24 PM, Anand Doshi anand@erpnext.com wrote:

@yalu We will take this up when we work on HR cleanup. We intend to remove
Fiscal Year from the HR module

On Tue, Jul 29, 2014 at 7:04 PM, yalu notifications@github.com wrote:

My issues are related to this if not exactly the same. In Nepal, the
de-facto civil calender system is Bikram Samvat(B.S). We have been facing
issues with fiscal year, salary slip and everything to do with ERPNext
assuming Gregorian calendar.

B.S. as it is used in Nepal, is not quite simple like Solar Calendars
where it follows simple and constant rules. In-fact it may not be empirical
at all. However, a database driven approach has been in use in software
quite reliably for years.

The following open-source project implements the system in PHP:

https://github.com/bibstha/NepaliDateApi

I'm very much interested in seeing this issue resolved as I'm sure others
in regions of the world that use different calendar system would be
interested too.

I'm also looking at how I can develop this feature myself, but it could
be a while before I get to it.

Any pointer or help is deeply appreciated.

Thanks!


Reply to this email directly or view it on GitHub
#1395 (comment).

@rmehta
Copy link
Member

rmehta commented Jul 30, 2014

@yalu, you will need to find relevant libraries in Python and MySQL for this and a relevant DatePicker in Javascript. Also we will need to upgrade moment.js and others too.

Or we could just write a client side converter that would fix the views, but it will be hard to fix the backend logic unless all the underlying libraries accept this date format.

@yalu
Copy link

yalu commented Aug 3, 2014

Got it! I see the complexity involved.

I'll be looking into developing/customizing the libraries according to the need specific to B.S calendar. At certain level of complexity there could perhaps also be some kind of generic API where different calendar systems could be interchanged.

meanwhile "removal of Fiscal Year from Leave Allocation" and such should allow non-western calendar users to still use western calendar and have a workable HR processes.

Thank you all as always, for the insights, willingness and promptness to help!

@rmehta rmehta removed the hr label Apr 14, 2015
@rmehta rmehta closed this as completed May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants