Auto-update example file
Reported by Virgil Dupras | August 26th, 2009 @ 02:49 PM | in v1.6 (closed)
Up until now, I've been manually filling the example file with some new transaction to make it "current". It is a rather boring and repetitive thing to do.
What I want to do is to have a special load method for the example file which would take all the transactions from the file and make them "current". It would shift the dates by month. If, for example, the latest date in the file is 2009/05/31 and we're on 2009/08/26, all transactions' date would be incremented by 3 months. The transactions on 29, 30 and 31 being incremented to a month they can't be in would have their day decremented until they fit their new month. Transactions after 2009/08/26 would be removed.
Comments and changes to this ticket
-
Virgil Dupras August 27th, 2009 @ 10:38 AM
- State changed from new to open
- Assigned user set to Virgil Dupras
-
Virgil Dupras August 27th, 2009 @ 10:55 AM
Hum, for transactions on 29, 30, 31, rather than lowering the date, it should rather "overflow" on the next month. There's the Salary thing that is a bi-weekly transaction, so if I want to keep this bi-weekly nature of the transaction, that's what I gotta do.
-
Virgil Dupras August 27th, 2009 @ 01:43 PM
- State changed from open to fixed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 61 Auto-update example file (from [85]) [#61 state:fixed] The example document is now...