You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 line
590B

  1. <?php
  2. use App\Kintone\KintoneConfiguration;
  3. return [
  4. /*
  5. |--------------------------------------------------------------------------
  6. | 税率
  7. |--------------------------------------------------------------------------
  8. |
  9. |
  10. */
  11. 'taxRate' => [
  12. 'normal' => 10,
  13. 'reduce' => 8,
  14. ],
  15. /*
  16. |--------------------------------------------------------------------------
  17. | インボイス番号
  18. |--------------------------------------------------------------------------
  19. |
  20. |
  21. */
  22. 'invoiceNo' => 'T7130005012806',
  23. ];