Giter Site home page Giter Site logo

solufy-erpnext-apps / freight_management Goto Github PK

View Code? Open in Web Editor NEW
25.0 3.0 42.0 1.55 MB

This module allows you to manage all freight operations (Air, Ocean, and Land). For ocean it allows you to manage both FCL and LCL shipments and for land it allows you to manage both FTL and LTL, it is a comprehensive platform that gives you the chance to manage all aspects of your freight forwarding operations.

Home Page: https://www.solufyerp.com

License: Other

Python 87.05% JavaScript 12.95%
accounting erpnext frappe freight freight-forwarding freight-management shipment shipment-tracking solufy solufyin

freight_management's People

Contributors

ketanserpentcs avatar nihantra avatar

Stargazers

 avatar  avatar  avatar  avatar  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

freight_management's Issues

error in installing in v14 on local vm server

ubuntu 22.10
erpnext 14

bench get-app https://github.com/Solufy-ERPNext-Apps/freight_management --resolve-deps
Following apps will be installed

  1. https://github.com/Solufy-ERPNext-Apps/freight_management
    Getting freight_management
    $ git clone https://github.com/Solufy-ERPNext-Apps/freight_management --depth 1 --origin upstream
    Cloning into 'freight_management'...
    remote: Enumerating objects: 78, done.
    remote: Counting objects: 100% (78/78), done.
    remote: Compressing objects: 100% (41/41), done.
    remote: Total 78 (delta 30), reused 62 (delta 29), pack-reused 0
    Receiving objects: 100% (78/78), 14.29 KiB | 1.19 MiB/s, done.
    Resolving deltas: 100% (30/30), done.
    Installing freight_management
    $ /home/frappe/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe/frappe-bench/apps/freight_management
    $ bench build --app freight_management
    Traceback (most recent call last):
    File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
    File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 109, in
    main()
    File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
    click.Group(commands=commands)(prog_name="bench")
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 829, in call
    return self.main(*args, **kwargs)
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
    File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/utils.py", line 57, in build
    frappe.init("")
    File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 248, in init
    setup_module_map()
    File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 1518, in setup_module_map
    for module in get_module_list(app):
    File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 1370, in get_module_list
    return get_file_items(os.path.join(os.path.dirname(get_module(app_name).file), "modules.txt"))
    File "/home/frappe/frappe-bench/apps/frappe/frappe/init.py", line 1319, in get_module
    return importlib.import_module(modulename)
    File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
    File "", line 1050, in _gcd_import
    File "", line 1027, in _find_and_load
    File "", line 1004, in _find_and_load_unlocked
    ModuleNotFoundError: No module named 'dsc_erpnext'
    ERROR:
    Traceback (most recent call last):
    File "/usr/local/bin/bench", line 8, in
    sys.exit(cli())
    File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 127, in cli
    bench_command()
    File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in call
    return self.main(*args, **kwargs)
    File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
    File "/usr/lib/python3/dist-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
    File "/usr/local/lib/python3.10/dist-packages/bench/commands/make.py", line 159, in get_app
    get_app(
    File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 412, in get_app
    install_resolved_deps(
    File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 514, in install_resolved_deps
    app.install_resolved_apps(skip_assets=skip_assets, verbose=verbose)
    File "/usr/local/lib/python3.10/dist-packages/bench/utils/render.py", line 126, in wrapper_fn
    return fn(*args, **kwargs)
    File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 255, in install_resolved_apps
    self.install(*args, **kwargs, resolved=True)
    File "/usr/local/lib/python3.10/dist-packages/bench/utils/render.py", line 126, in wrapper_fn
    return fn(*args, **kwargs)
    File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 242, in install
    install_app(
    File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 586, in install_app
    build_assets(bench_path=bench_path, app=app)
    File "/usr/local/lib/python3.10/dist-packages/bench/utils/bench.py", line 341, in build_assets
    exec_cmd(command, cwd=bench_path, env={"BENCH_DEVELOPER": "1"})
    File "/usr/local/lib/python3.10/dist-packages/bench/utils/init.py", line 158, in exec_cmd
    raise CommandFailedError
    bench.exceptions.CommandFailedError
    frappe@erpnext14:~/frappe-bench$

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.