2026-08-27 10:52:49 +08:00
2020-10-19 10:12:55 +08:00
2024-11-06 19:44:08 +08:00
2026-06-15 10:22:51 +08:00
2021-08-12 23:41:54 +08:00
2026-08-26 13:36:18 +08:00
2022-05-30 00:56:32 +08:00
2020-10-19 10:12:55 +08:00
2026-08-26 13:36:18 +08:00
2020-10-19 10:12:55 +08:00
2020-10-19 10:12:55 +08:00
2020-10-19 10:12:55 +08:00
2021-02-09 11:22:56 +08:00
2020-10-19 10:12:55 +08:00
2021-02-09 11:22:56 +08:00
2020-10-19 10:12:55 +08:00
2020-10-19 10:12:55 +08:00

If you does't know what is this you probably in wrong project

--- for all ip
CREATE USER 'kaunteruser'@'%' IDENTIFIED BY 'your_password';

--- for specific ip
CREATE USER 'kaunteruser'@'localhost' IDENTIFIED BY 'your_password';

GRANT ALL PRIVILEGES ON kaunter_erahn.* TO 'kaunteruser'@'%';
FLUSH PRIVILEGES;

ADDITIONAL NOTE

customers/v2/index.blade.php is modal to register customer

Min Komoditi = RM5000

System Flowchart

Proses Gadaian

  1. Pelanggan datang bawa marhun
  2. Teller daftar maklumat pelanggan jika pelanggan baharu
  3. Serah marhun ke penilai untuk timbang
  4. Teller daftar marhun di sistem berdasarkan maklumat dari penilai
  5. Penilai print SAG dan serah marhun ke Khazanah (PC/PPC) - khazanah can still scan still scan though
  6. Khazanah scan barcode dekat SAG untuk masuk ke dalam peti besi
  • table involved - gadai.semakbarcode (default is blank, after is Lulus)
  1. DONE

Setup new branch command:

  1. Duplicate previous branch table - use erahn_{{name}}
SET FOREIGN_KEY_CHECKS = 0;

SET SESSION group_concat_max_len = 1000000;

SELECT GROUP_CONCAT(
    CONCAT('TRUNCATE TABLE `', table_name, '`')
    SEPARATOR '; '
) INTO @sql
FROM information_schema.tables
WHERE table_schema = DATABASE();

SELECT @sql; --- copy the output and paste it

SET FOREIGN_KEY_CHECKS = 1;
  1. Add new cawangan kod on master_erahn.arrahn_master_db and and kaunter_erahn.cawangan
  2. Register new cawangan detail in erahn_{{name}}.cawangan
S
Description
No description provided
Readme 81 MiB
2026-05-24 16:40:39 +08:00
Languages
Blade 83.4%
PHP 13.6%
Hack 3%