Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.5.0-SI-108 | Hotfix | fix sale service format bug+SI-109 | Hotfix | Fix vat computation+SI-114 | Feature | added user resource+SI-107 | Feature | dont show guard name+SI-67 | Feature | Subscription Invoice+SI-115 | Featur | fix invoice flow+SI-117 | Feature | install horizon+SI-116 | Feature | display pay due amount when viewing sale+SI-118 | Hotfix | update invoice design+SI-120 | Feature | combine sku and name in product+SI-123 | Hotfix | add virtual field+SI-125 | Hotfix | change total digits of total_amount #111

Merged
merged 22 commits into from
Jun 27, 2024

Conversation

khalidmaquilang
Copy link
Owner

@khalidmaquilang khalidmaquilang commented Jun 27, 2024

🚀 Deployment

  • Run
php artisan shield:generate --all --option=permissions
php artisan retrofit:fill-payments-company-id
php artisan retrofit:add-super-admin-permission _Subscriptions
  • Install redis server
  • Add the env QUEUE_CONNECTIONS variable
  • Set QUEUE_CONNECTION to redis

Migrations

  • database/migrations/2024_06_23_162805_alter_payments_table_additional_company_id_field.php => payments table
  • database/migrations/2024_06_23_162805_alter_payments_table_additional_company_id_due_date_and_reference_number_field.php => payments table
  • database/migrations/2024_06_25_152450_alter_products_table_add_sku_name_format_as_virtual.php => products table
  • database/migrations/2024_06_26_114807_alter_purchase_orders_table_additional_virtual_remaining_amount_field.php => purchase_orders table
  • database/migrations/2024_06_26_114807_alter_purchase_orders_table_additional_virtual_remaining_amount_field.php => sales table
  • database/migrations/2024_06_26_174809_alter_sales_table_change_decimal_total_amount.php => sales table

Packages

  • Added package "laravel/horizon": "^5.24"

📝 Changes

Format Amount Bug:

  • Able to accept null values

Fix Vat:

  • Fix computation

Added Resource in Admin:

  • Added user resource in admin

Hide Guard Name:

  • Hide guard name in role resource

New Column Added:

  • Added company_id field on payments

Added Subscription Page:

  • Moved subscription page from company edit
    Screenshot 2024-06-23 at 5 47 55 PM

Added Command:

  • Added console command for sending invoice 1 week before due date

Update Invoice Logic:

  • Added Due Date

Install Horizon:

  • Added horizon for monitoring queue

Dispaly Pay Due Amount

  • When viewing sale, display pay due amount when due isn't paid yet
    Screenshot 2024-06-24 at 10 24 14 AM

Update Invoice Design

  • Removed Contact Us
  • Adjust Logo Size
    Screenshot 2024-06-24 at 10 33 26 AM

Combine SKU and Name:

  • Display sku and name together
    Screenshot 2024-06-25 at 4 10 02 PM

Fix Remaining Sort Bug:

  • Added virtual field so that it can be sorted

Fix Out of Range:

  • Increate total digit

@khalidmaquilang khalidmaquilang changed the title v2.5.0- v2.5.0-SI-108 | Hotfix | fix sale service format bug+SI-109 | Hotfix | Fix vat computation+SI-114 | Feature | added user resource+SI-107 | Feature | dont show guard name+SI-67 | Feature | Subscription Invoice+SI-115 | Featur | fix invoice flow+SI-117 | Feature | install horizon+SI-116 | Feature | display pay due amount when viewing sale+SI-118 | Hotfix | update invoice design+SI-120 | Feature | combine sku and name in product+SI-123 | Hotfix | add virtual field+SI-125 | Hotfix | change total digits of total_amount Jun 27, 2024
@khalidmaquilang khalidmaquilang merged commit c8523bc into main Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant