Pejota
The ERP and CRM, multi language, for freelancers and solo entrepreneurs. Clients, Projects, Contracts, Task, Timesheet manager. Built on top of PHP, Laravel, FilamentPHP, Livewire and Sqlite.
Install / Use
/learn @mazer-dev/PejotaREADME
PeJota
Solo entrepreneus and Freelancer ERP and CRM.
Build on top of PHP, Laravel, FilamentPHP, Sqlite / Mysql, and other cool and technologies that allow a quick high quality monolith to be created.
PLEASE READ THE UPGRADE SECTION IF YOU ALREADY HAS PEJOTA INSTALLED
Installation
- Clone the repository
- Run
composer install - Run
cp .env.example .env - Run
php artisan key:generate - Configure your
.envfile with your database credentials - Run
php artisan migrate - Run
npm install - Run
npm run build - Run
php artisan pj:installto create the user and company records
How to contribute
- See the issues list
- Choose one labeled as ready to develop
- Comment the issue informing that you started it, than I'll set it to doing to avoid two persons take the same issue to work on
- Follow the good pratices of open source development flows
- Ask for help if needed
Releases
- 0.2.0 (Current): This release introduces a breaking change related to the migration of the
work_sessionstable. Please refer to the "Upgrades" section for detailed instructions. - 0.1.0: The initial release, which includes a breaking change in compatibility with subsequent commits to the main branch.
Upgrades
Upgrading from 0.1.0 to 0.2.0
The 0.2.0 release introduces a breaking change in the migration of the work_sessions table. Due to limitations in SQLite when altering fields, it is necessary to refresh the database to recreate all structures. Even if you are using MySQL or PostgreSQL, these steps are required because the migration files have changed.
Upgrade Steps:
- Create a backup of your database.
- Export (dump) only the data.
- Run
php artisan migrate:refresh. - Import the exported data.
- Update the
work_sessionsrecords to set theis_runningfield to 0 by running:UPDATE work_sessions SET is_running = 0;
This step is required because the is_running field is new, and previous records did not have this value explicitly set.
Features
Clients
Simple clients register to associate with Projects, Contracts, Tasks and Work Sessions.
Vendors
Simple vendors register to associate with Projects, Contracts, Tasks and Work Sessions.
Projects
Simple projects register, with description, tags and active status.
Each project can be associated with one or none client.
Contracts
Simple contract management, that can be associated with a vendor or project. You can write the whole content in it and set the signatures.
Tasks
Tasks module with tasks control, by client and/or project, with data for planned and actual dates, also with dedicated due date information.
Data that can be associated: tags, description, estimated effort (min or hours)
Table data grouped by clients, due date, projects.
Global searh of tasks.
Work Sessions
Control sessions of work, related to client / project / task.
Each session has a start and end period, used to calculate the duration.
Invoices
Simple invoice management, with the ability to export to PDF.
Notes
Save Links, Rich Text, Markdown, Plain text notes and Code Snippets.
Subscriptions
Control your subscriptions, with a simple way to manage the subscriptions you have.
Settings
Statuses
Create your own status to better control your workflow.
Company
General settings of system use by your company.
Related Skills
feishu-drive
339.5k|
things-mac
339.5kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
339.5kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
2.0k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
