Skip to content

Commit

Permalink
Merge branch 'main' into quoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bvquoc committed Jan 2, 2024
2 parents d309868 + b59a65d commit dec55bb
Show file tree
Hide file tree
Showing 161 changed files with 9,843 additions and 1,270 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*/storage
*/gin-bin
*/.idea
.idea
.idea
.history
5 changes: 1 addition & 4 deletions backend/common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ const (
AuthorCreateFeatureCode = "AUTHOR_CREATE"
AuthorViewFeatureCode = "AUTHOR_VIEW"
AuthorUpdateFeatureCode = "AUTHOR_UPDATE"
AuthorDeleteFeatureCode = "AUTHOR_DELETE"

CategoryCreateFeatureCode = "CATEGORY_CREATE"
CategoryViewFeatureCode = "CATEGORY_VIEW"
CategoryUpdateFeatureCode = "CATEGORY_UPDATE"
CategoryDeleteFeatureCode = "CATEGORY_DELETE"

BookCreateFeatureCode = "BOOK_CREATE"
BookUpdateFeatureCode = "BOOK_UPDATE"
Expand All @@ -51,6 +49,7 @@ const (

PublisherCreateFeatureCode = "PUBLISHER_CREATE"
PublisherViewFeatureCode = "PUBLISHER_VIEW"
PublisherUpdateFeatureCode = "PUBLISHER_UPDATE"

ImportNoteViewFeatureCode = "IMPORT_NOTE_VIEW"
ImportNoteCreateFeatureCode = "IMPORT_NOTE_CREATE"
Expand All @@ -70,8 +69,6 @@ const (

InvoiceCreateFeatureCode = "INVOICE_CREATE"
InvoiceViewFeatureCode = "INVOICE_VIEW"
InvoiceUpdateFeatureCode = "INVOICE_UPDATE"
InvoiceDeleteFeatureCode = "INVOICE_DELETE"

SupplierDebtReportViewFeatureCode = "REPORT_VIEW_SUPPLIER"
StockReportViewFeatureCode = "REPORT_VIEW_STOCK"
Expand Down
Loading

0 comments on commit dec55bb

Please sign in to comment.