salesvspurchase and final accounts pages change

This commit is contained in:
Sampanna Rimal
2024-08-05 13:13:06 +05:45
parent c16163bf01
commit d164f3139d
18 changed files with 743 additions and 412 deletions

View File

@ -264,7 +264,7 @@ class Vouchers extends CI_Controller
$entry_no++;
echo json_encode(['status' => 'success']);
// echo json_encode(['status' => 'success']);
loadview("accounts/vouchers/create", $data);
break;
}