Changing Account/category structure and Adding transactions and splits
This commit is contained in:
11
gui/app/src/pages/payees/create.tsx
Normal file
11
gui/app/src/pages/payees/create.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import {CrudForm} from "../../common/crud/crud-form";
|
||||
|
||||
|
||||
export const PayeeCreate: React.FC = () => {
|
||||
return (
|
||||
<CrudForm
|
||||
schemaName={"PayeeCreate"}
|
||||
resource={"payees"}
|
||||
/>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user