Category: Development

  • API – [v2.11.0]

    In this release, we have added additional search and filtering options. The documentation for the API is available at https://postman.costs-to-expect.com; while writing the documentation for the API, we found several small bugs which we have fixed. Added We have added search to the categories summary endpoint. We have added search to the subcategories summary endpoint.…

  • App – [v1.15.0]

    In this release, we have updated the development dashboards; our dashboards are much closer to what we intend for the initial release. We have also added support for partial transfers and transfers. Added We have added the ability to transfer an item/expense from one resource to another. We have added the ability to enter partial…

  • App – [v1.14.1]

    In this release, we fixed several small bugs and made some tweaks. The next release will focus on the dashboards, so we wanted to clear the decks. Changed We have updated the pagination parameters helper; we have added the ability to override the default pagination limit and offset. We have updated our cache management class;…

  • App – [v1.14.0]

    In this release, we add the final missing piece for the base of the App, categories management. Added We have added an overview page for resource type categories; the overview page acts as the base for all category and subcategory management. We have added the ability to create categories and subcategories. When creating a subcategory,…

  • API – [v2.10.2]

    In this release, we fix a few small issues and tweak a few things. While we were tweaking, we updated the API to Laravel 7. Changed We have updated all item endpoints to return `updated`; this is the date and time an item was updated, not its category assignments. We have updated item collection and…

  • App – [v1.13.0]

    In this release, we have added resource type management, on creating a resource type you select your tracking method. We have also reviewed the App and added help text where we feel the user may need a little guidance. Added We have added the ability to create a resource type; when you create a resource…

  • App – [v1.12.0]

    Added We have added the ability to delete a resource; a resource is only deletable when it has no expenses or items. Changed We have tweaked our API requests; we will no longer include parameters that we know the API ignores. We have updated the App to play better with the Costs to Expect API.…

  • App – [v1.11.0]

    In this release, we have completed base item management and started work on resource management. For the next feature release, we are hoping to finish resource and resource type management and start work on the new dashboards. Added We have added the ability to delete an allocated-expense, simple-expense and simple-item. We have added the ability…

  • App – [v1.10.0]

    In this release, we populate the item detail pages, fix a couple of permission visibility bugs and improve the performance of the App by removing redundant API requests. Added We have added helper methods to return the write permissions for all resource types and specific resource types. We have populated the data on the item…

  • App – [v1.09.0]

    In this release, we are moving closer to having the detail pages for an item (allocated-expense, simple-expense, simple-item). The detail pages surface functionality: we need them in place to move on with development. Added We have updated the expense and item tables. The category and subcategory names are links which will set the category and…