Notes
Notes - notes.io |
Session session=getSession();
Transaction tx=null;
try {
Query
query=session.createQuery("SELECT pk_invoice_id FROM history inv WHERE inv.pk_invoice_id=:pk_invoice_id");
query.setParameter("pk_invoice_id",invoiceObj.getPk_invoice_id());
query.setMaxResults(1);
Integer pk_invoice_id=(Integer)query.uniqueResult();
if(pk_invoice_id!=null) {
query=session.createQuery("FROM history inv WHERE inv.pk_invoice_id=:pk_invoice_id");
query.setParameter("pk_invoice_id", pk_invoice_id);
query.setMaxResults(1);
List<history> list=query.list();
trn_invoice trnInvoiceObj=new trn_invoice();
trnInvoiceObj.setPk_invoice_id(list.get(0).getPk_invoice_id());
trnInvoiceObj.setAccount_id(75);
trnInvoiceObj.setInvoice_number(list.get(0).getInvoice_number());
trnInvoiceObj.setCompany_code(list.get(0).getCompany_code());
trnInvoiceObj.setFiscal_year(list.get(0).getFiscal_year());
trnInvoiceObj.setItem_number(list.get(0).getItem_number());
trnInvoiceObj.setFkInvoiceType(list.get(0).getFkInvoiceType());
trnInvoiceObj.setFkPostingKey(list.get(0).getFkPostingKey());
trnInvoiceObj.setFkCustomerId(list.get(0).getFkCustomerId());
trnInvoiceObj.setInvoice_total_amount(list.get(0).getInvoice_total_amount());
trnInvoiceObj.setInvoice_due_amount(list.get(0).getInvoice_due_amount());
trnInvoiceObj.setInvoice_created_date(list.get(0).getInvoice_created_date());
trnInvoiceObj.setDue_date(list.get(0).getDue_date());
trnInvoiceObj.setDiscount_1_percentage(list.get(0).getDiscount_1_percentage());
trnInvoiceObj.setDiscount_2_percentage(list.get(0).getDiscount_2_percentage());
trnInvoiceObj.setDiscount_3_percentage(list.get(0).getDiscount_3_percentage());
trnInvoiceObj.setDebit_credit_indicator(list.get(0).getDebit_credit_indicator());
trnInvoiceObj.setIs_open(list.get(0).getIs_open());
trnInvoiceObj.setApproval_status("rejected");
session.close();
Session ses1=getSession();
tx=ses1.beginTransaction();
ses1.update(trnInvoiceObj);
tx.commit();
//Transaction tx1=null;
//
//Session s2=getSession();
//tx1=s2.beginTransaction();
//query=s2.createQuery("DELETE FROM history inv WHERE pk_invoice_id=:pk_invoice_id");
//query.setParameter("fk_invoice_id", pk_invoice_id);
//query.executeUpdate();
//tx1.commit();
//return true;
}
} catch (Exception e) {
LOGGER.error("Error while saving entry : ",e);
}
return false;
|
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team