andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
580 stars 166 forks source link

new file: app/Filament/Pages/AccountWidgets/Accounts.php #9

Closed andrewdwallo closed 1 year ago

andrewdwallo commented 1 year ago
new file:   app/Filament/Pages/Accounts.php
new file:   app/Filament/Pages/BankWidgets/Banks.php
new file:   app/Filament/Pages/Banks.php
new file:   app/Filament/Pages/CardWidgets/Cards.php
new file:   app/Filament/Pages/Cards.php
modified:   app/Filament/Pages/ChartOfAccounts.php
renamed:    app/Filament/Pages/Widgets/Assets.php -> app/Filament/Pages/ChartOfAccountsWidgets/Assets.php
renamed:    app/Filament/Pages/Widgets/Equities.php -> app/Filament/Pages/ChartOfAccountsWidgets/Equities.php
renamed:    app/Filament/Pages/Widgets/Expenses.php -> app/Filament/Pages/ChartOfAccountsWidgets/Expenses.php
renamed:    app/Filament/Pages/Widgets/Liabilities.php -> app/Filament/Pages/ChartOfAccountsWidgets/Liabilities.php
renamed:    app/Filament/Pages/Widgets/Revenues.php -> app/Filament/Pages/ChartOfAccountsWidgets/Revenues.php
new file:   app/Filament/Pages/Companies.php
new file:   app/Filament/Pages/CompanyWidgets/Companies.php
new file:   app/Filament/Pages/DepartmentWidgets/Departments.php
new file:   app/Filament/Pages/Departments.php
new file:   app/Filament/Pages/EmployeeWidgets/Employees.php
new file:   app/Filament/Pages/Employees.php
new file:   app/Filament/Pages/TransactionWidgets/Expenses.php
new file:   app/Filament/Pages/TransactionWidgets/Incomes.php
new file:   app/Filament/Pages/Transactions.php
deleted:    app/Filament/Resources/AccountResource.php
deleted:    app/Filament/Resources/AccountResource/Pages/CreateAccount.php
deleted:    app/Filament/Resources/AccountResource/Pages/EditAccount.php
deleted:    app/Filament/Resources/AccountResource/Pages/ListAccounts.php
deleted:    app/Filament/Resources/AccountResource/Pages/ViewAccount.php
deleted:    app/Filament/Resources/BankResource.php
deleted:    app/Filament/Resources/BankResource/Pages/CreateBank.php
deleted:    app/Filament/Resources/BankResource/Pages/EditBank.php
deleted:    app/Filament/Resources/BankResource/Pages/ListBanks.php
deleted:    app/Filament/Resources/BankResource/Pages/ViewBank.php
deleted:    app/Filament/Resources/CardResource.php
deleted:    app/Filament/Resources/CardResource/Pages/CreateCard.php
deleted:    app/Filament/Resources/CardResource/Pages/EditCard.php
deleted:    app/Filament/Resources/CardResource/Pages/ListCards.php
deleted:    app/Filament/Resources/CardResource/Pages/ViewCard.php
deleted:    app/Filament/Resources/CompanyResource.php
deleted:    app/Filament/Resources/CompanyResource/Pages/CreateCompany.php
deleted:    app/Filament/Resources/CompanyResource/Pages/EditCompany.php
deleted:    app/Filament/Resources/CompanyResource/Pages/ListCompanies.php
deleted:    app/Filament/Resources/CompanyResource/Pages/ViewCompany.php
deleted:    app/Filament/Resources/DepartmentResource.php
deleted:    app/Filament/Resources/DepartmentResource/Pages/CreateDepartment.php
deleted:    app/Filament/Resources/DepartmentResource/Pages/EditDepartment.php
deleted:    app/Filament/Resources/DepartmentResource/Pages/ListDepartments.php
deleted:    app/Filament/Resources/DepartmentResource/Pages/ViewDepartment.php
deleted:    app/Filament/Resources/EmployeeResource.php
deleted:    app/Filament/Resources/EmployeeResource/Pages/CreateEmployee.php
deleted:    app/Filament/Resources/EmployeeResource/Pages/EditEmployee.php
deleted:    app/Filament/Resources/EmployeeResource/Pages/ListEmployees.php
deleted:    app/Filament/Resources/EmployeeResource/Pages/ViewEmployee.php
deleted:    app/Filament/Resources/ExpenseTransactionResource.php
deleted:    app/Filament/Resources/ExpenseTransactionResource/Pages/CreateExpenseTransaction.php
deleted:    app/Filament/Resources/ExpenseTransactionResource/Pages/EditExpenseTransaction.php
deleted:    app/Filament/Resources/ExpenseTransactionResource/Pages/ListExpenseTransactions.php
deleted:    app/Filament/Resources/ExpenseTransactionResource/Pages/ViewExpenseTransaction.php
deleted:    app/Filament/Resources/IncomeTransactionResource.php
deleted:    app/Filament/Resources/IncomeTransactionResource/Pages/CreateIncomeTransaction.php
deleted:    app/Filament/Resources/IncomeTransactionResource/Pages/EditIncomeTransaction.php
deleted:    app/Filament/Resources/IncomeTransactionResource/Pages/ListIncomeTransactions.php
deleted:    app/Filament/Resources/IncomeTransactionResource/Pages/ViewIncomeTransaction.php
modified:   app/Providers/AppServiceProvider.php
modified:   composer.json
modified:   composer.lock
new file:   config/larapex-charts.php
modified:   package-lock.json
modified:   package.json
modified:   pnpm-lock.yaml
new file:   public/vendor/larapex-charts/apexcharts.js
new file:   resources/views/filament/pages/accounts.blade.php
new file:   resources/views/filament/pages/banks.blade.php
new file:   resources/views/filament/pages/cards.blade.php
new file:   resources/views/filament/pages/companies.blade.php
new file:   resources/views/filament/pages/departments.blade.php
new file:   resources/views/filament/pages/employees.blade.php
new file:   resources/views/filament/pages/transactions.blade.php
modified:   resources/views/layouts/app.blade.php
modified:   yarn.lock