Plugin Directory

Changeset 3230646


Ignore:
Timestamp:
01/28/2025 03:07:36 PM (14 months ago)
Author:
robokassa
Message:

Добавлена возможность выбора налоговой ставки для УСН

Location:
robokassa/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • robokassa/trunk/assets/js/admin-payment.js

    r2983991 r3230646  
    1313    }
    1414
    15     if (sno.options[sno.selectedIndex].value === 'osn') {
     15    if (
     16        sno.options[sno.selectedIndex].value === 'osn' ||
     17        sno.options[sno.selectedIndex].value === 'usn_income' ||
     18        sno.options[sno.selectedIndex].value === 'usn_income_outcome'
     19    ) {
    1620        document.getElementById("tax").style.display = 'table-row';
    1721    } else {
  • robokassa/trunk/readme.txt

    r3212588 r3230646  
    126126
    127127= 1.6.5 =
     128* Добавлена возможность выбора налоговой ставки для УСН
     129
     130= 1.6.5 =
    128131* Добавлены ставки НДС 5%, 7%, 5/105, 7/107
    129132
  • robokassa/trunk/wp_robokassa.php

    r3212588 r3230646  
    66 * Author: Robokassa
    77 * Author URI: https://robokassa.com
    8  * Version: 1.6.5
     8 * Version: 1.6.6
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.