Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/linuxserver/budge
https://github.com/linuxserver/budge
better message when attempting to create a new account and no email or password was supplied
311c038665f0c1e1acc60fe202399fa7a50d9469 authored over 2 years ago by Alex Phillips <[email protected]>
311c038665f0c1e1acc60fe202399fa7a50d9469 authored over 2 years ago by Alex Phillips <[email protected]>
default to '0' category if it's empty (this happens if you are making a trx on off-budget account but it's not a transfer) (#23)
d8f86dc883b2c423a656c57fe3df2a846d87e0ae authored over 2 years ago by Alex Phillips <[email protected]>
d8f86dc883b2c423a656c57fe3df2a846d87e0ae authored over 2 years ago by Alex Phillips <[email protected]>
attempting to better handle decimal accuracy on user input (#21)
cca9d8b079cfca3c6aa6231d5fd4f3d8f5b83961 authored over 2 years ago by Alex Phillips <[email protected]>
cca9d8b079cfca3c6aa6231d5fd4f3d8f5b83961 authored over 2 years ago by Alex Phillips <[email protected]>
adding new category to a group defaults the selected group, hitting 'enter' on login screen submits a login attempt (#22)
62638963b2c39a5e5f1493cfa14ecbf888e97293 authored over 2 years ago by Alex Phillips <[email protected]>
62638963b2c39a5e5f1493cfa14ecbf888e97293 authored over 2 years ago by Alex Phillips <[email protected]>
modified the math logic to better support user input but still maintain decimal accuracy
86242e97566a5170c426b74881c40a57837603cc authored over 2 years ago by Alex Phillips <[email protected]>
86242e97566a5170c426b74881c40a57837603cc authored over 2 years ago by Alex Phillips <[email protected]>
version bump
0ed43c1bc53b33b1e0e9da1fbfbc61d8fdedcea3 authored over 2 years ago by Alex Phillips <[email protected]>
0ed43c1bc53b33b1e0e9da1fbfbc61d8fdedcea3 authored over 2 years ago by Alex Phillips <[email protected]>
backed: added currency support on budget object, frontend: added currency helper utility, using currency prop on the budget to determine currency operations (#20)
9a6b4d2f66872297801bcc1f4668369c30e36463 authored over 2 years ago by Alex Phillips <[email protected]>
9a6b4d2f66872297801bcc1f4668369c30e36463 authored over 2 years ago by Alex Phillips <[email protected]>
ts-node required for migrations
2d5f68a7442c62a00147fffc8628c460ebc94cba authored over 2 years ago by Alex Phillips <[email protected]>
2d5f68a7442c62a00147fffc8628c460ebc94cba authored over 2 years ago by Alex Phillips <[email protected]>
bugfix - migrations weren't running as ts-node wasn't a prod dep
337592fa3eb15559790d34d22be6953c4558289e authored over 2 years ago by Alex Phillips <[email protected]>
337592fa3eb15559790d34d22be6953c4558289e authored over 2 years ago by Alex Phillips <[email protected]>
Feature/underfunded carryover (#18)
* added ENV to disable registration, also surfacing that error message in the UI
* removed to...
ba9d021afff78e29f1271868f32b06e359530e5c authored over 2 years ago by Alex Phillips <[email protected]>
cleaned up old and unused migrations, added migrate script to package.json
1c45934841c051038e8397ec06da95cd2bd10024 authored over 2 years ago by Alex Phillips <[email protected]>
1c45934841c051038e8397ec06da95cd2bd10024 authored over 2 years ago by Alex Phillips <[email protected]>
changing from typeorm sync to migrations - initial migration checks for existing user table and skips migration if it exists as this was a DB already generated by the sync
617886d8aa61d92f84adbae2aab4de125db5df43 authored over 2 years ago by Alex Phillips <[email protected]>
617886d8aa61d92f84adbae2aab4de125db5df43 authored over 2 years ago by Alex Phillips <[email protected]>
default memo of transfer transactions to tracking accounts is the category, fixed db call from update to insert when updating a transaction and accounts change
cb482da4658177b9e472bdcd32b6d7364ba3cd3e authored almost 3 years ago by Alex Phillips <[email protected]>
cb482da4658177b9e472bdcd32b6d7364ba3cd3e authored almost 3 years ago by Alex Phillips <[email protected]>
fixed logic in enabling / disabling transfer transaction categories
51d7a96c188195740f47549777416f0b34668e68 authored almost 3 years ago by Alex Phillips <[email protected]>
51d7a96c188195740f47549777416f0b34668e68 authored almost 3 years ago by Alex Phillips <[email protected]>
no longer needed with react-table and virtualization and showing all rows
9d229974dd7bf8a675ce7c02bd013289bc105d94 authored almost 3 years ago by Alex Phillips <[email protected]>
9d229974dd7bf8a675ce7c02bd013289bc105d94 authored almost 3 years ago by Alex Phillips <[email protected]>
header size changes
22fd3e1534c5d3415117b2f286ce9f256001020e authored almost 3 years ago by Alex Phillips <[email protected]>
22fd3e1534c5d3415117b2f286ce9f256001020e authored almost 3 years ago by Alex Phillips <[email protected]>
update payees on account creation so we get new transfer payees, fixed ordering bug with dragging up vs down
d5230e5e3a4c744b538bd7521e815ba29d414ffe authored almost 3 years ago by Alex Phillips <[email protected]>
d5230e5e3a4c744b538bd7521e815ba29d414ffe authored almost 3 years ago by Alex Phillips <[email protected]>
fixed date type issue, re-sort categories and groups when a new one is created
6cf048aee66a54a282cf47aba19ca9d6f0f42ad7 authored almost 3 years ago by Alex Phillips <[email protected]>
6cf048aee66a54a282cf47aba19ca9d6f0f42ad7 authored almost 3 years ago by Alex Phillips <[email protected]>
fixed date type issue and category ID 'autocomplete' UI bug
2a7114a4217f275295229f426c7fcfe960f48559 authored almost 3 years ago by Alex Phillips <[email protected]>
2a7114a4217f275295229f426c7fcfe960f48559 authored almost 3 years ago by Alex Phillips <[email protected]>
fixed broken markdown
b3771b1c902b96adaf97b33900cffb4d5143c978 authored almost 3 years ago by Alex Phillips <[email protected]>
b3771b1c902b96adaf97b33900cffb4d5143c978 authored almost 3 years ago by Alex Phillips <[email protected]>
Merge pull request #17 from linuxserver/multi-currency-support
removed dinero dependency on the backend
05d1c75089900d251acd8a355a756f7b71198a2e authored almost 3 years ago by Alex Phillips <[email protected]>
removed dinero dependency on the backend
7869573603da183b293dd79abf543060095c3438 authored almost 3 years ago by Alex Phillips <[email protected]>
7869573603da183b293dd79abf543060095c3438 authored almost 3 years ago by Alex Phillips <[email protected]>
version bump, fixed duplicate import error
19f92d16649c63bafc4603206b1ed61070f5d026 authored almost 3 years ago by Alex Phillips <[email protected]>
19f92d16649c63bafc4603206b1ed61070f5d026 authored almost 3 years ago by Alex Phillips <[email protected]>
Merge pull request #14 from linuxserver/bugfix-timezones
using luxon for datetimes to keep consistency when generating dates a…
5e68588e5dc1174e38aa5c1050b255c5b10b2a37 authored almost 3 years ago by Alex Phillips <[email protected]>
using luxon for datetimes to keep consistency when generating dates across timezones
79b2da18afa292b1555a6f502008c70f5845eaee authored almost 3 years ago by Alex Phillips <[email protected]>
79b2da18afa292b1555a6f502008c70f5845eaee authored almost 3 years ago by Alex Phillips <[email protected]>
Merge pull request #9 from linuxserver/account-table-rewrite
Account table rewrite
5395de4fe3206e8f9c3e534049f7c3f663e31b08 authored almost 3 years ago by Alex Phillips <[email protected]>
Merge branch 'main' into account-table-rewrite
da9ba2ffe45b18a072016b2ea2f069bf340cf392 authored almost 3 years ago by Alex Phillips <[email protected]>
da9ba2ffe45b18a072016b2ea2f069bf340cf392 authored almost 3 years ago by Alex Phillips <[email protected]>
refresh accounts and categories on account add for CC account and category
235aa0e98b18e17147cbc1992ff6aa7dc8af7994 authored almost 3 years ago by Alex Phillips <[email protected]>
235aa0e98b18e17147cbc1992ff6aa7dc8af7994 authored almost 3 years ago by Alex Phillips <[email protected]>
single row select on click, then edit, added selected rows total balance, some performance tweaks
1ce97b26260563f052f45b87000d26adc7b4c5ab authored almost 3 years ago by Alex Phillips <[email protected]>
1ce97b26260563f052f45b87000d26adc7b4c5ab authored almost 3 years ago by Alex Phillips <[email protected]>
ui ux tweaks
6927a645ea615a97a9884a7baddd0b20289c3f61 authored almost 3 years ago by Alex Phillips <[email protected]>
6927a645ea615a97a9884a7baddd0b20289c3f61 authored almost 3 years ago by Alex Phillips <[email protected]>
version bump
169974825a52ab5e7a40147862a2034c205e825c authored almost 3 years ago by Alex Phillips <[email protected]>
169974825a52ab5e7a40147862a2034c205e825c authored almost 3 years ago by Alex Phillips <[email protected]>
style updates
b638b1288e24bffbe37328d88b1debd50f68a3d9 authored almost 3 years ago by Alex Phillips <[email protected]>
b638b1288e24bffbe37328d88b1debd50f68a3d9 authored almost 3 years ago by Alex Phillips <[email protected]>
attempting to optimze account table by storing editing row in state instead of having to re-render entire table
c9cc00d6bd6066ab62e48341a0a61ac660ab5452 authored almost 3 years ago by Alex Phillips <[email protected]>
c9cc00d6bd6066ab62e48341a0a61ac660ab5452 authored almost 3 years ago by Alex Phillips <[email protected]>
version and additional db packages
4d9629841e1125d030e2a2eb752cd51fd5683a07 authored almost 3 years ago by Alex Phillips <[email protected]>
4d9629841e1125d030e2a2eb752cd51fd5683a07 authored almost 3 years ago by Alex Phillips <[email protected]>
remove clear icon from autocomplete fields
ed240efffbc74237419b206eed7b9cfc90e63a8b authored almost 3 years ago by Alex Phillips <[email protected]>
ed240efffbc74237419b206eed7b9cfc90e63a8b authored almost 3 years ago by Alex Phillips <[email protected]>
bug fix - don't remove '-' character, otherwise everything is considered a positive value!
9af7c1e106da1e2b635c9eca7bc3ce4645310a3a authored almost 3 years ago by Alex Phillips <[email protected]>
9af7c1e106da1e2b635c9eca7bc3ce4645310a3a authored almost 3 years ago by Alex Phillips <[email protected]>
better experience for payee drop down and creating a new payee
eaaeeba2f778255a9930d9bc530ace93377fffa4 authored almost 3 years ago by Alex Phillips <[email protected]>
eaaeeba2f778255a9930d9bc530ace93377fffa4 authored almost 3 years ago by Alex Phillips <[email protected]>
updated readme with discord link
0dcf13fe555ee56ca9c36657376baa86d0b1c8b8 authored almost 3 years ago by Alex Phillips <[email protected]>
0dcf13fe555ee56ca9c36657376baa86d0b1c8b8 authored almost 3 years ago by Alex Phillips <[email protected]>
eslint added, react-scripts updated, material-table removed
483f46fe12e0262191644d75709b76bcb561e3d3 authored almost 3 years ago by Alex Phillips <[email protected]>
483f46fe12e0262191644d75709b76bcb561e3d3 authored almost 3 years ago by Alex Phillips <[email protected]>
eslint, eslint fixes, removed material-table
50788206ebf731f053b3f361c91b38f1809a8adc authored almost 3 years ago by Alex Phillips <[email protected]>
50788206ebf731f053b3f361c91b38f1809a8adc authored almost 3 years ago by Alex Phillips <[email protected]>
useMemo to use account type so columns adjust properly between account views
430b3a12f94da460fcee49842876d4eef569969f authored almost 3 years ago by Alex Phillips <[email protected]>
430b3a12f94da460fcee49842876d4eef569969f authored almost 3 years ago by Alex Phillips <[email protected]>
added exporting of visibile transactions with react-table
a5ce5109b6d8d05f7a960e319d443ea112da48c0 authored almost 3 years ago by Alex Phillips <[email protected]>
a5ce5109b6d8d05f7a960e319d443ea112da48c0 authored almost 3 years ago by Alex Phillips <[email protected]>
'fixed' new trx row by altering filtering and sorting function, added save / cancel buttons that work with existing and new rows
a41e0b0bcbb866539d5461e8f3e4915b21e55990 authored almost 3 years ago by Alex Phillips <[email protected]>
a41e0b0bcbb866539d5461e8f3e4915b21e55990 authored almost 3 years ago by Alex Phillips <[email protected]>
Attempting to add a new row inline. any active filters could hide the row though... also, can I pin it to the top of the table?
63e17065a3ea3e8bba986df401eabfe91b65e5d0 authored almost 3 years ago by Alex Phillips <[email protected]>
63e17065a3ea3e8bba986df401eabfe91b65e5d0 authored almost 3 years ago by Alex Phillips <[email protected]>
this file isn't needed anymore...
dc75501caf7343bc940796bb730e766084c60e32 authored almost 3 years ago by Alex Phillips <[email protected]>
dc75501caf7343bc940796bb730e766084c60e32 authored almost 3 years ago by Alex Phillips <[email protected]>
initial run through and conversion to react-table. Still need to implement 'add transaction' and 'export'
d593873375da8a6bcc04b86f81d2c3bbd1a61f3e authored almost 3 years ago by Alex Phillips <[email protected]>
d593873375da8a6bcc04b86f81d2c3bbd1a61f3e authored almost 3 years ago by Alex Phillips <[email protected]>
initial attempt, but may try virtualized table
4c2a82ade9952ce78339d3080ae6f80e3d4dc5b2 authored almost 3 years ago by Alex Phillips <[email protected]>
4c2a82ade9952ce78339d3080ae6f80e3d4dc5b2 authored almost 3 years ago by Alex Phillips <[email protected]>
fixed readme
1a24b9ee2eb16738b2c473c82ca240b707d584ec authored almost 3 years ago by Alex Phillips <[email protected]>
1a24b9ee2eb16738b2c473c82ca240b707d584ec authored almost 3 years ago by Alex Phillips <[email protected]>
images
5dd2f89079775a88a96932b672f779d19547019a authored almost 3 years ago by Alex Phillips <[email protected]>
5dd2f89079775a88a96932b672f779d19547019a authored almost 3 years ago by Alex Phillips <[email protected]>
ping to refresh jwt while app is open
dabefbb39ffa25439a6db2cf670f9de70a54becb authored almost 3 years ago by Alex Phillips <[email protected]>
dabefbb39ffa25439a6db2cf670f9de70a54becb authored almost 3 years ago by Alex Phillips <[email protected]>
another round of UI updates
2abfafee2316bf2313a020212b89af8a178c4e0a authored almost 3 years ago by Alex Phillips <[email protected]>
2abfafee2316bf2313a020212b89af8a178c4e0a authored almost 3 years ago by Alex Phillips <[email protected]>
fixed date check - wish js didn't suck with dates...
c980f515b9acf3b92ae8cf13cd511386fcd27855 authored almost 3 years ago by Alex Phillips <[email protected]>
c980f515b9acf3b92ae8cf13cd511386fcd27855 authored almost 3 years ago by Alex Phillips <[email protected]>
more testing
4af21443f5ac875e2299047002bb87dbf32839fb authored almost 3 years ago by Alex Phillips <[email protected]>
4af21443f5ac875e2299047002bb87dbf32839fb authored almost 3 years ago by Alex Phillips <[email protected]>
attempting to fix prod pathing
40cfa39310e50f355a9bd019db4d435a835d216d authored almost 3 years ago by Alex Phillips <[email protected]>
40cfa39310e50f355a9bd019db4d435a835d216d authored almost 3 years ago by Alex Phillips <[email protected]>
ui overhaul
0253b30d3957b8df3fc2ccfa8f2003c02e5a99cd authored almost 3 years ago by Alex Phillips <[email protected]>
0253b30d3957b8df3fc2ccfa8f2003c02e5a99cd authored almost 3 years ago by Alex Phillips <[email protected]>
playing around with layout
acb63f1b9c4efc0e3881f25a7c96f82f5bc95924 authored almost 3 years ago by Alex Phillips <[email protected]>
acb63f1b9c4efc0e3881f25a7c96f82f5bc95924 authored almost 3 years ago by Alex Phillips <[email protected]>
added license
3c4f343fb282ef1244f72a7092092767a280545d authored almost 3 years ago by Alex Phillips <[email protected]>
3c4f343fb282ef1244f72a7092092767a280545d authored almost 3 years ago by Alex Phillips <[email protected]>
cleanup
90c465a42537d2284805e971df0803df277a41ac authored almost 3 years ago by Alex Phillips <[email protected]>
90c465a42537d2284805e971df0803df277a41ac authored almost 3 years ago by Alex Phillips <[email protected]>
more ui updates
c9f5b93cb0244f8937336da26a84f18f34298163 authored almost 3 years ago by Alex Phillips <[email protected]>
c9f5b93cb0244f8937336da26a84f18f34298163 authored almost 3 years ago by Alex Phillips <[email protected]>
more ui updates
f150254d10005f1fff245a8a454ce7e03efe6518 authored almost 3 years ago by Alex Phillips <[email protected]>
f150254d10005f1fff245a8a454ce7e03efe6518 authored almost 3 years ago by Alex Phillips <[email protected]>
ui alterations
644f6032206575b79a32f38661a881b775cb0806 authored almost 3 years ago by Alex Phillips <[email protected]>
644f6032206575b79a32f38661a881b775cb0806 authored almost 3 years ago by Alex Phillips <[email protected]>
ui alterations
2fc176ff7faa20020b60b7e69bf7ace3005f50a3 authored almost 3 years ago by Alex Phillips <[email protected]>
2fc176ff7faa20020b60b7e69bf7ace3005f50a3 authored almost 3 years ago by Alex Phillips <[email protected]>
typos
ba4974bd9fb61882093d813640b02fc630031e55 authored almost 3 years ago by Alex Phillips <[email protected]>
ba4974bd9fb61882093d813640b02fc630031e55 authored almost 3 years ago by Alex Phillips <[email protected]>
typos
43a14212ca2314b074aadeadeefb3accc8b0b2e7 authored almost 3 years ago by Alex Phillips <[email protected]>
43a14212ca2314b074aadeadeefb3accc8b0b2e7 authored almost 3 years ago by Alex Phillips <[email protected]>
updated link
1706d95a340aad51f75953876c3a2f6967d62b25 authored almost 3 years ago by Alex Phillips <[email protected]>
1706d95a340aad51f75953876c3a2f6967d62b25 authored almost 3 years ago by Alex Phillips <[email protected]>
updated link
d886bccd4a1a6951758605da1dda4c2c5665d87f authored almost 3 years ago by Alex Phillips <[email protected]>
d886bccd4a1a6951758605da1dda4c2c5665d87f authored almost 3 years ago by Alex Phillips <[email protected]>
updated images
72cfbd669aeb76ca2edae0e6c2d2627c7d287d42 authored almost 3 years ago by Alex Phillips <[email protected]>
72cfbd669aeb76ca2edae0e6c2d2627c7d287d42 authored almost 3 years ago by Alex Phillips <[email protected]>
updated images
b24c265593b61f7ad81378d71ba1a0452c800f53 authored almost 3 years ago by Alex Phillips <[email protected]>
b24c265593b61f7ad81378d71ba1a0452c800f53 authored almost 3 years ago by Alex Phillips <[email protected]>
more terminology
3fd233478192165b6147849fefbcac14ddae0cdb authored almost 3 years ago by Alex Phillips <[email protected]>
3fd233478192165b6147849fefbcac14ddae0cdb authored almost 3 years ago by Alex Phillips <[email protected]>
more terminology
6dfe2baad83c75a84c32a5360e8750c50cf23410 authored almost 3 years ago by Alex Phillips <[email protected]>
6dfe2baad83c75a84c32a5360e8750c50cf23410 authored almost 3 years ago by Alex Phillips <[email protected]>
better handling when transactions are empty, fixed error with materialtable row style
3a28d57947831d6aab47ba4582929bdcef22a6a9 authored almost 3 years ago by Alex Phillips <[email protected]>
3a28d57947831d6aab47ba4582929bdcef22a6a9 authored almost 3 years ago by Alex Phillips <[email protected]>
better handling when transactions are empty, fixed error with materialtable row style
5a1ee8131b61901fe59b2f2c3e452dfdecdb4399 authored almost 3 years ago by Alex Phillips <[email protected]>
5a1ee8131b61901fe59b2f2c3e452dfdecdb4399 authored almost 3 years ago by Alex Phillips <[email protected]>
if account doesn't exist, redirect to budget page
55f50189b868e623a9ad563488cea03b9d0c6ce2 authored almost 3 years ago by Alex Phillips <[email protected]>
55f50189b868e623a9ad563488cea03b9d0c6ce2 authored almost 3 years ago by Alex Phillips <[email protected]>
if account doesn't exist, redirect to budget page
6d5b791c51e75883dc622eb124de5524fe72b1c4 authored almost 3 years ago by Alex Phillips <[email protected]>
6d5b791c51e75883dc622eb124de5524fe72b1c4 authored almost 3 years ago by Alex Phillips <[email protected]>
changed button terminology
93e977b43a17ce7857da7f871c0fc4cde6d40a40 authored almost 3 years ago by Alex Phillips <[email protected]>
93e977b43a17ce7857da7f871c0fc4cde6d40a40 authored almost 3 years ago by Alex Phillips <[email protected]>
changed button terminology
12204bf43a8012dce2ece0168e0800fff68f3c48 authored almost 3 years ago by Alex Phillips <[email protected]>
12204bf43a8012dce2ece0168e0800fff68f3c48 authored almost 3 years ago by Alex Phillips <[email protected]>
slight ui changes, added warning icon to CC payment when in warn mode
658cf792dc5aab45b32c49c62fc2d00f4b9642f1 authored almost 3 years ago by Alex Phillips <[email protected]>
658cf792dc5aab45b32c49c62fc2d00f4b9642f1 authored almost 3 years ago by Alex Phillips <[email protected]>
slight ui changes, added warning icon to CC payment when in warn mode
eec74f75b9419bce1f978d9883f084203d0c35b0 authored almost 3 years ago by Alex Phillips <[email protected]>
eec74f75b9419bce1f978d9883f084203d0c35b0 authored almost 3 years ago by Alex Phillips <[email protected]>
only ping if logged in, if ping fails, reload
3ef8304688e433c12f0c751f48379a0f944ca67b authored almost 3 years ago by Alex Phillips <[email protected]>
3ef8304688e433c12f0c751f48379a0f944ca67b authored almost 3 years ago by Alex Phillips <[email protected]>
only ping if logged in, if ping fails, reload
9e60a88f69df862933456278e5b73fe7976c0737 authored almost 3 years ago by Alex Phillips <[email protected]>
9e60a88f69df862933456278e5b73fe7976c0737 authored almost 3 years ago by Alex Phillips <[email protected]>
added ping to help preserve jwt sessions
eb795d4e336d637bb17d3f2b949708c6e94367e3 authored almost 3 years ago by Alex Phillips <[email protected]>
eb795d4e336d637bb17d3f2b949708c6e94367e3 authored almost 3 years ago by Alex Phillips <[email protected]>
added ping to help preserve jwt sessions
4d0ca798fbea732275c68179171e11f898cf6950 authored almost 3 years ago by Alex Phillips <[email protected]>
4d0ca798fbea732275c68179171e11f898cf6950 authored almost 3 years ago by Alex Phillips <[email protected]>
activity is only counted if it's not 'inflow', fixed bug where CC transactions weren't getting handled correctly against the budget month
6ccf4d2f28111beca04be62401497d4784142c3d authored almost 3 years ago by Alex Phillips <[email protected]>
6ccf4d2f28111beca04be62401497d4784142c3d authored almost 3 years ago by Alex Phillips <[email protected]>
activity is only counted if it's not 'inflow', fixed bug where CC transactions weren't getting handled correctly against the budget month
699da442daafe9a698932bef86e2903c72de10bb authored almost 3 years ago by Alex Phillips <[email protected]>
699da442daafe9a698932bef86e2903c72de10bb authored almost 3 years ago by Alex Phillips <[email protected]>
added close buttons
af5fa0d5fbccc99d90d19bd933cf3f0a2afb84c7 authored almost 3 years ago by Alex Phillips <[email protected]>
af5fa0d5fbccc99d90d19bd933cf3f0a2afb84c7 authored almost 3 years ago by Alex Phillips <[email protected]>
added close buttons
2c5e4f2eb152f2bd13423b3ad486f75ed6c3c765 authored almost 3 years ago by Alex Phillips <[email protected]>
2c5e4f2eb152f2bd13423b3ad486f75ed6c3c765 authored almost 3 years ago by Alex Phillips <[email protected]>
easier to read 'warning' color in budget table
e90fddc8fd015c040dd4e01db59aeb3ce199ae19 authored almost 3 years ago by Alex Phillips <[email protected]>
e90fddc8fd015c040dd4e01db59aeb3ce199ae19 authored almost 3 years ago by Alex Phillips <[email protected]>
easier to read 'warning' color in budget table
e3885f7b1f884634ba69ba71978744830c0506fa authored almost 3 years ago by Alex Phillips <[email protected]>
e3885f7b1f884634ba69ba71978744830c0506fa authored almost 3 years ago by Alex Phillips <[email protected]>
removed test change
f8ef6da03904e072c7b92a038415520ee470a1b9 authored almost 3 years ago by Alex Phillips <[email protected]>
f8ef6da03904e072c7b92a038415520ee470a1b9 authored almost 3 years ago by Alex Phillips <[email protected]>
removed test change
c9fdc7c1a4ad4b9c9129a0deed8f6791c0ba6867 authored almost 3 years ago by Alex Phillips <[email protected]>
c9fdc7c1a4ad4b9c9129a0deed8f6791c0ba6867 authored almost 3 years ago by Alex Phillips <[email protected]>
added bulk transaction add, added support to import transactions via CSV
86cbc3ba7e9bdb3b14a0cf39107b3a974b041351 authored almost 3 years ago by Alex Phillips <[email protected]>
86cbc3ba7e9bdb3b14a0cf39107b3a974b041351 authored almost 3 years ago by Alex Phillips <[email protected]>
added bulk transaction add, added support to import transactions via CSV
5560d8d90d34a7abe9d36677c9c51d3ca8286d76 authored almost 3 years ago by Alex Phillips <[email protected]>
5560d8d90d34a7abe9d36677c9c51d3ca8286d76 authored almost 3 years ago by Alex Phillips <[email protected]>
theme changes, ui tweaks
ce7cf5557e983cc2782c1a121a907b65384a7e1d authored almost 3 years ago by Alex Phillips <[email protected]>
ce7cf5557e983cc2782c1a121a907b65384a7e1d authored almost 3 years ago by Alex Phillips <[email protected]>
theme changes, ui tweaks
934142b7bab71f1c9a1115243823eb3cb4224a1c authored almost 3 years ago by Alex Phillips <[email protected]>
934142b7bab71f1c9a1115243823eb3cb4224a1c authored almost 3 years ago by Alex Phillips <[email protected]>
modified description
6083f616cb4551b062c63e8e98b8a9ccb6500d61 authored almost 3 years ago by Alex Phillips <[email protected]>
6083f616cb4551b062c63e8e98b8a9ccb6500d61 authored almost 3 years ago by Alex Phillips <[email protected]>
modified description
bd3ac894402f49897fa6d079e6e6df4cf4e21854 authored almost 3 years ago by Alex Phillips <[email protected]>
bd3ac894402f49897fa6d079e6e6df4cf4e21854 authored almost 3 years ago by Alex Phillips <[email protected]>
added link to docker repo
f1da6991e62520948815ec8b5d11eb62a88616b2 authored almost 3 years ago by Alex Phillips <[email protected]>
f1da6991e62520948815ec8b5d11eb62a88616b2 authored almost 3 years ago by Alex Phillips <[email protected]>
added link to docker repo
af12664ddf737313ec979fb3d5e99389d724cc4a authored almost 3 years ago by Alex Phillips <[email protected]>
af12664ddf737313ec979fb3d5e99389d724cc4a authored almost 3 years ago by Alex Phillips <[email protected]>
updated description
ea521ba9a09fdd06474748d8682bcce049f6dd04 authored almost 3 years ago by Alex Phillips <[email protected]>
ea521ba9a09fdd06474748d8682bcce049f6dd04 authored almost 3 years ago by Alex Phillips <[email protected]>
updated description
b1d4f1202fc7caebafd0189b1c70996111759fcc authored almost 3 years ago by Alex Phillips <[email protected]>
b1d4f1202fc7caebafd0189b1c70996111759fcc authored almost 3 years ago by Alex Phillips <[email protected]>