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

Add CRUD functionality for Chart of Accounts #155

Merged

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Jul 25, 2024

Purpose

This pull request adds CRUD (Create, Read, Update, Delete) functionality for the Chart of Accounts feature in the accounting application.

Description

The changes in this pull request include:

  1. Added ListChartOfAccounts, CreateChartOfAccounts, and EditChartOfAccounts pages to the ChartOfAccountsResource in the Filament admin interface.
  2. Implemented the necessary forms and tables for managing the Chart of Accounts, including fields for account name, number, type, and balance.
  3. Added actions for creating, editing, and deleting Chart of Accounts records.

Summary

This pull request adds the following changes:

  • app/Filament/App/Resources/ChartOfAccountsResource/Pages/ListChartOfAccounts.php: Adds the list view for Chart of Accounts.
  • app/Filament/App/Resources/ChartOfAccountsResource/Pages/CreateChartOfAccounts.php: Adds the create view for Chart of Accounts.
  • app/Filament/App/Resources/ChartOfAccountsResource/Pages/EditChartOfAccounts.php: Adds the edit view for Chart of Accounts.
  • app/Filament/App/Resources/ChartOfAccountsResource.php: Adds the resource definition for Chart of Accounts, including forms, tables, and page definitions.

Suggested changes from Sweep Chat by @curtisdelicata. Continue chatting at https://sweep-chat-demo.vercel.app/c/35df318b-c903-4ad3-83c5-cf5246afd27e.

@curtisdelicata curtisdelicata merged commit 37b5a55 into main Jul 25, 2024
2 of 5 checks passed
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