تصميم وبرمجة تطبيق ويب محاسبي
مرحلة البرمجة والتعامل مع قاعدة البيانات وعمليات الدخال والتعديل والقراءة للبيانات
سيتم خلال هذه المرحلة التعرف على كيفية تجهيز ملفات التعامل مع قاعدة البيانات والمشتملة على عرض البيانات ، إدخال سجل جديد ، تعديل سجل موجود ، حذف سجل
كذلك ينتعامل مع تصميم نموذج الادخال والذي يحتوي على خانات ادخال وقوائم منسدلة تعرض بيانات من جدول آخر
التصميم سيكون بأكواد إتش تي إم إل بسيطة وسهلى التعلم ، البرمجة ستتم باستخدام أكواد جافا بصورة مبسطة وسهلت التعلم
بعد هذه المرحلة سيكون بإمكانك أن تكتب برنامج يحتوي على تعليمات وأوامر الإضافة والتعديل والحذف وقراءة سجلات متعددة وقراءة سجل واحد في قاعدة البيانات
Design and programming of an accounting web application
The stage of programming and dealing with the database and the processes of entering, modifying and reading the data During this stage, you will learn how to prepare files to deal with the database, which includes displaying data, entering a new record, modifying an existing record, deleting a record as well as dealing with the design of the entry form, which contains On entries and drop-down lists that display data from another table
The design will be simple and easy to learn HTML codes, programming will be done using Java codes in a simplified manner and facilitated learning.
After this stage, you will be able to write a program that contains instructions and commands to add, modify, delete, read multiple records, and read one record in the database.