Update CHANGELOG.md
This commit is contained in:
parent
c7d0ac2bd5
commit
e72b6c5f4f
1 changed files with 99 additions and 54 deletions
153
CHANGELOG.md
153
CHANGELOG.md
|
|
@ -6,6 +6,92 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add post endpoint for complex criteria
|
||||||
|
- Add passport fields
|
||||||
|
- Add visa fields
|
||||||
|
- Add employee work fields
|
||||||
|
- Add employee other fields
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Typo
|
||||||
|
|
||||||
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
- 💥**breaking**💥 Remove in country notice
|
||||||
|
|
||||||
|
## [0.6.2] - 2024-11-08
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Search also cover code
|
||||||
|
|
||||||
|
## [0.6.1] - 2024-11-08
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add upload file & image for institution
|
||||||
|
- Add selected image field
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Fallback undefined
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Migration
|
||||||
|
|
||||||
|
## [0.6.0] - 2024-11-08
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add parameter to accept shared product
|
||||||
|
- Add workflow step detail field
|
||||||
|
- User now responsible for multiple area
|
||||||
|
- Search employee also cover passport no
|
||||||
|
- Ordering
|
||||||
|
- Add institution table
|
||||||
|
- Add endpoint institution
|
||||||
|
- Add institution support for code gen and grouping
|
||||||
|
- Add document list to product data
|
||||||
|
- Update quotation status on expired
|
||||||
|
- Add field for storing institution
|
||||||
|
- Add institution
|
||||||
|
- Add filter parameter
|
||||||
|
- Add name english for institution
|
||||||
|
- Include relation in institution
|
||||||
|
- Include document relation
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Char case
|
||||||
|
- Wrong code
|
||||||
|
- Wrong update
|
||||||
|
- Stats now group by status
|
||||||
|
- Detail workflow not save
|
||||||
|
- Time got ignored
|
||||||
|
|
||||||
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
- Also allow null as payload value
|
||||||
|
- Map responsible area to string array
|
||||||
|
- Delete institution
|
||||||
|
- Add code gen for receipt and invoice
|
||||||
|
- Remove date from code gen
|
||||||
|
- Only scope update quotation status to issued
|
||||||
|
- Urgent comes first as parameter
|
||||||
|
- Update log
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Update deps
|
||||||
|
- Migration
|
||||||
|
- Clean up
|
||||||
|
|
||||||
|
## [0.5.0] - 2024-11-01
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
- Upload multiple payment file
|
- Upload multiple payment file
|
||||||
- Search now cover workName
|
- Search now cover workName
|
||||||
- Add installments data
|
- Add installments data
|
||||||
|
|
@ -39,6 +125,10 @@ All notable changes to this project will be documented in this file.
|
||||||
- Add more pay condition
|
- Add more pay condition
|
||||||
- Add notification database structure
|
- Add notification database structure
|
||||||
- Add endpoint skeleton
|
- Add endpoint skeleton
|
||||||
|
- Custom installments (#4)
|
||||||
|
- Add quotation attachment
|
||||||
|
- Add security to attachment of quotation
|
||||||
|
- Add security to endpoint
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
|
@ -61,6 +151,9 @@ All notable changes to this project will be documented in this file.
|
||||||
- Wrong operation
|
- Wrong operation
|
||||||
- Auth related error
|
- Auth related error
|
||||||
- Workflow query not work on filter (#3)
|
- Workflow query not work on filter (#3)
|
||||||
|
- Only sum from payment success status
|
||||||
|
- Status change not work as expected
|
||||||
|
- Null not get accepted as valid
|
||||||
|
|
||||||
### 🚜 Refactor
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
|
@ -93,6 +186,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- Update changelog format for breaking change
|
- Update changelog format for breaking change
|
||||||
- Change git-cliff commit limit
|
- Change git-cliff commit limit
|
||||||
- Add script to generate changelog
|
- Add script to generate changelog
|
||||||
|
- Migrations
|
||||||
|
|
||||||
### Experimental
|
### Experimental
|
||||||
|
|
||||||
|
|
@ -266,47 +360,20 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Product group permission
|
|
||||||
- Allow sale to manage self branch
|
|
||||||
- Branch image multi
|
|
||||||
- Filter branch by status
|
|
||||||
- Reuse function
|
|
||||||
- Add field
|
|
||||||
- Upload and select multiple image
|
|
||||||
- Deprecate unused endpoints
|
|
||||||
- Add utility function
|
|
||||||
- Update field
|
|
||||||
- Product group permission check
|
|
||||||
- Add more helper function
|
|
||||||
- Refactor permission product service
|
|
||||||
- Image upload product service
|
|
||||||
- Shared between company
|
|
||||||
- Add file location for employee
|
- Add file location for employee
|
||||||
- Add helper function to construct address search
|
|
||||||
- Add address fields
|
|
||||||
- Branch attachment
|
|
||||||
- Add fields customer
|
|
||||||
- File upload customer branch
|
- File upload customer branch
|
||||||
- Customer branch citizen
|
- Customer branch citizen
|
||||||
- Include more relation in employee
|
- Include more relation in employee
|
||||||
- Allow company change
|
- Allow company change
|
||||||
- Prevent from change company
|
- Prevent from change company
|
||||||
|
- Add field
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Customer edit not consider related branch perm
|
|
||||||
- Wrong permission condition
|
|
||||||
- Wrong position
|
|
||||||
- Error user
|
|
||||||
- Error when registered branch is null
|
|
||||||
- Also prefix runningNo on generate
|
|
||||||
- Missing selected image field
|
|
||||||
- Missing field
|
|
||||||
- Always include from head branch
|
|
||||||
- Typo
|
|
||||||
- Case typo
|
- Case typo
|
||||||
- Conflict endpoints
|
- Conflict endpoints
|
||||||
- Tag
|
- Tag
|
||||||
|
- Missing field
|
||||||
- Wrong payload
|
- Wrong payload
|
||||||
- Relation
|
- Relation
|
||||||
- Customer code should not have company code
|
- Customer code should not have company code
|
||||||
|
|
@ -320,26 +387,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 🚜 Refactor
|
### 🚜 Refactor
|
||||||
|
|
||||||
- Use factory function for perm check
|
|
||||||
- Only query if have
|
|
||||||
- 💥**breaking**💥 Remove deprecated
|
|
||||||
- Where conditions
|
|
||||||
- Add helper function
|
|
||||||
- Use helper function instead for easier fix
|
|
||||||
- Middleware
|
|
||||||
- Use helper function
|
|
||||||
- Separate and use helper function
|
|
||||||
- Relation
|
|
||||||
- Relation helper function
|
|
||||||
- Use relation helper function
|
|
||||||
- Use utility function
|
|
||||||
- File upload and image
|
|
||||||
- Helper function manual throw
|
|
||||||
- Use helper
|
|
||||||
- Helper function
|
|
||||||
- Input fields (branch, user)
|
|
||||||
- Reduce code
|
|
||||||
- Customer structure
|
- Customer structure
|
||||||
|
- Helper function
|
||||||
|
- Use helper
|
||||||
- Employee
|
- Employee
|
||||||
- 💥**breaking**💥 Customer (employer) fields
|
- 💥**breaking**💥 Customer (employer) fields
|
||||||
- Combine payload
|
- Combine payload
|
||||||
|
|
@ -348,12 +398,6 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Add migration
|
|
||||||
- Add helper function
|
|
||||||
- Add more helper function
|
|
||||||
- Update swagger tags
|
|
||||||
- Migration
|
|
||||||
- Migrations
|
|
||||||
- Add local build action
|
- Add local build action
|
||||||
- Remove localhots (not working when in container)
|
- Remove localhots (not working when in container)
|
||||||
- Remove join
|
- Remove join
|
||||||
|
|
@ -361,5 +405,6 @@ All notable changes to this project will be documented in this file.
|
||||||
- Update tag
|
- Update tag
|
||||||
- Database refactor
|
- Database refactor
|
||||||
- Update migration
|
- Update migration
|
||||||
|
- Migration
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
<!-- generated by git-cliff -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue