0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We need to insert negative values as its discharging the account More... almost 12 years ago
Adding a function to insert single accouting items for eacht hacker for monthly fee
frlan
as Frank Lanitz
More... almost 12 years ago
If none booking date is given, just take current date.
frlan
as Frank Lanitz
More... almost 12 years ago
We need a amount and a booking timestamp for accounting items
frlan
as Frank Lanitz
More... almost 12 years ago
Adding a view to list member's balance
frlan
as Frank Lanitz
More... almost 12 years ago
Create function on init script
frlan
as Frank Lanitz
More... almost 12 years ago
Moved SQL to calculate fee based on cut-off-day into a function
frlan
as Frank Lanitz
More... almost 12 years ago
Also include extra_fee into script
frlan
as Frank Lanitz
More... almost 12 years ago
Add a little script that collects the members which needs to paid within one period and calculating the amout based on a cut-off date
frlan
as Frank Lanitz
More... almost 12 years ago
Rename field to amount, as value is a reserrved word and might can cause trouble
frlan
as Frank Lanitz
More... almost 12 years ago
Setting default to now on valid_from at fee
frlan
as Frank Lanitz
More... almost 12 years ago
Ensure valid_from date for fee_groups are not empty and defaulting to today
frlan
as Frank Lanitz
More... almost 12 years ago
Rename table entries to accounting_items as its more fitting
frlan
as Frank Lanitz
More... almost 12 years ago
KISS - Remove to complicated parts not fitting into general goal auf project.
frlan
as Frank Lanitz
More... almost 12 years ago
Payment period should (if) be part of personal hacker's data
frlan
as Frank Lanitz
More... almost 12 years ago
Small update of README
frlan
as Frank Lanitz
More... almost 12 years ago
Adding two more status (deleted, create_ts...) to tables
frlan
as Frank Lanitz
More... almost 12 years ago
Adding entry typ tables
frlan
as Frank Lanitz
More... almost 12 years ago
Fixing init_database script
frlan
as Frank Lanitz
More... almost 12 years ago
Fixing reference
frlan
as Frank Lanitz
More... almost 12 years ago
Rename table storing entries
frlan
as Frank Lanitz
More... almost 12 years ago
Use spaces to indent
frlan
as Frank Lanitz
More... almost 12 years ago
Use timestamp instead of date as time does also matter
frlan
as Frank Lanitz
More... almost 12 years ago
Setting default date for inserting lines to now()
frlan
as Frank Lanitz
More... almost 12 years ago
We don't need a valid to date as per defintion its open
frlan
as Frank Lanitz
More... almost 12 years ago
Tab vs. Space
frlan
as Frank Lanitz
More... almost 12 years ago
Move init script to bin folder
frlan
as Frank Lanitz
More... almost 12 years ago
Adding postgres-plpython to dependencies
frlan
as Frank Lanitz
More... almost 12 years ago
Set deleted flag by default to false
frlan
as Frank Lanitz
More... almost 12 years ago
Ensure some fileds are != NULL
frlan
as Frank Lanitz
More... almost 12 years ago