tom0521 / Home-Server

0 stars 0 forks source link

Reconcile #21

Open tom0521 opened 3 years ago

tom0521 commented 3 years ago

GET and POST requests to reconcile credit accounts for a given time frame. Is there a way to make sure that the same time can't be reconciled twice?

tom0521 commented 3 years ago

Column in transaction for payment transaction on credit accounts

tom0521 commented 3 years ago

GET and POST for reconcile. GET will check the balance, verify expenses and return options needed to POST. POST will attempt to create transfer and update transactions. If POST fails it returns the GET response with proper html status code.

tom0521 commented 3 years ago

Need a way to include transactions that may not have been posted on the previous statement