Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vahidkaargar/simple-accounting
https://github.com/vahidkaargar/simple-accounting
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vahidkaargar/simple-accounting
- Owner: vahidkaargar
- Created: 2023-08-30T10:56:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T11:45:35.000Z (over 1 year ago)
- Last Synced: 2023-09-17T13:28:43.031Z (over 1 year ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## This is a simple wallet management script
### Installation
```
1. Import Database.sql
2. Rename configs.backup.php (includes directory) to configs.php
3. Fill variables in configs.php with suitable values
```### Api Addresses
```
/api.php?action=transaction.create&token=TOKEN_KEY
```### Admin Addresses
```
/admin.php?action=index
```