Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julio101290/boilerplatebranchoffice
CodeIgniter4 Boilerplatebranchoffice CRUD MVC contain capture per companie Key,name, address, admin box
https://github.com/julio101290/boilerplatebranchoffice
backtup branchoffice codeigniter4 crud invoice mysql
Last synced: 10 days ago
JSON representation
CodeIgniter4 Boilerplatebranchoffice CRUD MVC contain capture per companie Key,name, address, admin box
- Host: GitHub
- URL: https://github.com/julio101290/boilerplatebranchoffice
- Owner: julio101290
- License: mit
- Created: 2024-11-28T19:43:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T16:15:39.000Z (23 days ago)
- Last Synced: 2025-01-21T17:51:34.106Z (16 days ago)
- Topics: backtup, branchoffice, codeigniter4, crud, invoice, mysql
- Language: PHP
- Homepage: https://shalom-now.blogspot.com/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.okvpn.org/julio101290/boilerplatebranchoffice/v/stable)](https://packagist.org/packages/julio101290/boilerplatebranchoffice) [![Total Downloads](https://poser.okvpn.org/julio101290/boilerplatebranchoffice/downloads)](https://packagist.org/packages/julio101290/boilerplatebranchoffice) [![Latest Unstable Version](https://poser.okvpn.org/julio101290/boilerplatebranchoffice/v/unstable)](https://packagist.org/packages/julio101290/boilerplatebranchoffice) [![License](https://poser.okvpn.org/julio101290/boilerplatebranchoffice/license)](https://packagist.org/packages/julio101290/boilerplatebranchoffice)
## CodeIgniter 4 Boilerplate BranchOffice
CodeIgniter4 Boilerplatebranchoffice CRUD MVC contain capture per companie Key,name, address, admin box## Requirements
* PhpCfdi\SatCatalogos
* julio101290/boilerplatelog
* hermawan/codeigniter4-datatables## Installation
### Run commands
composer require phpcfdi/sat-catalogoscomposer require hermawan/codeigniter4-datatables
composer require julio101290/boilerplatelog
composer require julio101290/boilerplatecompanies
composer require julio101290/boilerplatebranchoffice
### Run command for migration and seeder
php spark boilerplatecompanies:installcompaniescrud
php spark boilerplatelog:installlog
php spark boilerplatebranchoffice:installbranchoffice
### BaseController.php Config
Add SAT Catalogos Factory and use global variabes from conection DNS with SQLite
like
session = \Config\Services::session();
date_default_timezone_set("America/Mazatlan");
//ADD
$dsn = "sqlite:".ROOTPATH."writable/database/catalogossat.db";
$factory = new Factory();
$satCatalogos = $factory->catalogosFromDsn($dsn);
$this->catalogosSAT = $satCatalogos;
}
}
### Make folder and download Database SAT Catalogs
* Download and uncompress the file https://github.com/phpcfdi/resources-sat-catalogs/releases/latest/download/catalogs.db.bz2
* Put in the folder writable/database/catalogossat.db### Make the menu
![image](https://github.com/user-attachments/assets/3377700f-e5bc-4317-95a4-3b800bead3e5)# Ready
![image](https://github.com/user-attachments/assets/e844eb79-33a5-43e7-9809-c939b8e1028e)
![image](https://github.com/user-attachments/assets/02d65119-62b4-4040-984c-aae92f763c34)
Usage
-----
You can find how it works with the read code routes, controller and views etc. Finnally... Happy Coding!Changelog
--------
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.Contributing
------------
Contributions are very welcome.License
-------This package is free software distributed under the terms of the [MIT license](LICENSE.md).