{"id":14966638,"url":"https://github.com/logicent/logicent_ims","last_synced_at":"2025-09-16T04:50:32.852Z","repository":{"id":42001270,"uuid":"451865625","full_name":"logicent/logicent_ims","owner":"logicent","description":"A accounting information system for operations and billing management.","archived":false,"fork":false,"pushed_at":"2022-09-22T07:41:16.000Z","size":22431,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T06:02:04.687Z","etag":null,"topics":["accounting-software","business-management-system","non-profits","php","yii2-framework"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logicent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-25T12:19:46.000Z","updated_at":"2025-06-02T15:20:09.000Z","dependencies_parsed_at":"2022-08-12T02:00:26.201Z","dependency_job_id":null,"html_url":"https://github.com/logicent/logicent_ims","commit_stats":null,"previous_names":["logicent/logicent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/logicent/logicent_ims","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicent%2Flogicent_ims","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicent%2Flogicent_ims/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicent%2Flogicent_ims/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicent%2Flogicent_ims/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicent","download_url":"https://codeload.github.com/logicent/logicent_ims/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicent%2Flogicent_ims/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275364716,"owners_count":25451514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accounting-software","business-management-system","non-profits","php","yii2-framework"],"created_at":"2024-09-24T13:36:44.091Z","updated_at":"2025-09-16T04:50:32.834Z","avatar_url":"https://github.com/logicent.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"**_Note: This is a beta version of the software. You are advised to proceed with caution!_**\n\n### Introduction\n\n**Overview**\n\nA 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.\n\n**Installation**\n\nPrerequisites\n- Git\n- Composer\n- NPM\n\nOption 1: via Composer\n- Run `composer create-project logicent/logicent \u0026\u0026 cd logicent`\n\nOption 2: via CLI\n- Clone this repo `git@github.com:logicent/logicent.git \u0026\u0026 cd logicent`\n\nContinue:\n- Run `composer install`\n- Run `npm install -g bower \u0026\u0026 npm install -g bower-npm-resolver`\n- Run `bower install`\n- Create a database and update your `.env` settings\n- Run `./yii migrate --migration-path 'app/database/migrations'`\n- Run `cat app/database/seeds/people.sql | mysql -u your_root_user -p your_db_name`\n- Run `./yii user/create-superuser \"my_password\"` and `./yii rbac/init`\n- Run `./yii serve` in local environment or use preferred web server in production\n\n**Modules**\n- Purchase\n  - Purchase Request (Requisition)\n  - Purchase Order (LPO)\n\n- Stock (Item)\n  - Purchase (Material) Request\n  - Purchase (Goods) Receipt\n  - Stock Entry (Item Movement)\n  - Delivery Note\n  - Item + Item Warehouse\n  - Item Group\n  - Item UoM\n  - Brand\n  - Item Bundle (Item Kit)\n  - Warehouse (Locations)\n\n- Sales\n  - Quotation\n  - Sales Order\n  - Customer Group\n  - POS Profile\n  - Sales Person\n\n- Accounting _(a basic, functional, but limited implementation)_\n  - Sales (A/R) Invoice\n  - Sales Return (Credit Note)\n  - Purchase (A/P) Invoice\n  - Purchase Return (Debit Note)\n  - Expenses (Petty Cash Voucher)\n  - Branch\n  - Payment method\n  - Price list \u0026 Item price\n  - Tax \u0026 Charge (Sales and Purchases)\n\n**Setup**\n\n- Accounts Settings\n- Stock Settings\n- Customer Settings\n- Supplier Settings\n\n**Tools**\n\n- Integration\n  - Mobile money payment\n  - SMS Gateway\n\n**Roadmap**\n\n_Now:_\n- [ ] Add direct printing support with default/user-defined settings\n- [x] Re-implement item search to use a custom search bar (input term + dropdown list of search result)\n- [x] Refactor all business domain \"modules\" above as Yii modules\n\n_Next:_\n- [ ] Add integration for mobile money payments and SMS gateways\n- [ ] Add multiple POS profile support with active profile switcher\n\n_Later:_\n- [ ] Add support for keyboard shortcuts in the POS/POR transactions\n- [ ] Add Coupon discount in sale and Gift Voucher as payment method\n- [ ] Add Customer Loyalty points tracker and promotions messages\n\n**Want to contribute?**\nThank you for considering to make a contribution to Logicent.\nNew contributors to improve the solution further or help provide support to issues are most welcome.\n\n**License**\nLogicent is released under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicent%2Flogicent_ims","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicent%2Flogicent_ims","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicent%2Flogicent_ims/lists"}