Bradley M. Kuhn
3ac906d197
Updated command.
2013-08-25 12:48:13 -04:00
Bradley M. Kuhn
7f1c5618c5
Fix it so that items roll off and only notify 15 minutes.
2013-08-24 22:05:53 -04:00
Bradley M. Kuhn
691d77a646
Add Emacs compile command.
2013-08-24 21:46:56 -04:00
Bradley M. Kuhn
7462be9b6e
First hack at script to feed schedule into conky
2013-08-24 21:44:23 -04:00
Bradley M. Kuhn
2ab2660fbc
First hack on a mailman archive script.
...
Mailman archives tend to "hide" email addresses in the /^From/ line, making
them invalid mboxes. This fixes it.
2013-08-18 13:07:51 -04:00
Bradley M. Kuhn
dfcdb3f611
This script is released under the GPLv3. I am the sole copyright holder.
2013-01-08 13:40:06 -05:00
Bradley M. Kuhn
2dca069d81
Perl solution to the Subset Sum problem.
...
This uses the well-known Dynamic Programming solution. I found two
different incarnations of it around, one for nonnegative set, and one for
integers.
Reference for the nonnegative one:
http://stackoverflow.com/questions/4355955/subset-sum-algorithm
Reference for integers one:
http://en.wikipedia.org/wiki/Subset_sum_problem
2013-01-08 13:38:23 -05:00
Bradley M. Kuhn
d0e37d596c
Merge branch 'remove-script'
2012-11-25 08:51:39 -05:00
Bradley M. Kuhn
5b46d982a3
cash-receipts-and-disbursments-journals.plx script has moved to a different repository:
...
https://gitorious.org/ledger/ledger/blobs/contrib-non-profit-annual-audit-reports/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
2012-11-25 08:49:31 -05:00
Bradley M. Kuhn
0891a226d2
fund-report.plx can now be found in my Ledger contrib-non-profit-audit-reports branch:
...
https://gitorious.org/ledger/ledger/commits/contrib-non-profit-annual-audit-reports
2012-11-21 13:51:31 -05:00
Bradley M. Kuhn
152e0a397a
Various fixes, as follows:
...
* Handles issue with undefined value
* Correct open arguments
* Fix error message
* Change regex and other details for searching for Assets and Liabilities.
2011-12-19 12:44:59 -05:00
Bradley M. Kuhn
1ee16361c5
The external report I was dealing with had balances from accounts that
...
were from outside of the FY in question, so these changes organize it so
that the right details are checked.
2011-12-19 12:36:31 -05:00
Bradley M. Kuhn
68d60e0fca
Support accounts created after the reporting period.
2011-12-19 12:08:56 -05:00
Bradley M. Kuhn
051e241768
Initial part of reporting.
2011-12-19 11:49:26 -05:00
Bradley M. Kuhn
865a4f39e2
Parse negative numbers better.
2011-12-19 11:42:31 -05:00
Bradley M. Kuhn
e868e62f78
Main regex did not fully get rid of extraneous material.
2011-12-19 11:36:44 -05:00
Bradley M. Kuhn
4240fb77aa
Corrected regular expression
2011-12-19 10:45:35 -05:00
Bradley M. Kuhn
e8dc0af426
Remove whitespace that's around.
2011-12-19 10:40:58 -05:00
Bradley M. Kuhn
0c64682274
$line was missing.
2011-12-19 10:40:18 -05:00
Bradley M. Kuhn
6039cffabf
Fixed permissions.
2011-12-19 10:38:00 -05:00
Bradley M. Kuhn
737b9a4d45
First hack at script to generate a reconciliation report given a list of
...
external account balances, compared to what is recorded in the ledger.
2011-12-19 10:37:25 -05:00
Bradley M. Kuhn
7d7d601733
Added ignore support.
2011-12-19 10:26:46 -05:00
Bradley M. Kuhn
e140cd8a2a
Ignored files list building is now working.
2011-12-06 10:01:13 -05:00
Bradley M. Kuhn
7cc0529fc2
... and it's a Perl script, not a shell script. :)
2011-12-06 09:45:39 -05:00
Bradley M. Kuhn
1e5e950665
This is a script, should be executable.
2011-12-06 09:45:16 -05:00
Bradley M. Kuhn
bb12d0bbb4
Focusing on the first group of excluded list right now.
2011-12-06 09:44:29 -05:00
Bradley M. Kuhn
8ae5d7acca
Started script based on the hierarchy-comparison find stuff I wrote years ago.
2011-12-06 09:20:50 -05:00
Bradley M. Kuhn
614760e376
Fixed output.
2011-12-06 09:19:58 -05:00
Bradley M. Kuhn
eb610ba8a5
Various changes to get the script working.
2011-12-04 20:06:32 -05:00
Bradley M. Kuhn
1a9cfe1073
First attempt at this cash-receipts-and-disbursments-journals.plx script,
...
based on general-ledger-report.plx
2011-12-04 19:47:30 -05:00
Bradley M. Kuhn
21ad06d8d1
Various formatting changes for the general ledger output.
2011-12-02 08:42:55 -05:00
Bradley M. Kuhn
16c2a98eeb
Actually, start of accounts should really have the begin date included.
2011-12-02 08:28:14 -05:00
Bradley M. Kuhn
c2583a8496
Created beginnings of the CSV output for the General Ledger report.
2011-12-02 08:27:48 -05:00
Bradley M. Kuhn
c59a1277f2
Wrote the basics of the general ledger report using a template sent by my accountant.
2011-12-02 08:21:15 -05:00
Bradley M. Kuhn
0542de9da7
Chart of accounts should have an end date, but not a beginning date.
2011-12-02 07:30:04 -05:00
Bradley M. Kuhn
7941d2199f
Missing close brace.
2011-12-02 07:24:51 -05:00
Bradley M. Kuhn
9095dad4f0
Fixed sorting to make sure Assets are first, and that Liabilities will
...
come right after that.
2011-12-02 07:23:35 -05:00
Bradley M. Kuhn
bf675718db
Started General Ledger report script for ledger.
2011-12-02 07:21:57 -05:00
Bradley M. Kuhn
513ac87644
Additional attempts to get this working. It still isn't.
2011-12-02 07:21:49 -05:00
Bradley M. Kuhn
f15762ca5d
Data from bandwidth testing for BAL -> NYP on 2011-11-25.
2011-11-25 18:25:45 -05:00
Bradley M. Kuhn
f9f1d228bd
I fixed this script in a few ways a few weeks ago, but forgot to commit.
2011-11-25 18:25:11 -05:00
Bradley M. Kuhn
0c69e5fea2
Added NYP-BAL bandwidth test.
2011-11-21 20:47:46 -05:00
Bradley M. Kuhn
6d2551566e
Arg numbers have changed.
2011-11-05 16:43:43 -04:00
Bradley M. Kuhn
e4f3434a95
Formatting changes, and added total for restricted funds.
2011-11-01 12:41:15 -04:00
Bradley M. Kuhn
3485f0b847
Fixed formatting and added sanity check code.
2011-11-01 12:28:01 -04:00
Bradley M. Kuhn
7279413a22
Added income/expense summing.
2011-11-01 12:24:19 -04:00
Bradley M. Kuhn
8ac2e9d3c6
Fix ledger options and be sure starting is set to zero for new funds.
2011-11-01 12:15:25 -04:00
Bradley M. Kuhn
89caa8296e
Began fund-report.plx, which started as a copy of trial-balance-report.plx
2011-11-01 12:13:31 -04:00
Bradley M. Kuhn
121f5d5608
Minor fixes to normalize text.
2011-11-01 12:13:01 -04:00
Bradley M. Kuhn
b218c0846a
Ran bandwidth test on Delta flight.
2011-10-20 08:25:23 -07:00