Activated June 2nd 2023 – ORIGIN23 – The class registration fee ($6.50) will still be fully charged and the 50% discount will be just on the first 4..
Category : Uncategorized
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..
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..
ADDING SENDER ..
customer property – CREATE_ONLINE_LOGIN_SEND_NOTIFICATION_DEFAULT_UNCH..
customer.module.account.unpaid_invoice.lab..
customer property: WEB_BOOKING_BOOKINGCONTROLLERV2_MIN_DURATION_xxx where xxx is the resource id (court id) if no resource-specific one is found then it looks for WEB_BOOKING_BOOKINGCONTROLLERV2_MIN_DURATION for globa..
Site property customer.module.account.unpaid_invoice.lab..
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 ..
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 ..