Indonesia
English
Halo sobat semuanya. Saya sudah membuat 1 produk Aplikasi Customer
Relationship Management atau CRM gratis yang dibuat menggunakan Laravel.
Berikut adalah fitur lengkap dari aplikasi FreeCRM saya:
- Client Management termasuk:
- Clients,
- Projects,
- Notes,
- Documents,
- Transactions,
- Reports
- Client Management Settings termasuk:
- Currencies,
- Transaction Types,
- Income Resources,
- Client Statuses,
- Project Statuses
- Product Management termasuk:
- Categories,
- Tags,
- Products
- Task Management termasuk:
- Statuses,
- Tags,
- Tasks,
- Calendar
- Expense Management termasuk:
- Expense Categories,
- Income Categories,
- Expenses,
- Income,
- Monthly Reports
- User Management termasuk:
- Permissions,
- Roles,
- Users
- Messenger
- Change Password
Cara Instalasi
- Download Aplikasi FreeCRM disini
- Buat database dengan nama yang sudah Anda tentukan. Contoh "freecrm"
- Extract file-nya dimana saja yang mudah Anda ingat
- Buat folder di root server contoh beri nama folder "freecrm" tanpa double quote
- Copy source code yang tadi anda extract ke folder web root yang sudah Anda buat barusan
-
Cari dan edit file yang bernama ".env" menggunakan notepad dan ubah
bagian ini:
DB_DATABASE=freecrm
DB_USERNAME=root
DB_PASSWORD=
Sesuaikan database, username dan passwordnya, setelah selesai simpan dan keluar dari notepad. - Kembali ke folder hasil extract tadi, cari file database.sql
- Import database.sql tersebut ke database yang sudah Anda buat tadi
Proses instalasi telah selesai silahkan Anda mencobanya di browser.
Saran
Untuk memudahkan tes di lokal, saya sarankan menggunakan Laragon yang bisa
Anda download
disini. Mengapa Laragon? Karena Laragon memiliki fitur Auto Create Virtual Host
yang dapat memudahkan Anda mengakses aplikasi yang dibuat oleh Laravel dan
juga lebih mudah dalam mengelola server lokal.
Hi everyone, I've whipped up this free Customer Relationship Management (CRM)
app using Laravel. Check out all the features in my FreeCRM app:
- Client Management termasuk:
- Clients,
- Projects,
- Notes,
- Documents,
- Transactions,
- Reports
- Client Management Settings termasuk:
- Currencies,
- Transaction Types,
- Income Resources,
- Client Statuses,
- Project Statuses
- Product Management termasuk:
- Categories,
- Tags,
- Products
- Task Management termasuk:
- Statuses,
- Tags,
- Tasks,
- Calendar
- Expense Management termasuk:
- Expense Categories,
- Income Categories,
- Expenses,
- Income,
- Monthly Reports
- User Management termasuk:
- Permissions,
- Roles,
- Users
- Messenger
- Change Password
Installation Steps:
- Download the FreeCRM Application here.
- Create a database with a name of your choice (e.g., "freecrm").
- Extract the files.
- Create a folder in the server's root directory, for example, name the folder "freecrm" without double quotes.
- Copy the source code you extracted into the web root folder you just created.
-
Find and edit the file named ".env" using Notepad and change this
section:
DB_DATABASE=freecrm
DB_USERNAME=root
DB_PASSWORD=
Adjust the database, username, and password accordingly. Save and exit Notepad. - Go back to the extracted folder, find the database.sql file.
- Import the database.sql into the database you created earlier.
The installation process is complete; feel free to try it out in your
browser.
Tips
For easy testing locally, I recommend using Laragon, which you can
download
here. Why Laragon? Because Laragon has an Auto Create Virtual Host feature
that makes it easy to access applications created by Laravel and also
simplifies the management of the local server.