Coder Social home page Coder Social logo

mybizna / base Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6.57 MB

The Base module is a fundamental part of the MyBizna ERP system. It provides core functionalities that serve as a foundation for other modules within the system. This readme provides a brief overview of the module and how to get started with it.

Home Page: https://mybizna.com

PHP 61.13% Vue 19.24% Blade 19.63%
core erp laravel laravel-framework laravel-modular mybizna mybizna-core

base's Introduction

Total Downloads Latest Stable Version License

About Mybizna

Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel. It is developed using laravel which is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.

Minimum Requirement

  • PHP 8.1^

Installation

How to setup using Docker

git clone https://github.com/mybizna/mybizna.git

cd mybizna

docker compose up --build

To add more modules, add them in file entrypoint-composers.sh with content

#!/bin/sh

cd /var/www/html 

# Require additional composer packages
composer require mybizna/isp --no-interaction

How to setup on the system

composer create-project mybizna/setup mybizna

How to Install in Laravel

How to Install in Laravel

How to Install in Wordpress

How to Install in Wordpress

How to Participate

How to Participate

Who's behind?

An open-source project by mybizna contributed by a bunch of people.

base's People

Contributors

dedanirungu avatar

Watchers

 avatar

base's Issues

Used old version when installed with composer require

I'm following your guide from https://mybizna.gitbook.io/mybizna-erp/readme/how-to-install-in-laravel/how-to-install-as-new-laravel-project

When you do a clean new installation of mybizna composer create-project mybizna/setup mybizna and after that you do something like this:

composer require mybizna/account
composer require mybizna/assets
composer require mybizna/automigrator
composer require mybizna/base
composer require mybizna/bill
composer require mybizna/calendar
composer require mybizna/core
composer require mybizna/discussion
composer require mybizna/expense
composer require mybizna/fleet
composer require mybizna/hrm
composer require mybizna/mail
composer require mybizna/mrp
composer require mybizna/partner
composer require mybizna/sale

All modules packages are getting version 23.11 or greater (but not latest version of each module, I check it manually), but base module is blocked in version 1.2.19 (released at Jan 6, 2023) meanwhile latest version are 24.03.009.

This was causing that some newer files are not founded and code results broken.

It seems that latests changes are not tested from a clean installation and this have some issues. Like this mybizna/product#1 or this:

image

If I try to force that mybizna/base use ^24.01 the requirements could not be resolved, some packages require newest version, but if you try to increase it, the problems are also increasing without easy solution.

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.