Archives : May-2023

Home » 2023 (paged 2)

A typical service class method looks like the following: public void updateSomething(TransactionConfig tc, …) { try { TransactionHelper.begin(tc); …. TransactionHelper.commit(tc); } catch (Exception e) { TransactionHelper.rollback(tc); throw e; } } OR public xxx getSomething(TransactionConfig tc, …) { try { TransactionHelper.begin(tc); …. return xxx; } finally { TransactionHelper.rollback(tc); } } The object TransactionConfig can be used ..

Read more

CREATING SPORTLOGIC CLEARING ACCOUNT Now login normally to xero.com and Settings>Chart of accounts>Add Account code : 0000Name: Sportlogic Clearing AccountCheck – Enable payments to this account and click save MAPPING XERO ACCOUNTS  To Map Accounting>General Ledger Accounts then click on Map Xero Accounts All Asset accounts should be mapped to Sportlogic clearing account (0000) as ..

Read more

customer properties- CLASS_DISCOUNT_HANDLER com.markjenny.tms.service.squad.MultiCartItemsClassDiscountHandler WEB_APP_CUSTOMER_PORTAL_ONLINE_ORDER_FORM_HANDLER com.sportlogic.tms.web.customer.handler.customisation.DefaultOnlineOrderFormHandler MULTI_CART_ITEMS_CLASS_DISCOUNT_HANDLER_DISCOUNT_RATE 0.05 MULTI_CART_ITEMS_CLASS_DISCOUNT_HANDLER_DISCOUNT_START_F..

Read more