Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logicent/logicent_ims
A accounting information system for operations and billing management.
https://github.com/logicent/logicent_ims
accounting-software business-management-system non-profits php yii2-framework
Last synced: 3 months ago
JSON representation
A accounting information system for operations and billing management.
- Host: GitHub
- URL: https://github.com/logicent/logicent_ims
- Owner: logicent
- License: other
- Created: 2022-01-25T12:19:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T07:41:16.000Z (over 2 years ago)
- Last Synced: 2024-10-18T00:18:23.564Z (3 months ago)
- Topics: accounting-software, business-management-system, non-profits, php, yii2-framework
- Language: CSS
- Homepage:
- Size: 21.4 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**_Note: This is a beta version of the software. You are advised to proceed with caution!_**
### Introduction
**Overview**
A free and open-source enterprise software application for your accounting and/or production needs in tiny to small business, institutional and non-profit organizations with useful tools and integrations.
**Installation**
Prerequisites
- Git
- Composer
- NPMOption 1: via Composer
- Run `composer create-project logicent/logicent && cd logicent`Option 2: via CLI
- Clone this repo `[email protected]:logicent/logicent.git && cd logicent`Continue:
- Run `composer install`
- Run `npm install -g bower && npm install -g bower-npm-resolver`
- Run `bower install`
- Create a database and update your `.env` settings
- Run `./yii migrate --migration-path 'app/database/migrations'`
- Run `cat app/database/seeds/people.sql | mysql -u your_root_user -p your_db_name`
- Run `./yii user/create-superuser "my_password"` and `./yii rbac/init`
- Run `./yii serve` in local environment or use preferred web server in production**Modules**
- Purchase
- Purchase Request (Requisition)
- Purchase Order (LPO)- Stock (Item)
- Purchase (Material) Request
- Purchase (Goods) Receipt
- Stock Entry (Item Movement)
- Delivery Note
- Item + Item Warehouse
- Item Group
- Item UoM
- Brand
- Item Bundle (Item Kit)
- Warehouse (Locations)- Sales
- Quotation
- Sales Order
- Customer Group
- POS Profile
- Sales Person- Accounting _(a basic, functional, but limited implementation)_
- Sales (A/R) Invoice
- Sales Return (Credit Note)
- Purchase (A/P) Invoice
- Purchase Return (Debit Note)
- Expenses (Petty Cash Voucher)
- Branch
- Payment method
- Price list & Item price
- Tax & Charge (Sales and Purchases)**Setup**
- Accounts Settings
- Stock Settings
- Customer Settings
- Supplier Settings**Tools**
- Integration
- Mobile money payment
- SMS Gateway**Roadmap**
_Now:_
- [ ] Add direct printing support with default/user-defined settings
- [x] Re-implement item search to use a custom search bar (input term + dropdown list of search result)
- [x] Refactor all business domain "modules" above as Yii modules_Next:_
- [ ] Add integration for mobile money payments and SMS gateways
- [ ] Add multiple POS profile support with active profile switcher_Later:_
- [ ] Add support for keyboard shortcuts in the POS/POR transactions
- [ ] Add Coupon discount in sale and Gift Voucher as payment method
- [ ] Add Customer Loyalty points tracker and promotions messages**Want to contribute?**
Thank you for considering to make a contribution to Logicent.
New contributors to improve the solution further or help provide support to issues are most welcome.**License**
Logicent is released under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause).