GithubHelp home page GithubHelp logo

ess-llp / erpnext-healthcare Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frappe/erpnext

21.0 21.0 13.0 939.9 MB

Open Source ERP built for the Web. Uses Python, MariaDB.

Home Page: http://erpnext.com

License: GNU General Public License v3.0

Shell 0.02% Python 70.96% JavaScript 24.56% HTML 2.95% CSS 0.31% Vue 0.64% Less 0.24% SCSS 0.32%

erpnext-healthcare's People

Contributors

adityahase avatar akhileshdarjee avatar anandpdoshi avatar anupamvs avatar anurag810 avatar codingcoffee avatar deepeshgarg007 avatar hrwx avatar kanchanchauhan avatar mangesh-khairnar avatar marination avatar martinender avatar mbauskar avatar nabinhait avatar neillasrado avatar netchampfaris avatar nextchamp-saqib avatar pdvyas avatar pratu16x7 avatar rmehta avatar rohitwaghchaure avatar ruchamahabal avatar sagarvora avatar saurabh6790 avatar scmmishra avatar shreyashah115 avatar surajshetty3416 avatar tundebabzy avatar vishdha avatar zlash65 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

erpnext-healthcare's Issues

How to install erpnext-healtcare ??

bench get-app erpnext-healtcare https://github.com/ESS-LLP/erpnext-healthcare --branch master

i get some error

INFO:bench.app:getting app erpnext-healthcare
INFO:bench.utils:git clone https://github.com/ESS-LLP/erpnext-healthcare --branch master --depth 1 --origin upstream
Cloning into 'erpnext-healthcare'...
remote: Enumerating objects: 5304, done.
remote: Counting objects: 100% (5304/5304), done.
remote: Compressing objects: 100% (4184/4184), done.
remote: Total 5304 (delta 1634), reused 2371 (delta 1003), pack-reused 0
Receiving objects: 100% (5304/5304), 14.87 MiB | 2.99 MiB/s, done.
Resolving deltas: 100% (1634/1634), done.
Traceback (most recent call last):
File "/usr/local/bin/bench", line 11, in
load_entry_point('bench', 'console_scripts', 'bench')()
File "/home/bench-repo/bench/cli.py", line 40, in cli
bench_command()
File "/home/frappe/.local/lib/python2.7/site-packages/click/core.py", line 764, in call
return self.main(*args, **kwargs)
File "/home/frappe/.local/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/home/frappe/.local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/frappe/.local/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/frappe/.local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/bench-repo/bench/commands/make.py", line 40, in get_app
get_app(git_url, branch=branch)
File "/home/bench-repo/bench/app.py", line 132, in get_app
os.rename(os.path.join(apps_path, repo_name), os.path.join(apps_path, app_name))
OSError: [Errno 39] Directory not empty

Capture

Translations

Hello, how can I contribute with the translations?
Already I'm contributing in translate.erpnext.com.
I need this software in Spanish, there is any sort of translate.erpnext.com for this fork or how can I translate the modules?

Thanks

setup wizard fails for healthcare domain installation

When selection "healthcare" domain during installation of erpnext the final processing fails after gonging through all steps and pages.

Doing so inspection in browser it seems that jquery can not access a url.
Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR)

Server log shows that sockt.io can not access client resource.

2017/05/15 14:18:59 [error] 4825#4825: *52 connect() failed (111: Connection refused) while connecting to upstream, client: 86.108.20.246, server: site1.local, request$

I have tested other domain installations and they all complete without issues.

Any help is appreciated .

docker deploy?

Hi, some one know how deploy it using docker??

I try with https://github.com/Ridhosribumi/docker-erpnext scripts
adding this forked version of erpnext but don't successes...

here the ERPNEXT_APPS_JSON= pointing to this repo

https://gist.githubusercontent.com/jujes/e99a01b0eb47d082b152346bc43cd7d8/raw/4d9772c0f65f062325272d4f7f5d22dec8c097cf/erpnext-healthcare-master.json

Thanks in advance,

Error trying create new a Patient or Customer

Trying to create a new Customer I get the error:
Something went wrong
Server Error: Please check your server logs or contact tech support.

Trying to create a new Patient I get the error:
DocType Patient Admission not found
The resource you are looking for is not available

Trying to create a new Physician I get the error:
Something went wrong
Server Error: Please check your server logs or contact tech support.

Am running ERPNext 8.0.27 and Frappe 8.0.69

Anyone else having the same issue?

error when trying to install

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/frappe/his/apps/frappe/frappe/utils/bench_helper.py", line 79, in
main()
File "/home/frappe/his/apps/frappe/frappe/utils/bench_helper.py", line 16, in main
click.Group(commands=commands)(prog_name='bench')
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/home/frappe/his/env/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/frappe/his/apps/frappe/frappe/commands/init.py", line 24, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File "/home/frappe/his/apps/frappe/frappe/commands/site.py", line 152, in install_app
_install_app(app, verbose=context.verbose)
File "/home/frappe/his/apps/frappe/frappe/installer.py", line 133, in install_app
sync_for(name, force=True, sync_everything=True, verbose=verbose, reset_permissions=True)
File "/home/frappe/his/apps/frappe/frappe/model/sync.py", line 44, in sync_for
import_file_by_path(doc_path, force=force, reset_permissions=reset_permissions)
File "/home/frappe/his/apps/frappe/frappe/modules/import_file.py", line 57, in import_file_by_path
reset_permissions=reset_permissions)
File "/home/frappe/his/apps/frappe/frappe/modules/import_file.py", line 125, in import_doc
doc.insert()
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 212, in insert
self.run_post_save_methods()
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 770, in run_post_save_methods
self.run_method("on_update")
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 651, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 860, in composer
return composed(self, method, *args, **kwargs)
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 843, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "/home/frappe/his/apps/frappe/frappe/model/document.py", line 645, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File "/home/frappe/his/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 197, in on_update
self.run_module_method("on_doctype_update")
File "/home/frappe/his/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 206, in run_module_method
module = load_doctype_module(self.name, self.module)
File "/home/frappe/his/apps/frappe/frappe/modules/utils.py", line 173, in load_doctype_module
raise ImportError, 'Module import failed for {0} ({1})'.format(doctype, module_name)
ImportError: Module import failed for Purchase Taxes and Charges Template (erpnext.accounts.doctype.purchase_taxes_and_charges_template.purchase_taxes_and_charges_template)

The prescribed drugs are not appearing in service desk

I created a new consultation and prescribed a single drug. Then I went to service desk to create the invoice for the drug. To my surprise, it reported two entirely different drugs in service desk window. I am assuming one of the previous consultation was closed without creating the invoice for the prescribed drugs. That is perhaps not normal, but very likely to happen and could be disastrous for the patient.

Lab test template and item link failure

I am having problem with the current version to invoice a new lab test .

When I try to create an invoice after creating a lab test it throws an error that the item doesnt exist when it actually does and appears in the item master.

please direct..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.