您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33 行
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. ];