Restaurant Management System Open Source Project - PHP

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 224

  • @SagarKumar-dp2ek
    @SagarKumar-dp2ek 4 года назад +5

    Thank you so much for your code I really appreciate your work. 50% of my work has been less because of you man.

    • @codersfolder
      @codersfolder  4 года назад +3

      You're welcome bro :).
      Please don't forget to like, share, and subscribe

    • @SagarKumar-dp2ek
      @SagarKumar-dp2ek 4 года назад +2

      @@codersfolder Already subscribed and shared. :)

    • @codersfolder
      @codersfolder  4 года назад +2

      @@SagarKumar-dp2ek Thanks :)

    • @lokeshthakare6596
      @lokeshthakare6596 3 года назад

      what is password for this

    • @SagarKumar-dp2ek
      @SagarKumar-dp2ek 3 года назад +1

      @@lokeshthakare6596 admin123

  • @kalanzans
    @kalanzans 6 лет назад +1

    Good work! Congrats from Brazil!

  • @jitechtv89
    @jitechtv89 4 года назад +1

    great vids thanks for sharing!!!

  • @novinpradhan7629
    @novinpradhan7629 6 лет назад +1

    Thank you alot. I was able to install completely though had to go through couple of errors. Great Video!

    • @simranjeetsingh7982
      @simranjeetsingh7982 4 года назад

      Can you please tell me how to resolve the manage order screen error. I'm new to php. manage order? DataTables warning: table id=manageTable - Invalid JSON response. For more information about this error, please see

    • @animalshub3671
      @animalshub3671 Год назад

      Can you please share the source code I need for a project really urgent and I can't find it on the open link

  • @agotrader960
    @agotrader960 6 лет назад

    Thank you very much. It is very good project.

    • @as_shivmahima
      @as_shivmahima 2 года назад

      Can you share the source code link for front end and backend .

  • @lightmare1919
    @lightmare1919 4 года назад +1

    nice

  • @shashithasandunil9464
    @shashithasandunil9464 2 года назад

    Thank you sir....

  • @ranser7862
    @ranser7862 4 года назад

    Nice! owesome

  • @panuluh
    @panuluh 2 года назад

    good project

  • @b2jthe_one975
    @b2jthe_one975 6 лет назад +1

    thanks

  • @iJuce
    @iJuce 4 года назад +1

    hahaahah admin leo@messi n1 one

  • @mohamedirfan1005
    @mohamedirfan1005 6 лет назад

    Nice brother

  • @user-rv9jz6du2r
    @user-rv9jz6du2r 4 года назад

    thank u

  •  5 месяцев назад

    heuuuuuuu I think euuuuuuuu we can euuuuuuuuu xD

  • @b2jthe_one975
    @b2jthe_one975 6 лет назад

    hello, thank you for the code source. can you do a tutorial for POS print please

  • @jitechtv89
    @jitechtv89 4 года назад

    just one observation the saved store_id on the orders table is the user_id something wrong when loading manage orders here is the bug inside model _Orders modules original code was:
    public function create()
    {
    $user_id = $this->session->userdata('id');
    // get store id from user id
    $user_data = $this->model_users->getUserData($user_id);
    $store_id = $user_data['store_id'];
    $bill_no = 'BILPR-'.strtoupper(substr(md5(uniqid(mt_rand(), true)), 0, 4));
    $data = array(
    'bill_no' => $bill_no,
    'date_time' => strtotime(date('Y-m-d h:i:s a')),
    'gross_amount' => $this->input->post('gross_amount_value'),
    'service_charge_rate' => $this->input->post('service_charge_rate'),
    'service_charge_amount' => ($this->input->post('service_charge_value') > 0) ?$this->input->post('service_charge_value'):0,
    'vat_charge_rate' => $this->input->post('vat_charge_rate'),
    'vat_charge_amount' => ($this->input->post('vat_charge_value') > 0) ? $this->input->post('vat_charge_value') : 0,
    'net_amount' => $this->input->post('net_amount_value'),
    'discount' => $this->input->post('discount'),
    'paid_status' => 2,
    'user_id' => $user_id,
    'table_id' => $this->input->post('table_name'),
    'store_id' => $store_id,
    );
    $insert = $this->db->insert('orders', $data);
    $order_id = $this->db->insert_id();
    $count_product = count($this->input->post('product'));
    for($x = 0; $x < $count_product; $x++) {
    $items = array(
    'order_id' => $order_id,
    'product_id' => $this->input->post('product')[$x],
    'qty' => $this->input->post('qty')[$x],
    'rate' => $this->input->post('rate_value')[$x],
    'amount' => $this->input->post('amount_value')[$x],
    );
    $this->db->insert('order_items', $items);
    }
    // update the table status
    $this->load->model('model_tables');
    $this->model_tables->update($this->input->post('table_name'), array('available' => 2));
    return ($order_id) ? $order_id : false;
    }

    • @ldvr1808
      @ldvr1808 3 года назад

      how do i make the correction?? thanks

  • @AleatorioDesigual
    @AleatorioDesigual 5 лет назад

    Could develop a system for salon and spa with appointment and type of promotions. I'm your incrito and I'm just giving you an idea because I did not see anyone doing it on youtube

  • @steveotieno8441
    @steveotieno8441 6 лет назад

    the project looks goo, it is under which license?

  • @syedasad4833
    @syedasad4833 6 лет назад

    This is great! when will you upload its tutorial?

    • @israelshiloh6335
      @israelshiloh6335 3 года назад

      I guess I am quite off topic but does anyone know of a good site to watch newly released movies online?

    • @irahamza1916
      @irahamza1916 3 года назад

      @Israel Shiloh Flixportal :)

    • @israelshiloh6335
      @israelshiloh6335 3 года назад

      @Ira Hamza thanks, I went there and it seems like they got a lot of movies there :D Appreciate it !

    • @irahamza1916
      @irahamza1916 3 года назад

      @Israel Shiloh happy to help xD

  • @davidespigolon8170
    @davidespigolon8170 6 лет назад

    This is for the backend part and if I wanted to add the frontend part?
    How should i do?
    backend: localhost / site / admin
    frontend: localhost / site

  • @rakshyabista7731
    @rakshyabista7731 5 лет назад +1

    sir please help ? i get this error while printing.
    A PHP Error was encountered
    Severity: Notice
    Message: Undefined index: name
    Filename: controllers/Orders.php
    Line Number: 336
    Backtrace:
    File: C:\xampp\htdocs
    estaurant\application\controllers\Orders.php
    Line: 336
    Function: _error_handler
    File: C:\xampp\htdocs
    estaurant\index.php
    Line: 315
    Function: require_once

    • @davemunoz9742
      @davemunoz9742 4 года назад

      same here, did you find the error?

  • @jitechtv89
    @jitechtv89 4 года назад

    also insert the fix on the public function create()

  • @simranjeetsingh7982
    @simranjeetsingh7982 4 года назад +1

    Sir it's giving error when click on manage order menu. manage order? DataTables warning: table id=manageTable - Invalid JSON response. For more information about this error, please see

    • @The321654987abc
      @The321654987abc 4 года назад +1

      thats because the ID of the store is fetch from the actual session; If you're logged as an Admin you are not technically "part" of the store. However, if you log in as a user linked to a store it will work naturally.

    • @as_shivmahima
      @as_shivmahima 2 года назад

      can you share the source code link to download it .Need your help

    • @simranjeetsingh7982
      @simranjeetsingh7982 2 года назад

      @@as_shivmahima its not free

  • @khajanaimuddin2554
    @khajanaimuddin2554 7 месяцев назад

    Hi dear actually I have hospitality software with third-party,we want to bring it from cloud to onprime is it possible. What configuration we required for on prime

  • @virman11
    @virman11 3 года назад

    Request mangement warehouse please, php + sql. Thanks, iam support your channel

  • @shahidmuhammed6217
    @shahidmuhammed6217 6 лет назад +5

    error in manage orders (admin login)

  • @eltayebibrahim4085
    @eltayebibrahim4085 5 лет назад +1

    منتدى جميل ومفيد اتمنى ان اكون احد اعضاءه

  • @wanicharles8306
    @wanicharles8306 3 дня назад

    the link does not allow me to navigate so as to download the code

  • @ailemak59
    @ailemak59 6 лет назад

    Hello! I have a little problem. When I press the option "Manage Orders" or "Manage Products" or "Category" dashboardmenu, it displays the following error: "DataTables warning: table id=manageTable - Invalid JSON response." Do you know which is the cause or where I should look? Thank you!

    • @mohammadkouta339
      @mohammadkouta339 5 лет назад

      hey i download the project but its require a username and pass i try the one in database and its nt right how can i login

    • @davemunoz9742
      @davemunoz9742 4 года назад

      @Mony HO but then the manage store section get the same problem, did u fix that part?

  • @WaterSeason571
    @WaterSeason571 6 лет назад

    This a great project. I have a question that i want to add a page i do everythink but didn't find the dashboardMainMenu page . So please help me.

  • @synlogicph8488
    @synlogicph8488 4 года назад +1

    error in manage order's
    store ID = 0 in table order please help

  • @adzero87
    @adzero87 День назад

    i want it to be used on tablet so that my waiters can take orders

  • @bhagyashridhikale8767
    @bhagyashridhikale8767 3 года назад

    Sir how to change dollar currency in indian and how to set time

  • @phxmanagement998
    @phxmanagement998 4 года назад

    any can help me..... cannot akses.....Firefox can’t establish a connection to the server at localhost:8888.

  • @sandeepsrisiva8758
    @sandeepsrisiva8758 3 года назад

    Time zone changed in config but it's not working please tell me the out change timezone

  • @eshahabi7075
    @eshahabi7075 5 лет назад +1

    database SQL is missing..
    please upload it
    thanks

    • @poikilos2182
      @poikilos2182 5 лет назад +1

      It was only available on one of the MediaFire links on the author's blog. See the repo I made at github.com/poikilos/cf-restaurant-online instead to avoid dangerous ads.

  • @keerikadanjose6157
    @keerikadanjose6157 6 лет назад

    Dear i cant able to find create.php in views-tables ???

  • @futurosolucoes9325
    @futurosolucoes9325 3 года назад

    is it responsive? thanks for project

  • @knowledgehub7897
    @knowledgehub7897 5 лет назад

    who can i open itt ... copy files files in htdocs but still not working

  • @gauravsanchetii
    @gauravsanchetii 3 года назад

    Not working. did all changes but still showing that username and password are incorrect

  • @lm1104
    @lm1104 2 года назад

    how does date time change?

  • @anassamrani9428
    @anassamrani9428 3 года назад

    Hi do i need to install codeigniter to run this project ?

  • @ahmeterenyesiltas5116
    @ahmeterenyesiltas5116 2 года назад

    sir please help me. i get this error:
    A PHP Error was encountered
    Severity: 8192
    Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
    Filename: drivers/Session_files_driver.php
    Line Number: 132
    Backtrace:
    File: C:\xampp\htdocs
    estaurant\application\core\MY_Controller.php
    Line: 7
    Function: __construct
    File: C:\xampp\htdocs
    estaurant\application\core\MY_Controller.php
    Line: 18
    Function: __construct
    File: C:\xampp\htdocs
    estaurant\application\controllers\Auth.php
    Line: 10
    Function: __construct
    File: C:\xampp\htdocs
    estaurant\index.php
    Line: 315
    Function: require_once

  • @ashikmece
    @ashikmece 5 лет назад

    I have installed but can't run the program. Can you help me?

  • @prathamshah7530
    @prathamshah7530 3 года назад

    Hey !! Can we get daily sale report in it ?

  • @ariyansgroup
    @ariyansgroup 3 года назад

    How to manage, if 4 different person's sit on a 4 chair table as per this project?

    • @as_shivmahima
      @as_shivmahima 2 года назад

      can you share source code link to download it

  • @sirajalshami6425
    @sirajalshami6425 Год назад

    the source code isn't available anymore!

  • @SanikaKheratakar
    @SanikaKheratakar 3 месяца назад

    I am a student of 2021-2022 so i want to pay lc fee from cimstudent erp software then in 2024 how can i pay

  • @SwathyHgowda
    @SwathyHgowda 6 лет назад

    sir its not downloading its showing problem in loading page plz help us

  • @jitechtv89
    @jitechtv89 4 года назад

    then I fix the problem by getting store_id based on table_id not on the user_id thats causing the error on managed orders here is the fix below:
    // get store id from Table id
    $table_id = $this->input->post('table_name');
    $table_data = $this->model_tables->getTableData($table_id);
    $store_id = $table_data['store_id'];
    // =========================
    just insert the code above after ""$user_data = $this->model_users->getUserData($user_id);" and delete the code "$store_id = $user_data['store_id'];"
    because thats causing the bug

  • @youseffahmed5184
    @youseffahmed5184 6 лет назад +1

    hi thank you for ur source code but i have a problem when i go to the app this message out A PHP Error was encountered
    Severity: Warning
    Message: mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

    • @wisdom1223
      @wisdom1223 3 года назад

      @Omair Mandhai change your database password and database name in config file

  • @thoubicpsna7195
    @thoubicpsna7195 6 лет назад

    i download the file and integrated, but show
    Fatal error: Can't use method return value in write context in D:\xampp\htdocs
    estaurant\application\core\MY_Controller.php on line 21
    Fatal error: Class declarations may not be nested in D:\xampp\htdocs
    estaurant\system\core\Exceptions.php on line 49
    how to fix??

    • @EduardoChie
      @EduardoChie 6 лет назад

      You problem is version Mysql and PhP

    • @jedrulfo
      @jedrulfo 6 лет назад

      Tengo el mismo error, cual es la version de php que se debe tener? yo lo instale en godaddy.

  • @rakshyabista7731
    @rakshyabista7731 5 лет назад +1

    sir what is this error in manage order? DataTables warning: table id=manageTable - Invalid JSON response. For more information about this error, please see datatables.net/tn/1????

  • @romeus2012
    @romeus2012 3 года назад

    Saludos, puede enviar el código
    Gracias

  • @harshaprasad555
    @harshaprasad555 6 лет назад +1

    I downloaded the folder , however I cant see the individual php files , I want to modify the code and change colors as such, Is there any way to do this?. Thanks

    • @codersfolder
      @codersfolder  6 лет назад +2

      For the html code, applications >> view
      For php code, applications >> controller
      For database, applications >> model

    • @harshaprasad555
      @harshaprasad555 6 лет назад

      I am sorry, the folder I downloaded has only 6 files ( .htaccess, composer.json,contributing.md,index.php.license.txt,readme.rst ) Have a I downloaded the correct file?. Thanks

    • @codersfolder
      @codersfolder  6 лет назад

      I don't think you have downloaded the correct file. It should contain the application, assets, and system folder.

    • @RajendraParouha
      @RajendraParouha 6 лет назад

      Ere4u is the most reliable restaurant software and very effective in managing activities like inventory, accounting, billing, generating kitchen order ticket etc. for your restaurant. You can Call 9893544430 for FREE DEMO

    • @projectworlds
      @projectworlds 6 лет назад

      here available free projects
      projectworlds.in

  • @omranimohamedamine798
    @omranimohamedamine798 5 лет назад

    hello sir , which version of php are u using ?

  • @DevVault020
    @DevVault020 Год назад

    code link is forbidden

  • @pythoning5284
    @pythoning5284 5 лет назад

    Like wordpress

  • @WaterSeason571
    @WaterSeason571 6 лет назад

    How can i add page in menu

  • @education_sharing
    @education_sharing 4 года назад

    I don`t Known password login

    • @codersfolder
      @codersfolder  4 года назад

      email: admin@admin.com
      password: password
      I hope this helps you

  • @evarestusbrianikechukwu7141
    @evarestusbrianikechukwu7141 2 года назад

    your download link and your site is not working bro

  • @dawanmuhamad
    @dawanmuhamad Год назад

    hi bro , why source code link not working (error 404)

  • @adzero87
    @adzero87 День назад

    connect other pc

  • @iSoftInt
    @iSoftInt 5 лет назад +3

    Can you give me user name & password for this project.

  • @catarinajulio2520
    @catarinajulio2520 4 года назад

    Hi, where is the route?
    I want to edit cod and I don't know where is the route.

    • @codersfolder
      @codersfolder  4 года назад

      The routes exists in config/routes.php

    • @catarinajulio2520
      @catarinajulio2520 4 года назад

      Codersfolder hi, thanks for answering but there are only
      $route['default_controller']='auth/login;
      $route['404_override']=' ';
      $route['translatr_uri_dashes']= FALSE;
      and I want to see order routes to be able to edit.

    • @codersfolder
      @codersfolder  4 года назад

      @@catarinajulio2520 it is code igniter, it does not have routes lai laravel.

  • @drrrb2613
    @drrrb2613 4 года назад

    Why does your official web link has 503 service error ?

    • @codersfolder
      @codersfolder  4 года назад

      The site is up now. Thanks
      Please don't forget to like, share and subscribe. Thank you

  • @sundzeaisha6583
    @sundzeaisha6583 Год назад

    please can you make the source code available for download please🙏

  • @drrrb2613
    @drrrb2613 4 года назад

    This site can’t be reached
    localhost refused to connect ,
    I get this error , how can i fix this ?
    someone help me plz

    • @codersfolder
      @codersfolder  4 года назад

      First, Do you have xampp/wamp/mamp? Then configure the database

    • @drrrb2613
      @drrrb2613 4 года назад

      Thank You so much dai , any idea on how to fix the error on Manage order section ? That says DataTables Warning : table id = manageTable - Invalid JSON response ?

    • @codersfolder
      @codersfolder  4 года назад

      @@drrrb2613 it might be PHP or js error. Please check on network section.

  • @shahabhaidar
    @shahabhaidar Год назад

    Download Link is not working

  • @koksiantee4679
    @koksiantee4679 5 лет назад

    anyone know how to i do the front end with this ?

    • @muhaiminulislam5547
      @muhaiminulislam5547 5 лет назад

      front end is free. u can download this template from by searching google ( SB2 admin )

  • @gauravmardia463
    @gauravmardia463 4 года назад

    Someone is selling this code for huge profits to clients.
    Do you get paid royalty?
    Do you own intellectual property rights to the code?
    Exploring legal action against the developer selling your free/open source software as his own coded software.

  • @hemakumari594
    @hemakumari594 6 лет назад

    sir how can i add nav button in this project plzz sir tell me.......

    • @codersfolder
      @codersfolder  6 лет назад

      you have to go application >> view >> templates >> header.php
      In there you will the menu list

  • @Suriprofz
    @Suriprofz 5 лет назад +9

    Alot of 'uhhhh' ,

  • @jvitz2927
    @jvitz2927 3 года назад

    open source code not working

  • @phxmanagement998
    @phxmanagement998 4 года назад

    where the set timezone sir?tq

  • @sanchitapaul1528
    @sanchitapaul1528 3 года назад

    can you share any repo link or source code?

  • @hemakumari6989
    @hemakumari6989 6 лет назад

    Sir plzz tell me how to add new nav bar in this project

    • @codersfolder
      @codersfolder  6 лет назад

      you have to go application >> view >> templates >> header.php
      In there you will the menu list

    • @hemakumari6989
      @hemakumari6989 6 лет назад

      Codersfolder sir there is no such menu list in header.php

    • @hemakumari6989
      @hemakumari6989 6 лет назад

      Codersfolder sir give me your email Id....plzz

    • @businessvidyabybhaskarraik8759
      @businessvidyabybhaskarraik8759 6 лет назад

      Its hard to believe how this ere4u restaurant software made the task of billing, accounting, table layout, kitchen order ticket, home delivery service, inventory management etc so easy. You can Call 9893544430 for FREE DEMO

    • @Eceswar
      @Eceswar 5 лет назад

      @@businessvidyabybhaskarraik8759 is there any free application for inventory management?

  • @komangwahyuhadipermana2516
    @komangwahyuhadipermana2516 5 лет назад +1

    what is the admin password?

  • @nguyenduyen8719
    @nguyenduyen8719 6 лет назад

    Hello, thank you so much for the source code and the tutorial installation. But I have problem: When i logged in, it said : The requested URL /restaurant/auth/login was not found on this server. Please tell me how to fix it, I’m a newbie. Thank you.

    • @codersfolder
      @codersfolder  6 лет назад

      did you install the xampp?

    • @nguyenduyen8719
      @nguyenduyen8719 6 лет назад

      yes, i did. I'm using Mamp.This is the image: drive.google.com/file/d/1wElNUyZAN-KUSsIWS8B6KnRUhp10-AMB/view?usp=sharing

    • @codersfolder
      @codersfolder  6 лет назад

      It don't see MAMP >> htdocs.

    • @nguyenduyen8719
      @nguyenduyen8719 6 лет назад

      Do you have free time right now? Can you use teamview and help me? T^T i really need this project. (sr for my bad english)

    • @codersfolder
      @codersfolder  6 лет назад

      You can use the contact page in the website. Maybe I can help

  • @hodibsoft1593
    @hodibsoft1593 3 года назад

    Pls need script for print bank chque with php .html.sql

  • @rogeracg
    @rogeracg Год назад

    Hi bro'. Link is broken :(

  • @YogeshYadav-tk9bh
    @YogeshYadav-tk9bh 6 лет назад

    sql file is not importing asking for password

  • @raheemabbasi532
    @raheemabbasi532 5 лет назад

    can you do a tutorial for POS print please

    • @eltayebibrahim4085
      @eltayebibrahim4085 5 лет назад +1

      منتدى جميل ومفيد اتمنى ان اكون احد الاعضاء فيه..

  • @mohamedchakara7632
    @mohamedchakara7632 6 лет назад

    Hello, is there a tutorial or only the code source ?

  • @meracode9250
    @meracode9250 5 лет назад

    how can i get the source code

  • @ailemak59
    @ailemak59 6 лет назад

    Hello! It is made in php 5.6 or 7?

    • @prateeksingh9544
      @prateeksingh9544 5 лет назад

      Can you add the user part in this?

    • @as_shivmahima
      @as_shivmahima 2 года назад

      can you share source code link to download it

  • @TheAlankar17
    @TheAlankar17 6 лет назад +1

    hi i have problem
    You don't have permission to access /res/ on this server.

  • @sebastianzeledon7475
    @sebastianzeledon7475 5 лет назад

    Hi! How can I get the code?

  • @Eceswar
    @Eceswar 5 лет назад +1

    I was modified and developed as stock management system for my stores, i have some drop down errors in data getting from database.. can u help me in that bro....

  • @monishansgowda
    @monishansgowda 4 года назад

    How to download the source code

  • @sakshisinha6291
    @sakshisinha6291 4 года назад

    can you give me a documentation of restaurant management system

    • @codersfolder
      @codersfolder  4 года назад

      Sorry, I don't have any documentation

  • @mohamedirfan1005
    @mohamedirfan1005 6 лет назад

    Give me ideas for hostel management system

    • @codersfolder
      @codersfolder  6 лет назад +1

      For hostel management system,
      Basic modules can be
      booking,
      room,
      student,
      payment,

    • @mohamedirfan1005
      @mohamedirfan1005 6 лет назад

      Codersfolder thank you sir if you have a any documents send me sir

  • @davidespigolon8170
    @davidespigolon8170 6 лет назад

    If I would upload multiple images?

    • @codersfolder
      @codersfolder  6 лет назад

      Right now, only single image are allowed to be upload.

    • @davidespigolon8170
      @davidespigolon8170 6 лет назад

      Ok, thanks for the information,
      In future can you add this function because I looked for in your projects and this function isn't available?

    • @codersfolder
      @codersfolder  6 лет назад

      Yeah sure, I will implement this functionality

    • @davidespigolon8170
      @davidespigolon8170 6 лет назад

      Thanks It's my wish

  • @OzcarMike641
    @OzcarMike641 6 лет назад

    would like to email you...

  • @eyelessshin73
    @eyelessshin73 5 лет назад

    i cant found database source code.

    • @poikilos2182
      @poikilos2182 5 лет назад +1

      Try the repo I made: github.com/poikilos/cf-restaurant-online (post issues there too and we can form a community for this)

  • @subhimohammedaljzazy
    @subhimohammedaljzazy 6 лет назад

    all your project not work I send email and comment but your are dont answer our qustion

    • @codersfolder
      @codersfolder  6 лет назад +1

      I haven't received any email. But can you list why the projects are not working on your side.

    • @subhimohammedaljzazy
      @subhimohammedaljzazy 6 лет назад +1

      I am sorry sir the project work very good and its very good project for every one want to learn php thank you very muach

  • @bennmike6025
    @bennmike6025 4 года назад

    sir how to download this project. please share code with me

  • @abfaten8958
    @abfaten8958 3 года назад

    Give me the likn for dawnlowd the source code

  • @sitaramrathi7483
    @sitaramrathi7483 2 года назад

    इस फार्म में डिलीट के साथ साथ लिंक एवं ओटोमेटिक आई डी नम्बर भी सीखाये जैसै दशरथ नाम का एक व्यक्ति है उसके कौशल्या सुमित्रा कैकेयी तीन पत्नी है चार पुत्र एक पुत्री है कौशल्या के राम पुत्र शान्ति पुत्री सुमित्रा के लक्ष्मण शत्रुघन कैकेयी के भरत है राम की पत्नी सीता पुत्र लव और कुश है सीता के पिता जनक है इसमे पति के साथ पत्नी का पिता के साथ बेटे बेटियों को लिंक करना है और माता के साथ भी बेटे बेटियों को लिंक करना है
    देखने के लिए लैफ्ट हैंड से प्रथम कोलम में आइडी दुसरे मे टाईटल जाती तीसरे में नाम चोथे मे सम्बन्ध पांचवे मे नाना का नाम जो ओटोमेटिक आयेगा
    इस तरह का एक विडियो बनाये

  • @MrMurad83
    @MrMurad83 5 лет назад

    your voice is not clear!!!!!