Commit Graph

44 Commits

Author SHA1 Message Date
Bilal
013e4d144d handle add/remove homies in backend 2020-09-12 01:26:56 +03:00
Bilal
2a5ffac5b9 enable add/remove homie 2020-09-12 01:17:52 +03:00
Senad Uka
3acb5fedf4 Merge branch 'add-list-of-transactions' into 'master'
Add list of transactions

See merge request saburly/gangsta/roraccounting!11
2020-09-11 09:55:25 +00:00
Bilal
9ce5ffe1e9 add filter for money moves query 2020-09-11 12:35:21 +03:00
Bilal
36968b234c show transactions on homie click 2020-09-11 12:34:15 +03:00
Senad Uka
da35c0d9a7 Merge branch 'send-user-to-crib-on-logo-click' into 'master'
Go to the crib on logo click

See merge request saburly/gangsta/roraccounting!9
2020-09-10 02:06:23 +00:00
Senad Uka
52afbcf40b Merge branch 'clear-amount-of-money-after-new-money-move' into 'master'
clear amount to move after new money move is created

See merge request saburly/gangsta/roraccounting!10
2020-09-10 02:06:09 +00:00
Bilal
d6a721c5c0 clear amount to move after new money move is created 2020-09-10 04:53:35 +03:00
Bilal
ea19983d3d Go to the crib on logo click 2020-09-10 04:46:30 +03:00
Senad Uka
d9f8624654 Merge branch 'mark-mandatory-fields' into 'master'
improve money move form

See merge request saburly/gangsta/roraccounting!8
2020-09-07 03:30:05 +00:00
Bilal
66032ac03f improve money move form 2020-09-04 17:42:01 +03:00
Senad Uka
a1264a2dac Merge branch 'fix-bug-with-refresh' into 'master'
Fix bug with refresh

See merge request saburly/gangsta/roraccounting!7
2020-09-04 11:47:49 +00:00
Bilal
d1120f3e3a ignore build files in protected_public 2020-09-04 09:27:26 +03:00
Bilal
20f3159dd8 send unknown routes to the react router 2020-09-04 09:26:12 +03:00
Bilal
c80ad45133 use scope instead of namespace 2020-09-04 08:53:13 +03:00
Bilal
5ac94d7274 add API namespace 2020-09-04 08:44:06 +03:00
Bilal
47935d9eda update README 2020-09-04 08:14:50 +03:00
Senad Uka
222b574beb Merge branch 'fix-deploy' into 'master'
Fix deploy

See merge request saburly/gangsta/roraccounting!6
2020-09-04 04:50:01 +00:00
Bilal
98d5c033e0 update README 2020-09-04 07:46:17 +03:00
Bilal
85a8fbda4d fix duplicate script keys 2020-09-04 07:26:05 +03:00
Senad Uka
fe1c5aff3e Merge branch 'add-support-for-multicurrency' into 'master'
Add support for multicurrency

See merge request saburly/gangsta/roraccounting!5
2020-09-04 03:32:06 +00:00
Senad Uka
576eb1fad9 Merge branch 'improve-initial-setup-procedure' into 'master'
update readme; add helper yarn commands

See merge request saburly/gangsta/roraccounting!1
2020-09-04 03:20:04 +00:00
Senad Uka
699ab11bc9 Merge branch 'add-basic-auth' into 'master'
protect all API routes with basic auth

See merge request saburly/gangsta/roraccounting!4
2020-09-04 03:19:50 +00:00
Bilal
d4c998fa1a handle Chips and Chip Values 2020-09-04 06:02:33 +03:00
Bilal
99e8b9c6f2 handle chip and chip values operations 2020-09-04 04:07:43 +03:00
Bilal
e7bcd731f5 use https when fetching fonts from googleapis 2020-05-21 19:54:46 +02:00
Bilal
47fc120cdc handle requests for frontend files through secured route 2020-05-21 19:48:20 +02:00
Bilal
5dbd2ec95d serve frontend from rails through protected route 2020-05-21 18:14:15 +02:00
Bilal
aaa857a6e7 add basic auth for rails routes 2020-05-21 07:46:41 +02:00
Senad Uka
6a1920caf3 Merge branch 'adapt-money-move-form-for-new-logic' into 'master'
adapt frontend

See merge request saburly/gangsta/roraccounting!3
2020-05-20 17:50:15 +00:00
Bilal
10035e1cf6 add description field; implement submit action 2020-05-20 19:40:50 +02:00
Senad Uka
0045c19b0e Merge branch 'implement-new-logic-for-ledger-update' into 'master'
Change MoneyMove model

See merge request saburly/gangsta/roraccounting!2
2020-05-20 14:49:29 +00:00
Bilal
3cc8cb7d85 change description format 2020-05-20 16:05:18 +02:00
Bilal
42bffaa52b Handle money_move request and create records based on params 2020-05-20 13:38:01 +02:00
Bilal
148cc311de update readme; add helper yarn commands 2020-05-18 16:52:28 +02:00
Senad Uka
fb0a6c7dfd Current sync 2020-05-18 11:35:34 +02:00
Senad Uka
41b5ebb5d7 Fix bug with overlay zindex 2019-06-23 20:23:35 +02:00
Senad Uka
755f056abb Make navigation work 2019-06-23 19:38:26 +02:00
Senad Uka
50cfbfede5 Heroku configuration 2019-06-22 06:39:40 +02:00
Senad Uka
857324cdc9 Report ready 2019-06-22 06:17:48 +02:00
Senad Uka
0357df32a7 CRUD API ready 2019-06-21 20:01:43 +02:00
Senad Uka
877f0425d0 Homies and money moves 2019-06-20 22:47:39 +02:00
Senad Uka
48300b722c Dockerize database 2019-06-20 21:06:31 +02:00
Senad Uka
e32a73e07e Initial commit 2019-06-20 20:48:19 +02:00