taxtank-core 0.11.0 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/bundles/taxtank-core.umd.js +2760 -2780
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/collections/collection.js +4 -1
  4. package/esm2015/lib/collections/depreciation.collection.js +24 -10
  5. package/esm2015/lib/collections/transaction.collection.js +28 -1
  6. package/esm2015/lib/collections/vehicle-logbook.collection.js +88 -0
  7. package/esm2015/lib/collections/vehicle.collection.js +9 -0
  8. package/esm2015/lib/db/Enums/chart-accounts-heading-vehicle-list.enum.js +3 -1
  9. package/esm2015/lib/db/Enums/chart-accounts-list.enum.js +4 -3
  10. package/esm2015/lib/db/Models/client-income-types.js +1 -1
  11. package/esm2015/lib/db/Models/vehicle-claim.js +1 -1
  12. package/esm2015/lib/db/Models/vehicle.js +1 -1
  13. package/esm2015/lib/forms/client/client-income-types.form.js +3 -3
  14. package/esm2015/lib/forms/index.js +3 -1
  15. package/esm2015/lib/forms/vehicle/vehicle-claim.form.js +114 -0
  16. package/esm2015/lib/forms/vehicle/vehicle.form.js +20 -0
  17. package/esm2015/lib/interfaces/event-listener.interface.js +1 -1
  18. package/esm2015/lib/interfaces/expense.interface.js +2 -0
  19. package/esm2015/lib/interfaces/tank.interface.js +1 -1
  20. package/esm2015/lib/models/chart-accounts/chart-accounts-value.js +4 -0
  21. package/esm2015/lib/models/chart-accounts/chart-accounts.js +34 -1
  22. package/esm2015/lib/models/depreciation/depreciation.js +5 -1
  23. package/esm2015/lib/models/event/app-event-type.enum.js +4 -1
  24. package/esm2015/lib/models/logbook/logbook-period.js +8 -1
  25. package/esm2015/lib/models/logbook/vehicle-claim.js +63 -4
  26. package/esm2015/lib/models/logbook/vehicle-logbook.js +9 -3
  27. package/esm2015/lib/models/logbook/vehicle.js +7 -29
  28. package/esm2015/lib/models/pdf/pdf-settings.js +10 -0
  29. package/esm2015/lib/models/transaction/transaction.js +1 -1
  30. package/esm2015/lib/services/account-setup/account-setup.service.js +8 -23
  31. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +6 -15
  32. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +6 -15
  33. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +6 -15
  34. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +6 -15
  35. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +1 -1
  36. package/esm2015/lib/services/http/chat/chat.service.js +8 -12
  37. package/esm2015/lib/services/http/chat/message/message.service.js +8 -12
  38. package/esm2015/lib/services/http/chat/message-document/message-document.service.js +1 -1
  39. package/esm2015/lib/services/http/depreciation/depreciation.service.js +6 -23
  40. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +6 -14
  41. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +6 -15
  42. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +6 -15
  43. package/esm2015/lib/services/http/income-source/income-source.service.js +6 -14
  44. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +6 -15
  45. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +6 -15
  46. package/esm2015/lib/services/http/loan/loan.service.js +6 -15
  47. package/esm2015/lib/services/http/property/property-document/property-document.service.js +6 -15
  48. package/esm2015/lib/services/http/property/property-share/property-share.service.js +6 -15
  49. package/esm2015/lib/services/http/property/property.service.js +6 -15
  50. package/esm2015/lib/services/http/rest/rest.service.js +31 -4
  51. package/esm2015/lib/services/http/service-notification/service-notification.service.js +8 -12
  52. package/esm2015/lib/services/http/subscription/subscription.service.js +1 -4
  53. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +15 -16
  54. package/esm2015/lib/services/http/tax-review/tax-review.service.js +6 -15
  55. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +1 -1
  56. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +6 -15
  57. package/esm2015/lib/services/http/transaction/transaction.service.js +6 -25
  58. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +6 -14
  59. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +6 -14
  60. package/esm2015/lib/services/http/vehicle/messages.enum.js +13 -0
  61. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +24 -0
  62. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +59 -0
  63. package/esm2015/lib/services/http/vehicle/vehicle.service.js +49 -213
  64. package/esm2015/lib/services/pdf/pdf.service.js +11 -11
  65. package/esm2015/public-api.js +8 -2
  66. package/fesm2015/taxtank-core.js +2482 -2450
  67. package/fesm2015/taxtank-core.js.map +1 -1
  68. package/lib/collections/collection.d.ts +1 -0
  69. package/lib/collections/depreciation.collection.d.ts +5 -4
  70. package/lib/collections/transaction.collection.d.ts +9 -0
  71. package/lib/collections/vehicle-logbook.collection.d.ts +30 -0
  72. package/lib/collections/vehicle.collection.d.ts +6 -0
  73. package/lib/db/Enums/chart-accounts-heading-vehicle-list.enum.d.ts +3 -1
  74. package/lib/db/Enums/chart-accounts-list.enum.d.ts +4 -3
  75. package/lib/db/Models/client-income-types.d.ts +2 -2
  76. package/lib/db/Models/vehicle-claim.d.ts +2 -0
  77. package/lib/db/Models/vehicle.d.ts +2 -0
  78. package/lib/forms/index.d.ts +2 -0
  79. package/lib/forms/vehicle/vehicle-claim.form.d.ts +43 -0
  80. package/lib/forms/vehicle/vehicle.form.d.ts +11 -0
  81. package/lib/interfaces/event-listener.interface.d.ts +1 -0
  82. package/lib/interfaces/expense.interface.d.ts +12 -0
  83. package/lib/interfaces/tank.interface.d.ts +2 -0
  84. package/lib/models/chart-accounts/chart-accounts-value.d.ts +3 -0
  85. package/lib/models/chart-accounts/chart-accounts.d.ts +18 -0
  86. package/lib/models/depreciation/depreciation.d.ts +6 -2
  87. package/lib/models/event/app-event-type.enum.d.ts +4 -1
  88. package/lib/models/logbook/logbook-period.d.ts +4 -0
  89. package/lib/models/logbook/vehicle-claim.d.ts +20 -3
  90. package/lib/models/logbook/vehicle-logbook.d.ts +8 -2
  91. package/lib/models/logbook/vehicle.d.ts +5 -7
  92. package/lib/models/pdf/pdf-settings.d.ts +9 -0
  93. package/lib/models/transaction/transaction.d.ts +2 -2
  94. package/lib/services/account-setup/account-setup.service.d.ts +3 -7
  95. package/lib/services/http/bank/bank-account/bank-account.service.d.ts +2 -7
  96. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +2 -7
  97. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts +3 -8
  98. package/lib/services/http/bank/basiq/basiq.service.d.ts +2 -7
  99. package/lib/services/http/chat/chat.service.d.ts +4 -7
  100. package/lib/services/http/chat/message/message.service.d.ts +4 -7
  101. package/lib/services/http/chat/message-document/message-document.service.d.ts +3 -3
  102. package/lib/services/http/depreciation/depreciation.service.d.ts +2 -11
  103. package/lib/services/http/document/document-folder/document-folder.service.d.ts +0 -6
  104. package/lib/services/http/firm/client-movement/client-movement.service.d.ts +2 -7
  105. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts +2 -7
  106. package/lib/services/http/income-source/income-source.service.d.ts +0 -6
  107. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts +1 -7
  108. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts +2 -7
  109. package/lib/services/http/loan/loan.service.d.ts +2 -7
  110. package/lib/services/http/property/property-document/property-document.service.d.ts +3 -8
  111. package/lib/services/http/property/property-share/property-share.service.d.ts +2 -7
  112. package/lib/services/http/property/property.service.d.ts +2 -7
  113. package/lib/services/http/rest/rest.service.d.ts +17 -2
  114. package/lib/services/http/service-notification/service-notification.service.d.ts +4 -7
  115. package/lib/services/http/subscription/subscription.service.d.ts +0 -1
  116. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts +7 -7
  117. package/lib/services/http/tax-review/tax-review.service.d.ts +1 -7
  118. package/lib/services/http/tax-summary/tax-summary.service.d.ts +2 -1
  119. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +3 -8
  120. package/lib/services/http/transaction/transaction.service.d.ts +0 -12
  121. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts +0 -6
  122. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts +0 -6
  123. package/lib/services/http/vehicle/messages.enum.d.ts +11 -0
  124. package/lib/services/http/vehicle/vehicle-claim.service.d.ts +13 -0
  125. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts +22 -0
  126. package/lib/services/http/vehicle/vehicle.service.d.ts +17 -80
  127. package/lib/services/pdf/pdf.service.d.ts +3 -3
  128. package/package.json +1 -1
  129. package/public-api.d.ts +7 -1
  130. package/esm2015/lib/collections/logbook.collection.js +0 -97
  131. package/lib/collections/logbook.collection.d.ts +0 -19

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.