@extends('layouts.master') @section('css') @endsection @section('title') Tally Sync Settings @endsection @section('content') Tally Settings @csrf Tally Name Is Tally Item Price Included is_tally_item_price_included == 1 ? 'selected' : '' }}>Yes is_tally_item_price_included == 0 ? 'selected' : '' }}>No Use Item Code For Transaction use_item_code_for_transaction_in_sync == 1 ? 'selected' : '' }}> Yes use_item_code_for_transaction_in_sync == 0 ? 'selected' : '' }}> No Use Ledger Code For Transaction use_ledger_code_for_transaction_in_sync == 1 ? 'selected' : '' }}> Yes use_ledger_code_for_transaction_in_sync == 0 ? 'selected' : '' }}> No Update Tally Ledgers @csrf Tax 0% Sales 0% Purchase 0% Sales Return 0% Purchase Return 0% Tax 5% CGST 2.5% SGST 2.5% IGST 5% CGST 2.5% Input SGST 2.5% Input IGST 5% Input Sales 5% Purchase 5% Sales Return 5% Purchase Return 5% Tax 12% CGST 6% SGST 6% IGST 12% CGST 6% Input SGST 6% Input IGST 12% Input Sales 12% Purchase 12% Sales Return 12% Purchase Return 12% Tax 18% CGST 9% SGST 9% IGST 18% CGST 9% Input SGST 9% Input IGST 18% Input Sales 18% Purchase 18% Sales Return 18% Purchase Return 18% Tax 28% CGST 14% SGST 14% IGST 28% CGST 14% Input SGST 14% Input IGST 28% Input Sales 28% Purchase 28% Sales Return 28% Purchase Return 28% Update @endsection @section('script') @endsection