SELECT
journal_voucher_id,
company,
voucher_type,
charge_acc_no,
`date`,
purchase_order_number,
party,
particulars,
total,
deposit_advice,
issued_by,
checked_by,
approved_by,
received_by
FROM journal_voucher
ORDER BY journal_voucher_id DESC
{“changelog”:[{“version”:”2.1″,”date”:”2024-09-24″,”changes”:[{“category”:”Changes”,”change”:”Remove the label P/O Number: from voucher view but do not remove the column from table”}]}],”props”:{“className”:”wp-block-block-changeloger changeloger-container”,”style”:{“–changeloger-pagination-text-color”:”#ffffff”,”–changeloger-pagination-bg-color”:”#000000″,”–changeloger-pagination-active-text-color”:”#000000″,”–changeloger-pagination-active-bg-color”:”#f5f5f5″,”–changeloger-pagination-hover-text-color”:”#ffffff”,”–changeloger-pagination-hover-bg-color”:”#333333″}},”version”:[{“version”:”2.1″,”date”:”2024-09-24″,”changes”:[{“category”:”Changes”,”change”:”Remove the label P/O Number: from voucher view but do not remove the column from table”}],”children”:[]}],”paginationStyles”:{“color”:”#ffffff”,”background-color”:”#000000″}}
SELECT
journal_voucher_id,
company,
voucher_type,
charge_acc_no,
`date`,
purchase_order_number,
party,
particulars,
total,
deposit_advice,
issued_by,
checked_by,
approved_by,
received_by
FROM journal_voucher
ORDER BY journal_voucher_id DESC
The obj folder holds object, or intermediate, files, which are compiled binary files that haven’t been linked yet. They’re essentially fragments that will be combined to produce the final executable. The compiler generates one object file for each source file, and those files are placed into the obj folder.
The bin folder holds binary files, which are the actual executable code for your application or library.