i hv an issue here…I'm creating a system which record claim for our staff. and thing works ok if theres no new record/claim being made… (which is NOT possible accept my company is closed) FYI i'm integrating the system by using jqgrid inside FACEBOX.
first thing first:
I hv 2 tables for data :
a) tbl_claim ~ data for claim e.g. name, date. [enter] it will generate “claim id”
b) tbl_claimdetail ~ Detail claim e.g. list of item claimed, amount, generate “detail claim id”
i hv these files
1. claim.php – (contain form + div & table for jqgrid, + attach the claimgrid.js)
2.claimgrid.js – (contain the jqgrid properties)
3.claimdata.php – (for populating data inside jqgrid)
4.claimedit.php – (for update and insert data inside jqgrid)
5.claimid.php – (for inserting data inside 'tbl_claim')
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top