asia.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler 1.6.2, at app/Services/Tax/rates/asia.php
| 1 | <?php if ( ! defined( 'ABSPATH' ) ) exit; |
| 2 | |
| 3 | return [ |
| 4 | "CN" => [ |
| 5 | "group" => "AS", |
| 6 | "tax" => [ |
| 7 | [ |
| 8 | 'rate' => 13, |
| 9 | 'compound' => false, |
| 10 | 'type' => 'standard', |
| 11 | 'name' => 'VAT', |
| 12 | ], |
| 13 | [ |
| 14 | 'rate' => 0, |
| 15 | 'compound' => false, |
| 16 | 'type' => 'zero', |
| 17 | ], |
| 18 | ], |
| 19 | ], |
| 20 | "JP" => [ |
| 21 | "group" => "AS", |
| 22 | "tax" => [ |
| 23 | [ |
| 24 | 'rate' => 10, |
| 25 | 'compound' => false, |
| 26 | 'type' => 'standard', |
| 27 | 'name' => 'JCT', |
| 28 | ], |
| 29 | [ |
| 30 | 'rate' => 0, |
| 31 | 'compound' => false, |
| 32 | 'type' => 'zero', |
| 33 | ], |
| 34 | ], |
| 35 | ], |
| 36 | "KR" => [ |
| 37 | "group" => "AS", |
| 38 | "tax" => [ |
| 39 | [ |
| 40 | 'rate' => 10, |
| 41 | 'compound' => false, |
| 42 | 'type' => 'standard', |
| 43 | 'name' => 'VAT', |
| 44 | ], |
| 45 | [ |
| 46 | 'rate' => 0, |
| 47 | 'compound' => false, |
| 48 | 'type' => 'zero', |
| 49 | ], |
| 50 | ], |
| 51 | ], |
| 52 | "SG" => [ |
| 53 | "group" => "AS", |
| 54 | "tax" => [ |
| 55 | [ |
| 56 | 'rate' => 9, |
| 57 | 'compound' => false, |
| 58 | 'type' => 'standard', |
| 59 | 'name' => 'GST', |
| 60 | ], |
| 61 | [ |
| 62 | 'rate' => 0, |
| 63 | 'compound' => false, |
| 64 | 'type' => 'zero', |
| 65 | ], |
| 66 | ], |
| 67 | ], |
| 68 | "MY" => [ |
| 69 | "group" => "AS", |
| 70 | "tax" => [ |
| 71 | [ |
| 72 | 'rate' => 8, |
| 73 | 'compound' => false, |
| 74 | 'type' => 'standard', |
| 75 | 'name' => 'SST', |
| 76 | ], |
| 77 | [ |
| 78 | 'rate' => 0, |
| 79 | 'compound' => false, |
| 80 | 'type' => 'zero', |
| 81 | ], |
| 82 | ], |
| 83 | ], |
| 84 | "ID" => [ |
| 85 | "group" => "AS", |
| 86 | "tax" => [ |
| 87 | [ |
| 88 | 'rate' => 11, |
| 89 | 'compound' => false, |
| 90 | 'type' => 'standard', |
| 91 | 'name' => 'PPN', |
| 92 | ], |
| 93 | [ |
| 94 | 'rate' => 0, |
| 95 | 'compound' => false, |
| 96 | 'type' => 'zero', |
| 97 | ], |
| 98 | ], |
| 99 | ], |
| 100 | "TH" => [ |
| 101 | "group" => "AS", |
| 102 | "tax" => [ |
| 103 | [ |
| 104 | 'rate' => 7, |
| 105 | 'compound' => false, |
| 106 | 'type' => 'standard', |
| 107 | 'name' => 'VAT', |
| 108 | ], |
| 109 | [ |
| 110 | 'rate' => 0, |
| 111 | 'compound' => false, |
| 112 | 'type' => 'zero', |
| 113 | ], |
| 114 | ], |
| 115 | ], |
| 116 | "VN" => [ |
| 117 | "group" => "AS", |
| 118 | "tax" => [ |
| 119 | [ |
| 120 | 'rate' => 10, |
| 121 | 'compound' => false, |
| 122 | 'type' => 'standard', |
| 123 | 'name' => 'VAT', |
| 124 | ], |
| 125 | [ |
| 126 | 'rate' => 0, |
| 127 | 'compound' => false, |
| 128 | 'type' => 'zero', |
| 129 | ], |
| 130 | ], |
| 131 | ], |
| 132 | "PH" => [ |
| 133 | "group" => "AS", |
| 134 | "tax" => [ |
| 135 | [ |
| 136 | 'rate' => 12, |
| 137 | 'compound' => false, |
| 138 | 'type' => 'standard', |
| 139 | 'name' => 'VAT', |
| 140 | ], |
| 141 | [ |
| 142 | 'rate' => 0, |
| 143 | 'compound' => false, |
| 144 | 'type' => 'zero', |
| 145 | ], |
| 146 | ], |
| 147 | ], |
| 148 | "PK" => [ |
| 149 | "group" => "AS", |
| 150 | "tax" => [ |
| 151 | [ |
| 152 | 'rate' => 18, |
| 153 | 'compound' => false, |
| 154 | 'type' => 'standard', |
| 155 | 'name' => 'GST', |
| 156 | ], |
| 157 | [ |
| 158 | 'rate' => 0, |
| 159 | 'compound' => false, |
| 160 | 'type' => 'zero', |
| 161 | ], |
| 162 | ], |
| 163 | ], |
| 164 | "LK" => [ |
| 165 | "group" => "AS", |
| 166 | "tax" => [ |
| 167 | [ |
| 168 | 'rate' => 18, |
| 169 | 'compound' => false, |
| 170 | 'type' => 'standard', |
| 171 | 'name' => 'VAT', |
| 172 | ], |
| 173 | [ |
| 174 | 'rate' => 0, |
| 175 | 'compound' => false, |
| 176 | 'type' => 'zero', |
| 177 | ], |
| 178 | ], |
| 179 | ], |
| 180 | "NP" => [ |
| 181 | "group" => "AS", |
| 182 | "tax" => [ |
| 183 | [ |
| 184 | 'rate' => 13, |
| 185 | 'compound' => false, |
| 186 | 'type' => 'standard', |
| 187 | 'name' => 'VAT', |
| 188 | ], |
| 189 | [ |
| 190 | 'rate' => 0, |
| 191 | 'compound' => false, |
| 192 | 'type' => 'zero', |
| 193 | ], |
| 194 | ], |
| 195 | ], |
| 196 | "AE" => [ |
| 197 | "group" => "AS", |
| 198 | "tax" => [ |
| 199 | [ |
| 200 | 'rate' => 5, |
| 201 | 'compound' => false, |
| 202 | 'type' => 'standard', |
| 203 | 'name' => 'VAT', |
| 204 | ], |
| 205 | [ |
| 206 | 'rate' => 0, |
| 207 | 'compound' => false, |
| 208 | 'type' => 'zero', |
| 209 | ], |
| 210 | ], |
| 211 | ], |
| 212 | "SA" => [ |
| 213 | "group" => "AS", |
| 214 | "tax" => [ |
| 215 | [ |
| 216 | 'rate' => 15, |
| 217 | 'compound' => false, |
| 218 | 'type' => 'standard', |
| 219 | 'name' => 'VAT', |
| 220 | ], |
| 221 | [ |
| 222 | 'rate' => 0, |
| 223 | 'compound' => false, |
| 224 | 'type' => 'zero', |
| 225 | ], |
| 226 | ], |
| 227 | ], |
| 228 | "BH" => [ |
| 229 | "group" => "AS", |
| 230 | "tax" => [ |
| 231 | [ |
| 232 | 'rate' => 10, |
| 233 | 'compound' => false, |
| 234 | 'type' => 'standard', |
| 235 | 'name' => 'VAT', |
| 236 | ], |
| 237 | [ |
| 238 | 'rate' => 0, |
| 239 | 'compound' => false, |
| 240 | 'type' => 'zero', |
| 241 | ], |
| 242 | ], |
| 243 | ], |
| 244 | "QA" => [ |
| 245 | "group" => "AS", |
| 246 | "tax" => [ |
| 247 | [ |
| 248 | 'rate' => 0, |
| 249 | 'compound' => false, |
| 250 | 'type' => 'zero', |
| 251 | ], |
| 252 | ], |
| 253 | ], |
| 254 | "KW" => [ |
| 255 | "group" => "AS", |
| 256 | "tax" => [ |
| 257 | [ |
| 258 | 'rate' => 0, |
| 259 | 'compound' => false, |
| 260 | 'type' => 'zero', |
| 261 | ], |
| 262 | ], |
| 263 | ], |
| 264 | "OM" => [ |
| 265 | "group" => "AS", |
| 266 | "tax" => [ |
| 267 | [ |
| 268 | 'rate' => 5, |
| 269 | 'compound' => false, |
| 270 | 'type' => 'standard', |
| 271 | 'name' => 'VAT', |
| 272 | ], |
| 273 | [ |
| 274 | 'rate' => 0, |
| 275 | 'compound' => false, |
| 276 | 'type' => 'zero', |
| 277 | ], |
| 278 | ], |
| 279 | ], |
| 280 | "IL" => [ |
| 281 | "group" => "AS", |
| 282 | "tax" => [ |
| 283 | [ |
| 284 | 'rate' => 17, |
| 285 | 'compound' => false, |
| 286 | 'type' => 'standard', |
| 287 | 'name' => 'VAT', |
| 288 | ], |
| 289 | [ |
| 290 | 'rate' => 0, |
| 291 | 'compound' => false, |
| 292 | 'type' => 'zero', |
| 293 | ], |
| 294 | ], |
| 295 | ], |
| 296 | "IR" => [ |
| 297 | "group" => "AS", |
| 298 | "tax" => [ |
| 299 | [ |
| 300 | 'rate' => 9, |
| 301 | 'compound' => false, |
| 302 | 'type' => 'standard', |
| 303 | 'name' => 'VAT', |
| 304 | ], |
| 305 | [ |
| 306 | 'rate' => 0, |
| 307 | 'compound' => false, |
| 308 | 'type' => 'zero', |
| 309 | ], |
| 310 | ], |
| 311 | ], |
| 312 | "JO" => [ |
| 313 | "group" => "AS", |
| 314 | "tax" => [ |
| 315 | [ |
| 316 | 'rate' => 16, |
| 317 | 'compound' => false, |
| 318 | 'type' => 'standard', |
| 319 | 'name' => 'GST', |
| 320 | ], |
| 321 | [ |
| 322 | 'rate' => 0, |
| 323 | 'compound' => false, |
| 324 | 'type' => 'zero', |
| 325 | ], |
| 326 | ], |
| 327 | ], |
| 328 | "LB" => [ |
| 329 | "group" => "AS", |
| 330 | "tax" => [ |
| 331 | [ |
| 332 | 'rate' => 11, |
| 333 | 'compound' => false, |
| 334 | 'type' => 'standard', |
| 335 | 'name' => 'VAT', |
| 336 | ], |
| 337 | [ |
| 338 | 'rate' => 0, |
| 339 | 'compound' => false, |
| 340 | 'type' => 'zero', |
| 341 | ], |
| 342 | ], |
| 343 | ], |
| 344 | "IQ" => [ |
| 345 | "group" => "AS", |
| 346 | "tax" => [ |
| 347 | [ |
| 348 | 'rate' => 0, |
| 349 | 'compound' => false, |
| 350 | 'type' => 'zero', |
| 351 | ], |
| 352 | ], |
| 353 | ], |
| 354 | "AM" => [ |
| 355 | "group" => "AS", |
| 356 | "tax" => [ |
| 357 | [ |
| 358 | 'rate' => 20, |
| 359 | 'compound' => false, |
| 360 | 'type' => 'standard', |
| 361 | 'name' => 'VAT', |
| 362 | ], |
| 363 | [ |
| 364 | 'rate' => 0, |
| 365 | 'compound' => false, |
| 366 | 'type' => 'zero', |
| 367 | ], |
| 368 | ], |
| 369 | ], |
| 370 | "AZ" => [ |
| 371 | "group" => "AS", |
| 372 | "tax" => [ |
| 373 | [ |
| 374 | 'rate' => 18, |
| 375 | 'compound' => false, |
| 376 | 'type' => 'standard', |
| 377 | 'name' => 'VAT', |
| 378 | ], |
| 379 | [ |
| 380 | 'rate' => 0, |
| 381 | 'compound' => false, |
| 382 | 'type' => 'zero', |
| 383 | ], |
| 384 | ], |
| 385 | ], |
| 386 | "GE" => [ |
| 387 | "group" => "AS", |
| 388 | "tax" => [ |
| 389 | [ |
| 390 | 'rate' => 18, |
| 391 | 'compound' => false, |
| 392 | 'type' => 'standard', |
| 393 | 'name' => 'VAT', |
| 394 | ], |
| 395 | [ |
| 396 | 'rate' => 0, |
| 397 | 'compound' => false, |
| 398 | 'type' => 'zero', |
| 399 | ], |
| 400 | ], |
| 401 | ], |
| 402 | "KZ" => [ |
| 403 | "group" => "AS", |
| 404 | "tax" => [ |
| 405 | [ |
| 406 | 'rate' => 12, |
| 407 | 'compound' => false, |
| 408 | 'type' => 'standard', |
| 409 | 'name' => 'VAT', |
| 410 | ], |
| 411 | [ |
| 412 | 'rate' => 0, |
| 413 | 'compound' => false, |
| 414 | 'type' => 'zero', |
| 415 | ], |
| 416 | ], |
| 417 | ], |
| 418 | "UZ" => [ |
| 419 | "group" => "AS", |
| 420 | "tax" => [ |
| 421 | [ |
| 422 | 'rate' => 12, |
| 423 | 'compound' => false, |
| 424 | 'type' => 'standard', |
| 425 | 'name' => 'VAT', |
| 426 | ], |
| 427 | [ |
| 428 | 'rate' => 0, |
| 429 | 'compound' => false, |
| 430 | 'type' => 'zero', |
| 431 | ], |
| 432 | ], |
| 433 | ], |
| 434 | "KG" => [ |
| 435 | "group" => "AS", |
| 436 | "tax" => [ |
| 437 | [ |
| 438 | 'rate' => 12, |
| 439 | 'compound' => false, |
| 440 | 'type' => 'standard', |
| 441 | 'name' => 'VAT', |
| 442 | ], |
| 443 | [ |
| 444 | 'rate' => 0, |
| 445 | 'compound' => false, |
| 446 | 'type' => 'zero', |
| 447 | ], |
| 448 | ], |
| 449 | ], |
| 450 | "TJ" => [ |
| 451 | "group" => "AS", |
| 452 | "tax" => [ |
| 453 | [ |
| 454 | 'rate' => 15, |
| 455 | 'compound' => false, |
| 456 | 'type' => 'standard', |
| 457 | 'name' => 'VAT', |
| 458 | ], |
| 459 | [ |
| 460 | 'rate' => 0, |
| 461 | 'compound' => false, |
| 462 | 'type' => 'zero', |
| 463 | ], |
| 464 | ], |
| 465 | ], |
| 466 | "TM" => [ |
| 467 | "group" => "AS", |
| 468 | "tax" => [ |
| 469 | [ |
| 470 | 'rate' => 15, |
| 471 | 'compound' => false, |
| 472 | 'type' => 'standard', |
| 473 | 'name' => 'VAT', |
| 474 | ], |
| 475 | [ |
| 476 | 'rate' => 0, |
| 477 | 'compound' => false, |
| 478 | 'type' => 'zero', |
| 479 | ], |
| 480 | ], |
| 481 | ], |
| 482 | "MN" => [ |
| 483 | "group" => "AS", |
| 484 | "tax" => [ |
| 485 | [ |
| 486 | 'rate' => 10, |
| 487 | 'compound' => false, |
| 488 | 'type' => 'standard', |
| 489 | 'name' => 'VAT', |
| 490 | ], |
| 491 | [ |
| 492 | 'rate' => 0, |
| 493 | 'compound' => false, |
| 494 | 'type' => 'zero', |
| 495 | ], |
| 496 | ], |
| 497 | ], |
| 498 | "KH" => [ |
| 499 | "group" => "AS", |
| 500 | "tax" => [ |
| 501 | [ |
| 502 | 'rate' => 10, |
| 503 | 'compound' => false, |
| 504 | 'type' => 'standard', |
| 505 | 'name' => 'VAT', |
| 506 | ], |
| 507 | [ |
| 508 | 'rate' => 0, |
| 509 | 'compound' => false, |
| 510 | 'type' => 'zero', |
| 511 | ], |
| 512 | ], |
| 513 | ], |
| 514 | "BN" => [ |
| 515 | "group" => "AS", |
| 516 | "tax" => [ |
| 517 | [ |
| 518 | 'rate' => 0, |
| 519 | 'compound' => false, |
| 520 | 'type' => 'zero', |
| 521 | ], |
| 522 | ], |
| 523 | ], |
| 524 | "BT" => [ |
| 525 | "group" => "AS", |
| 526 | "tax" => [ |
| 527 | [ |
| 528 | 'rate' => 7, |
| 529 | 'compound' => false, |
| 530 | 'type' => 'standard', |
| 531 | 'name' => 'GST', |
| 532 | ], |
| 533 | [ |
| 534 | 'rate' => 0, |
| 535 | 'compound' => false, |
| 536 | 'type' => 'zero', |
| 537 | ], |
| 538 | ], |
| 539 | ], |
| 540 | "MV" => [ |
| 541 | "group" => "AS", |
| 542 | "tax" => [ |
| 543 | [ |
| 544 | 'rate' => 8, |
| 545 | 'compound' => false, |
| 546 | 'type' => 'standard', |
| 547 | 'name' => 'GST', |
| 548 | ], |
| 549 | [ |
| 550 | 'rate' => 0, |
| 551 | 'compound' => false, |
| 552 | 'type' => 'zero', |
| 553 | ], |
| 554 | ], |
| 555 | ], |
| 556 | "KP" => [ |
| 557 | "group" => "AS", |
| 558 | "tax" => [ |
| 559 | [ |
| 560 | 'rate' => 0, |
| 561 | 'compound' => false, |
| 562 | 'type' => 'zero', |
| 563 | ], |
| 564 | ], |
| 565 | ], |
| 566 | "PS" => [ |
| 567 | "group" => "AS", |
| 568 | "tax" => [ |
| 569 | [ |
| 570 | 'rate' => 17, |
| 571 | 'compound' => false, |
| 572 | 'type' => 'standard', |
| 573 | 'name' => 'VAT', |
| 574 | ], |
| 575 | [ |
| 576 | 'rate' => 0, |
| 577 | 'compound' => false, |
| 578 | 'type' => 'zero', |
| 579 | ], |
| 580 | ], |
| 581 | ], |
| 582 | "SY" => [ |
| 583 | "group" => "AS", |
| 584 | "tax" => [ |
| 585 | [ |
| 586 | 'rate' => 10, |
| 587 | 'compound' => false, |
| 588 | 'type' => 'standard', |
| 589 | 'name' => 'VAT', |
| 590 | ], |
| 591 | [ |
| 592 | 'rate' => 0, |
| 593 | 'compound' => false, |
| 594 | 'type' => 'zero', |
| 595 | ], |
| 596 | ], |
| 597 | ], |
| 598 | "YE" => [ |
| 599 | "group" => "AS", |
| 600 | "tax" => [ |
| 601 | [ |
| 602 | 'rate' => 5, |
| 603 | 'compound' => false, |
| 604 | 'type' => 'standard', |
| 605 | 'name' => 'VAT', |
| 606 | ], |
| 607 | [ |
| 608 | 'rate' => 0, |
| 609 | 'compound' => false, |
| 610 | 'type' => 'zero', |
| 611 | ], |
| 612 | ], |
| 613 | ], |
| 614 | "HK" => [ |
| 615 | "group" => "AS", |
| 616 | "tax" => [ |
| 617 | [ |
| 618 | 'rate' => 0, |
| 619 | 'compound' => false, |
| 620 | 'type' => 'zero', |
| 621 | ], |
| 622 | ], |
| 623 | ], |
| 624 | "TW" => [ |
| 625 | "group" => "AS", |
| 626 | "tax" => [ |
| 627 | [ |
| 628 | 'rate' => 5, |
| 629 | 'compound' => false, |
| 630 | 'type' => 'standard', |
| 631 | 'name' => 'VAT', |
| 632 | ], |
| 633 | [ |
| 634 | 'rate' => 0, |
| 635 | 'compound' => false, |
| 636 | 'type' => 'zero', |
| 637 | ], |
| 638 | ], |
| 639 | ], |
| 640 | "MO" => [ |
| 641 | "group" => "AS", |
| 642 | "tax" => [ |
| 643 | [ |
| 644 | 'rate' => 0, |
| 645 | 'compound' => false, |
| 646 | 'type' => 'zero', |
| 647 | ], |
| 648 | ], |
| 649 | ], |
| 650 | "LA" => [ |
| 651 | "group" => "AS", |
| 652 | "tax" => [ |
| 653 | [ |
| 654 | 'rate' => 10, |
| 655 | 'compound' => false, |
| 656 | 'type' => 'standard', |
| 657 | 'name' => 'VAT', |
| 658 | ], |
| 659 | [ |
| 660 | 'rate' => 0, |
| 661 | 'compound' => false, |
| 662 | 'type' => 'zero', |
| 663 | ], |
| 664 | ], |
| 665 | ], |
| 666 | "MM" => [ |
| 667 | "group" => "AS", |
| 668 | "tax" => [ |
| 669 | [ |
| 670 | 'rate' => 5, |
| 671 | 'compound' => false, |
| 672 | 'type' => 'standard', |
| 673 | 'name' => 'VAT', |
| 674 | ], |
| 675 | [ |
| 676 | 'rate' => 0, |
| 677 | 'compound' => false, |
| 678 | 'type' => 'zero', |
| 679 | ], |
| 680 | ], |
| 681 | ], |
| 682 | "AF" => [ |
| 683 | "group" => "AS", |
| 684 | "tax" => [ |
| 685 | [ |
| 686 | 'rate' => 10, |
| 687 | 'compound' => false, |
| 688 | 'type' => 'standard', |
| 689 | 'name' => 'VAT', |
| 690 | ], |
| 691 | [ |
| 692 | 'rate' => 0, |
| 693 | 'compound' => false, |
| 694 | 'type' => 'zero', |
| 695 | ], |
| 696 | ], |
| 697 | ], |
| 698 | "BD" => [ |
| 699 | "group" => "AS", |
| 700 | "tax" => [ |
| 701 | [ |
| 702 | 'rate' => 15, |
| 703 | 'compound' => false, |
| 704 | 'type' => 'standard', |
| 705 | 'name' => 'VAT', |
| 706 | ], |
| 707 | [ |
| 708 | 'rate' => 0, |
| 709 | 'compound' => false, |
| 710 | 'type' => 'zero', |
| 711 | ], |
| 712 | ], |
| 713 | ], |
| 714 | "IN" => [ |
| 715 | "group" => "AS", |
| 716 | "tax" => [ |
| 717 | [ |
| 718 | 'rate' => 18, |
| 719 | 'compound' => false, |
| 720 | 'type' => 'standard', |
| 721 | 'name' => 'GST', |
| 722 | ], |
| 723 | [ |
| 724 | 'rate' => 0, |
| 725 | 'compound' => false, |
| 726 | 'type' => 'zero', |
| 727 | ], |
| 728 | ], |
| 729 | ], |
| 730 | "IO" => [ |
| 731 | "group" => "AS", |
| 732 | "tax" => [ |
| 733 | [ |
| 734 | 'rate' => 0, |
| 735 | 'compound' => false, |
| 736 | 'type' => 'zero', |
| 737 | ], |
| 738 | ], |
| 739 | ], |
| 740 | "TL" => [ |
| 741 | "group" => "AS", |
| 742 | "tax" => [ |
| 743 | [ |
| 744 | 'rate' => 2.5, |
| 745 | 'compound' => false, |
| 746 | 'type' => 'standard', |
| 747 | 'name' => 'IST', |
| 748 | ], |
| 749 | [ |
| 750 | 'rate' => 0, |
| 751 | 'compound' => false, |
| 752 | 'type' => 'zero', |
| 753 | ], |
| 754 | ], |
| 755 | ], |
| 756 | ]; |
| 757 |