Code Monkey home page Code Monkey logo

kenya-compliance's People

Contributors

gichanamayaka avatar maniamartial avatar muchai avatar

Stargazers

 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

kenya-compliance's Issues

Internal Server Error after installation

HEllo, I keep getting internal server error on my erpnext, which crashes completely, everytime i install this app.
This occurs both while using the standard docker compose installation

As well as while using a custom installation App, base for NEthserver 8
available here https://github.com/geniusdynamics/ns8-erp-next

Installation logs are as thus

[erpnext12@ns ~]$ podman exec backend bench get-app https://github.com/navariltd/kenya-compliance.git
Getting kenya-compliance
$ git clone https://github.com/navariltd/kenya-compliance.git   --origin upstream
Cloning into 'kenya-compliance'...
Ignoring dependencies of https://github.com/navariltd/kenya-compliance.git. To install dependencies use --resolve-deps
Installing kenya_compliance
$ /home/frappe/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe/frappe-bench/apps/kenya_compliance

[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python -m pip install --upgrade pip
$ bench build --app kenya_compliance
Cannot link /home/frappe/frappe-bench/apps/frappe/frappe/public to ./assets/frappe                           Linking /home/frappe/frappe-bench/apps/frappe/node_modules to ./assets/frappe/node_modules                   Cannot link /home/frappe/frappe-bench/apps/frappe/node_modules to ./assets/frappe/node_modules               Linking /home/frappe/frappe-bench/apps/erpnext/erpnext/public to ./assets/erpnext                            Cannot link /home/frappe/frappe-bench/apps/erpnext/erpnext/public to ./assets/erpnext                        Linking /home/frappe/frappe-bench/apps/erpnext/node_modules to ./assets/erpnext/node_modules                 Cannot link /home/frappe/frappe-bench/apps/erpnext/node_modules to ./assets/erpnext/node_modules             Linking /home/frappe/frappe-bench/apps/kenya_compliance/kenya_compliance/public to ./assets/kenya_compliance Cannot link /home/frappe/frappe-bench/apps/kenya_compliance/kenya_compliance/public to ./assets/kenya_compliaLinking /home/frappe/frappe-bench/apps/kenya_compliance/kenya_compliance/docs to ./assets/kenya_compliance_doCannot link /home/frappe/frappe-bench/apps/kenya_compliance/kenya_compliance/docs to ./assets/kenya_complianc✔ Application Assets Linked


yarn run v1.22.22
$ node esbuild --production --apps kenya_compliance --run-build-command
File                                                        Size

 DONE  Total Build Time: 408.259ms

Done in 2.54s.
Compiling translations for kenya_compliance
WARN: restart failed: Couldn't find supervisorctl in PATH

and After that trying to run

podman exec backend bench --site frontend install-app kenya_compliance
this give me
App erpnext already installed

Installing kenya_compliance...
Skipping fixture syncing from the file navari_etims_country.json. Reason: Module import failed for Navari eTims Country, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_country'
Skipping fixture syncing from the file navari_etims_import_item_status.json. Reason: Module import failed for Navari eTims Import Item Status, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_import_item_status'
Skipping fixture syncing from the file navari_etims_packaging_unit.json. Reason: Module import failed for Navari eTims Packaging Unit, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_packaging_unit'
Skipping fixture syncing from the file navari_etims_product_type.json. Reason: Module import failed for Navari eTims Product Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_product_type'
Skipping fixture syncing from the file navari_etims_purchase_receipt_type.json. Reason: Module import failed for Navari eTims Purchase Receipt Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_purchase_receipt_type'
Skipping fixture syncing from the file navari_etims_routes.json. Reason: Module import failed for Navari eTims Routes, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_routes'
Skipping fixture syncing from the file navari_etims_stock_movement_type.json. Reason: Module import failed for Navari eTims Stock Movement Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_stock_movement_type'
Skipping fixture syncing from the file navari_etims_transaction_type.json. Reason: Module import failed for Navari eTims Transaction Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_transaction_type'
Skipping fixture syncing from the file navari_etims_unit_of_quantity.json. Reason: Module import failed for Navari eTims Unit of Quantity, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_etims_unit_of_quantity'
Skipping fixture syncing from the file navari_kra_etims_item_classification.json. Reason: Module import failed for Navari KRA eTims Item Classification, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_kra_etims_item_classification'
Skipping fixture syncing from the file navari_kra_etims_payment_type.json. Reason: Module import failed for Navari KRA eTims Payment Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_kra_etims_payment_type'
Skipping fixture syncing from the file navari_kra_etims_taxation_type.json. Reason: Module import failed for Navari KRA eTims Taxation Type, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_kra_etims_taxation_type'
Skipping fixture syncing from the file navari_kra_etims_transaction_progress.json. Reason: Module import failed for Navari KRA eTims Transaction Progress, the DocType you're trying to open might be deleted.<br> Error: No module named 'frappe.core.doctype.navari_kra_etims_transaction_progress'
Updating Dashboard for kenya_compliance

Attempts to remove the Application results in being Aborted

[erpnext12@ns ~]$ podman exec backend bench uninstall-app kenya_compliance
Uninstalling App kenya_compliance from Site frontend...
All doctypes (including custom), modules related to this app will be deleted. Are you sure you want to continue? [y/N]: Aborted!

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.