Array
(
    [0] => update "Penjualan".sales_order 
					set netto='0',brutto='',ppn='0'
					where no_so='' ;
    [1] => INSERT INTO "Pegawai".log_transaksi(
					kode_pegawai, tanggal, no_faktur, kondisi, info1, info2, info3)
					VALUES ('' , '2025-12-08 10:23:52', '', '18', '216.73.216.111', '', '');
)
{"result":"false", "msg":"Penyimpanan Data Gagal", "status":"Array\n(\n [0] => Data Entry so yang ke 0 yaitu update \"Penjualan\".sales_order \n\n set netto='0',brutto='',ppn='0'\n\n where no_so='' ; -> Gagal disimpan dengan error sebagai berikut: ERROR: invalid input syntax for type numeric: \"\"\nLINE 2: set netto='0',brutto='',ppn='0'\n ^ ::
\n [1] => Data Entry so yang ke 1 yaitu INSERT INTO \"Pegawai\".log_transaksi(\n\n kode_pegawai, tanggal, no_faktur, kondisi, info1, info2, info3)\n\n VALUES ('' , '2025-12-08 10:23:52', '', '18', '216.73.216.111', '', ''); -> Gagal disimpan dengan error sebagai berikut: ERROR: current transaction is aborted, commands ignored until end of transaction block ::
\n)\n"}