Skip to content

Releases: wbbly/graphql-engine

v2.0.2

14 Jun 08:02
2ccd2c8
Compare
Choose a tag to compare

1. Redesigned "Invoices" page:

  • the design has been changed
  • added sorting by status
  • added "reviewed" status - if someone other than the owner followed the invoice link
  • revised pdf to be more consistent with the invoice
  • the list of files that can be uploaded to the invoice logo is limited, now only jpeg and png are available
  • added the ability to pay for invoices
  • now pdf after the first download will be stored in the file system and deleted from there after editing, this is necessary for faster download
  • added a modal window to confirm editing invoices with the "awaiting" and "reviewed" statuses
  • when you click on the link of an invoice that has been deleted, the "This invoice was deleted" placeholder is displayed

2. Redesigned "Projects" page:

  • added the ability to archive / unzip projects
  • archived projects are not available for tracking
  • added the ability to add users to the project
  • all admins and owners are tied to default projects
  • if the user is not added to the project, then the project is not available to him for tracking

3. Added the ability to archive / unzip clients:

  • the archived client will not be available to sync with project
  • when archiving a client, all his projects are archived too
  • if you unzip at least one project of an archived client, the client will also be unzipped

4. Added the ability to combine tasks by number on the detailed report page, by analogy with a generalized csv file

5. Added the logic of transferring time between days:

  • Case: If I synchronize a task from Jira, which was executed in the time interval between the transition from one day to another (for example, 22: 00-02: 00), then the task will be divided by the server into two records: 22: 00-00: 00 and 00: 00-02: 00
  • Case: If I synchronize a task from Jira via reverse sync, then the Jira Time Zone is converted to Wobbly Time Zone during synchronization
  • Case: If I sync a task from Wobbly to Jira via direct sync, then Wobbly Time Zone is converted to Jira Time Zone when syncing

v2.0.0-beta.10

25 Feb 10:40
a1bc3a4
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

v2.0.0-beta.9

04 Dec 09:02
bbb9806
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

Added discount field in invoice table

v2.0.0-beta.8

20 Nov 15:14
1717779
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

Time entries live search

v2.0.0-beta.7

16 Sep 09:51
2d44328
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

Invoices. Feature updates

v2.0.0-beta.6

10 Aug 15:35
b8bb146
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

Added extended clients info API

v2.0.0-beta.5

07 Aug 07:42
54cd305
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

Added extended users info API + Technologies API

v2.0.0-beta.4

23 Jul 17:52
49ef420
Compare
Choose a tag to compare

v2.0.0-beta.3

16 Jul 13:36
fab3186
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

  • Added Invoices to Wobbly

v2.0.0-beta.2

22 Jun 17:31
18d0045
Compare
Choose a tag to compare

UPDATE | Update the db dump to be able to setup Wobbly from scratch

  • Added Worklog sync from JIRA to Wobbly