Category : Uncategorized

Home » Archive by category : Uncategorized (paged 5)

For Amazon Linux 2023: >sudo yum install -y docker Start the Docker service. >sudo service docker start (Optional) To ensure that the Docker daemon starts after each system reboot, run the following command: >sudo systemctl enable docker Add the ec2-user to the docker group so you can execute Docker commands without using sudo. >sudo usermod -a -G docke..

Read more

Payment option is disabled for certain days/times. Only pay entire booking is allowed. For these times, they system will bypass this pop up box and take the user directly to the payment page. Customer Properties: PAYMENT_OPTION_DISABLED_FROM_TIME_RESOURCE_resourceId_day PAYMENT_OPTION_DISABLED_TO_TIME_RESOURCE_resourceId_day e.g. key=PAYMENT_OPTION_DISABLED_FROM_TIME_RESOURCE_C1_MONDAY, valu..

Read more

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