erpnext | Free and Open Source Enterprise Resource Planning

 by   frappe Python Version: v14.27.5 License: GPL-3.0

kandi X-RAY | erpnext Summary

kandi X-RAY | erpnext Summary

erpnext is a Python library typically used in Manufacturing, Utilities, Machinery, Process, Apps applications. erpnext has a Strong Copyleft License and it has high support. However erpnext has 257 bugs, it has 1 vulnerabilities and it build file is not available. You can download it from GitHub.

Frappe Technologies Pvt. Ltd. (Frappe) owns and oversees the trademarks for the ERPNext name and logos. We have developed this trademark usage policy with the following goals in mind:.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              erpnext has a highly active ecosystem.
              It has 14042 star(s) with 5591 fork(s). There are 582 watchers for this library.
              There were 10 major release(s) in the last 12 months.
              There are 1334 open issues and 12355 have been closed. On average issues are closed in 207 days. There are 30 open pull requests and 0 closed requests.
              OutlinedDot
              It has a negative sentiment in the developer community.
              The latest version of erpnext is v14.27.5

            kandi-Quality Quality

              OutlinedDot
              erpnext has 257 bugs (8 blocker, 1 critical, 79 major, 169 minor) and 3796 code smells.

            kandi-Security Security

              erpnext has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              erpnext code analysis shows 1 unresolved vulnerabilities (0 blocker, 1 critical, 0 major, 0 minor).
              There are 202 security hotspots that need review.

            kandi-License License

              erpnext is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              erpnext releases are available to install and integrate.
              erpnext has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are available. Examples and code snippets are not available.
              It has 181906 lines of code, 10326 functions and 4888 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed erpnext and discovered the below as its top functions. This is intended to give you an instant insight into erpnext implemented functionality, and help decide if they suit your requirements.
            • Return a dict of custom fields
            • Generate a list of templates for a given country .
            • Get TDS details .
            • update child_qty rate of a child item
            • Get basic details .
            • Process the master data .
            • make a return document
            • Get all payment entries .
            • Create default record records .
            • Parse the raw Materials API .
            Get all kandi verified functions for this library.

            erpnext Key Features

            No Key Features are available at this moment for erpnext.

            erpnext Examples and Code Snippets

            Mobile app for Frappe Framework
            CSSdot img1Lines of Code : 27dot img1License : Permissive (MIT)
            copy iconCopy
            $ cordova platform add ios
            $ cordova platform add android
            
            $ cordova plugin add cordova-plugin-statusbar
            $ cordova plugin add cordova-plugin-inappbrowser
            $ cordova plugin add cordova-plugin-file
            
            $ cordova build ios && cordova emulate ios &am  
            Erpnext-docker
            Shelldot img2Lines of Code : 11dot img2License : Permissive (MIT)
            copy iconCopy
            git clone https://github.com/shridarpatil/erpnext-docker.git
            cd  erpnext-docker
            docker pull shridh0r/erpnext:
            
            update same tagname in docker-compose.yml file
            
            docker-compose up
            docker exec -it erpnext-docker_web-app_1 /bin/sh
            
            bench reinstall
            bench b  
            Attendance Extension (only for frappe/erpnext v11 master),Install
            Pythondot img3Lines of Code : 6dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            cd /path/to/frappe-bench
            bench get-app https://github.com/aleksas/erpnext_attendance_extension.git
            bench install attendance_extension
            bench migrate
            
            cd /path/to/frappe-bench
            bench execute attendance_extension.attendance_extension.doctype.attendance_s  

            Community Discussions

            QUESTION

            ErpNext jalali calendar
            Asked 2022-Jan-17 at 10:32

            How to add jalali clock and calendar to erpNext? Is there a way to manually add the jalali calendar to ErpNext?

            ...

            ANSWER

            Answered 2022-Jan-17 at 10:32

            You have to add lines to the below file.

            Source https://stackoverflow.com/questions/70265722

            QUESTION

            Unable to return an image from python django (frappe framework) server and display in js doctype
            Asked 2021-Nov-07 at 16:57

            I am working on FrappeFramework 'ERPNext' customization.

            I need to display QR code in sales invoice and also show it in print invoice.

            Current flawed solution: Right now, I fetch an encoded string from server side. On the client side, I have a QR image HTML field as such:

            Then in js, I use a js library ‘QRious’ to render HTML into that field and the QR code is displayed.

            ...

            ANSWER

            Answered 2021-Nov-07 at 16:57

            I was able to solve this problem by making a custom print format in "Print Format List" doctype.

            I wanted a printable QR code to put on items showing QR Code, Item Code, SN

            Source https://stackoverflow.com/questions/69850538

            QUESTION

            How to create a Home folder in ErpNext File Doctype after deleting it?
            Asked 2021-Nov-04 at 16:03

            After I run frappe.db.delete(“File”) I have now this error every time I uploaded a file and I can’t create a Home folder. Any idea how to solve this? I also want to know how to create a Home folder on ERPNext.

            Folder Home did not found image

            ...

            ANSWER

            Answered 2021-Nov-04 at 16:03

            The solution that I have right now is to insert a Home on tabFile table.

            Source https://stackoverflow.com/questions/69836459

            QUESTION

            Generate a random string on employee custom field in ERPNext
            Asked 2021-Apr-23 at 03:28

            I have a custom employee field called Misconduct Case Number that’s supposed to be extracted and used elsewhere outside ERPNext. The random string should be in the format [8 Alfanumeric charactors] [Date & Time] [Constant Organization Number] eg DX0FBN78 04200645 PTD0010045

            For some reason, I am not able to generate the random string using the following custom script and there are no errors in the console.

            ...

            ANSWER

            Answered 2021-Apr-23 at 03:28

            Well, for one, x is not a number, doesn't change, and never satisfies x > 0.

            Not sure what kind of JS is supported in ERPNext, but this should work:

            Source https://stackoverflow.com/questions/67223407

            QUESTION

            Google VM Instant - Unable to access SSH
            Asked 2021-Feb-13 at 15:08

            I was installed the ERPNext from Google Click to Deploy since 6 months ago and using the software, the software working until since last week, I can't access to the system and SSH

            When connect with SSH the system shown Connection via Cloud Identity-Aware Proxy Failed with code 4003, is anyone can help me fix this?

            Any idea how I can get around this problem?

            ...

            ANSWER

            Answered 2021-Feb-13 at 15:08

            To fix this issue you should run fsck command on your boot disk.

            To do it you can follow steps below:

            1. stop your VM instance (do not delete it):

            Source https://stackoverflow.com/questions/66182621

            QUESTION

            Building wheel for pandas on Ubuntu 20.04 takes more than 20 minutes, but not on 18.04
            Asked 2020-Jul-14 at 06:04

            I have an installation script for ERPNext that works just fine on Ubuntu 18.04. When I run the same script on 20.04 I am obliged to wait more than 20 minutes for it to complete where it takes around 30 secs on 18.04.

            My script includes these two lines:

            ...

            ANSWER

            Answered 2020-Jul-14 at 06:04

            Your issue may be less to do with your distribution and more to be with the Python version in your virtualenv. Ubuntu 20.04 has its default Python pointing to 3.8.

            From the pandas project listing on PyPI, your pip searches for a version that's compatible with your system, as provided by the project maintainers.

            It seems you're using CPython3.8. pandas==0.24.2 does not wheels built for your version, so your system builds them for itself each time. You can check the available download files from here.

            Possible Solutions:

            1. While creating your env, check out this answer to generate a virtual environment for a different version. Seems like your options are between 3.5, 3.6 and 3.7.
            2. Build a wheel for CPython3.8 and ship it along with your script. You can install your package from using that.

            Source https://stackoverflow.com/questions/62885419

            QUESTION

            Best design for generating invoice based on order data?
            Asked 2020-Apr-27 at 09:05

            So, I have an erp endpoint which parses purchase order and then does some pre processing before returning the response. Now, I would like to generate a receipt from the purchase order post data. The question here is 1. Storing the purchase data on my end seems redundant as every company using the system has their DB. 2. Considering, I want to scale is there an approach I can take to generate receipt on the fly or may be use a staging table. I am using ERPnext. What would be a good design considering receipt generation shouldn't cause latency to the requests response thread of the purchase order API endpoint.

            ...

            ANSWER

            Answered 2020-Apr-27 at 09:05

            My Understanding: Request comes to ERP endpoint, which then led to pre processing and then response is sent. You want to also print receipt now without effecting latency of the API response.

            Solution: Once you have your pre processing done, you can then save it in a DB with status as pending and return the response. Now in a different thread you can keep looking for DB changes and print receipt for any of the data which has status as pending and then delete the processed record.

            Now why save it in DB as you can directly pass the newly parsed data to the Async method too? You can actually just pass the processed data to an ansyc method which will not wait for printing to be completed and will return the response but in case you meet an error or has any downtime it's a good idea to store the required data to be processed in case of a multi-server/single server hosting.

            Source https://stackoverflow.com/questions/61419717

            QUESTION

            ERPNext: Join multiple tables using script report
            Asked 2020-Mar-29 at 11:03

            Anyone know what is the ORM function for joining multiple db tables in ERPNext? I need query result from 2 DB tables join using script report

            *I don't need query report answer since i already have it. I only looking for an example do it using script report

            ...

            ANSWER

            Answered 2020-Mar-29 at 11:03

            Frappe currently doesn't have ORM support for joining tables. You might have to use frappe.db.sql for the time being.

            Source https://stackoverflow.com/questions/60702729

            QUESTION

            docker-compose ps with non-default docker-compose.yml file
            Asked 2020-Mar-18 at 10:19

            I am relatively new to using docker-compose and am running a stack with the following command

            ...

            ANSWER

            Answered 2020-Mar-18 at 10:19

            You need to repeat all of the docker-compose options for every command you need to run.

            There are two ways around this. One is to write a shell script wrapper that invokes this command:

            Source https://stackoverflow.com/questions/60735979

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install erpnext

            Use docker to deploy ERPNext in production or for development of Frappe apps. See https://github.com/frappe/frappe_docker for more details.
            The Easy Way: our install script for bench will install all dependencies (e.g. MariaDB). See https://github.com/frappe/bench for more details. New passwords will be created for the ERPNext "Administrator" user, the MariaDB root user, and the frappe user (the script displays the passwords and saves them to ~/frappe_passwords.txt).

            Support

            Issue GuidelinesReport Security VulnerabilitiesPull Request RequirementsTranslationsChart of Accounts
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/frappe/erpnext.git

          • CLI

            gh repo clone frappe/erpnext

          • sshUrl

            git@github.com:frappe/erpnext.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Reuse Pre-built Kits with erpnext

            Consider Popular Python Libraries

            public-apis

            by public-apis

            system-design-primer

            by donnemartin

            Python

            by TheAlgorithms

            Python-100-Days

            by jackfrued

            youtube-dl

            by ytdl-org

            Try Top Libraries by frappe

            charts

            by frappeJavaScript

            frappe

            by frappePython

            gantt

            by frappeJavaScript

            books

            by frappeTypeScript

            bench

            by frappePython