https://github.com/mathisi-io/t24dev
T24 Programming
https://github.com/mathisi-io/t24dev
banking banking-system infobasic jbc subroutines t24
Last synced: 6 months ago
JSON representation
T24 Programming
- Host: GitHub
- URL: https://github.com/mathisi-io/t24dev
- Owner: mathisi-io
- License: apache-2.0
- Created: 2020-08-29T19:25:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T10:29:48.000Z (over 3 years ago)
- Last Synced: 2024-11-08T07:39:03.620Z (11 months ago)
- Topics: banking, banking-system, infobasic, jbc, subroutines, t24
- Language: Limbo
- Homepage: https://mathisi.io
- Size: 77.1 KB
- Stars: 49
- Watchers: 10
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# T24 Programming

## About this course
The purpose of this course is to provide _to practical knowledge and skills on "T24 programming"_ to help professionals working with T24 core banking system start solving some real challenges.
Programming experience in any other language is not a must, but it will help you to master the concepts that will be taught here on _"InfoBasic or jbc"_, the programming language of T24 core banking system.
This is a beginner to intermediate course. This means that some of the advanced concepts will not be discussed here. However the knowledge you will gain will help you understand _"T24 CBS"_ and how to solve real challenges.
> _The projects that will develop together will be relatively small but they will be solving real-world challenges. For some, this is going to be an opportunity to improve their knowledge of "finance and banking"._
## Course Content
- [Home](https://github.com/mathisi-io/t24dev/wiki)
- [Getting started with InfoBasic(jbc)](https://github.com/mathisi-io/t24dev/wiki/Getting-started)
- Key Features of InfoBasic
- [Variables and Data Types](https://github.com/mathisi-io/t24dev/wiki/Variables-and-Data-Types)
- [Comments](https://github.com/mathisi-io/t24dev/wiki/Comments)
- [Assignment and Comparison Operators](https://github.com/mathisi-io/t24dev/wiki/Operators)
- [Arithmetic Operations](https://github.com/mathisi-io/t24dev/wiki/Arithmetics)
- [Multi Value](https://github.com/mathisi-io/t24dev/wiki/Multi-value)
- [Statements and Functions](https://github.com/mathisi-io/t24dev/wiki/Statements-and-Functions)
- Control Flow
- [If and If...else Statement](https://github.com/mathisi-io/t24dev/wiki/If-Else)
- [CASE Statement](https://github.com/mathisi-io/t24dev/wiki/Case)
- [Loops: For and While](https://github.com/mathisi-io/t24dev/wiki/Loops)
- [GOSUB and Labels](https://github.com/mathisi-io/t24dev/wiki/Labels)
- Subroutines and Functions
- [Subroutine Vs Functions](https://github.com/mathisi-io/t24dev/wiki/Subroutine-Vs-Functions)
- [Structure of Subroutine](https://github.com/mathisi-io/t24dev/wiki/Structure-of-Subroutine)
- [Subroutines](https://github.com/mathisi-io/t24dev/wiki/Subroutines)
- [Functions](https://github.com/mathisi-io/t24dev/wiki/Functions)
- [Working with Files](https://github.com/mathisi-io/t24dev/wiki/Files)
- [OFS](https://github.com/mathisi-io/t24dev/wiki/OFS)
- [Template Programming](https://github.com/mathisi-io/t24dev/wiki/Template-Programming)
- [T24 Integration with other Systems](https://github.com/mathisi-io/t24dev/wiki/Integration)
- T24 Business Training
- [Customer and Accounts](https://github.com/mathisi-io/t24dev/wiki/cu-ac)
- [Funds Transfer](https://github.com/mathisi-io/t24dev/wiki/funds-transfer)
- [AA Module](https://github.com/mathisi-io/t24dev/wiki/aa)
- T24 Navigation Training
- [Classic UI](https://github.com/mathisi-io/t24dev/wiki/navigation-classic)
- [Browser UI](https://github.com/mathisi-io/t24dev/wiki/navigation-browser)
- T24 Administration Training
- [Temenos Connectors](https://github.com/mathisi-io/t24dev/wiki/Temenos-Connectors)
- [Close of Business(COB)](https://github.com/mathisi-io/t24dev/wiki/cob)