Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/project-error/pefcl

pefcl (PE-Financial) is a financial banking resource for FiveM written in TypeScript and React.
https://github.com/project-error/pefcl

ci(release): update node version

4915bd8e7e2903fe39b8db5b35e028e9e7475778 authored about 1 year ago
fix: correct state setter for atm

57f6c45aa7f12f68434da0432d47f035545f7427 authored about 1 year ago
fix: replace - in translation imports

2ae1ecd17e1facd72a9541153513554fb667922c authored about 1 year ago
feat(web): initial update to vite (#157)

010d2321b74ec1b96801bfec6ceeaabbc8df1ea9 authored about 1 year ago
ci: update prelease

cf4b460f5402357d8aa8f2cb5633df67d32ab0f4 authored about 1 year ago
ci: update workflows

483063b3b29b7eb9e878d4dc245035821c744cd5 authored about 1 year ago
ci(web): update node

0ad1f2956a4a900a70278c400e7941b4f031f424 authored about 1 year ago
Merge pull request #152 from xElementzx/npwd-1.7.1

Fixes for NPWD 1.7.1+

74386d4ddd529cfa472fdc5ff284c8a61f8e9ae2 authored over 1 year ago
fix(pefcl): ensure user exists before emitting event

2effd63a78447f7fdd0724977a1303d6992f08fa authored over 1 year ago
fix(pefcl): fix app on NPWD 1.7.1+

d6ec5a81dc049eb0e668a3cd66831567fb892570 authored over 1 year ago
Merge pull request #143 from GiroudMathias/main

8c6fe5e095c39917d1db31b771c2cdab45703024 authored almost 2 years ago
feat: allow toIdentifier on addBankBalance and addBankBalanceByIdentifie

b5d0c08f750589c1ff656a15985d5c2997da8b61 authored almost 2 years ago
feat: allow fromIdentifier on addBankBalance

7031905a4e90317e038f5b489f17ef4d7f0da458 authored almost 2 years ago
fix: addMoneyByIdentifier is toAccount

80d89003a7b97f795b588e905b2385f9fc4b8c1d authored almost 2 years ago
fix: error on addCash / removeCash exports

615f667a5ce02e5e7877334d56c1e53ad608393b authored almost 2 years ago
fix: order invoices by createdAt DESC

107ad5e322096c15d4929517d2d51b4e37c0c749 authored almost 2 years ago
Merge pull request #123 from Mkeefeus/main

fix: incorrect logging message

f1b9a784a56134f439a4ee527e3bf1e98b02ee20 authored about 2 years ago
Fix logging error

e921a045cf79f46e18fa368aa785d434bae2fdbe authored about 2 years ago
Added missing ATM prop (prop_atm_03) (#119)

49f6347a98fd0379c5d9c46d1410d435efc6afb3 authored over 2 years ago
Merge pull request #115 from project-error/feat/add-notification-icon

feat(web/npwd-config): add notification icon

000d03ea13b629c0b421a1bcf732256ca89716ce authored over 2 years ago
feat(web/npwd-config): add notification icon

205b7556ee2a260a26ab5df0fe03c6c37859c885 authored over 2 years ago
fix(invoices): throw error when trying to pay paid invoice (#112)

* fix(invoices): throw error when trying to pay paid invoice

* fix: transaction is optional

172430fc606e93ea230f9537cef4d89e32a63273 authored over 2 years ago
fix: debug instead of error for adding unique account user (#111)

4dbedbe6c507606d7f8c6df97d8845af66b63260 authored over 2 years ago
fix: lock rows when doing transactions (#106)

e50051f1dd9ff65be6d1de764745d410b56ab03c authored over 2 years ago
fix: update balance on withdraw & deposit (#104)

20615211792cc6b2e53c89a9e31780958cb17c8b authored over 2 years ago
feat(exports/invoices): added basic payInvoice export (#96)

8564c354b8e418c4405dccf50b18c1e22ddec284 authored over 2 years ago
fix(accounts): removed alphanumeric validation (#95)

f6b2d438878718d328ff9d581d4f1c92064d1bb7 authored over 2 years ago
Update prerelease.yml (#90)

250a41b4ef430dd124b0b2d3918e0201fed45978 authored over 2 years ago
fix: use correct event for changeDefaultAccount (#89)

2a096106d2d03e2e43fd97b4cd412282f133bdb1 authored over 2 years ago
feat: sync fixes, framework integration (getBank) (#85)

* feat: take initial value from export, when frameworkIntegration is enabled

* feat: accounts...

9be4e7289ee79c7aad41a1f1c42b8e9a90feeb84 authored over 2 years ago
Revert "fix(accounts): ui refresh on loadPlayer (#74)" (#81)

This reverts commit b726f5108fb3110f3b8a01cbd512e76f4a3ad067.

86be57e44fc226eac7e8cee7a5a03dc34d77cb17 authored over 2 years ago
chore(deps): bump moment-timezone from 0.5.34 to 0.5.37 in /src (#45)

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37.
- [Re...

96ccd67729d380bc02188c50c35d638e620c3e7d authored over 2 years ago
Fixes: Overflow and target id parsing on handleTransfer (#77)

* fix(transfers): invalid account id parsing

* fix(ui/accounts): shared account users ovweflo...

49c31d53a160f2993249607a065dd4b49108ee42 authored over 2 years ago
chore(deps): bump terser from 5.12.0 to 5.15.0 in /web (#49)

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.15.0.
- [Release notes](https...

e9504625ece8d8be8e472b5f673494fe1da6d2c9 authored over 2 years ago
fix: receiverAccountIdentifier (#75)

7fe1931a29ae605a8b02d177c4e274a22c09a0a1 authored over 2 years ago
Fixed giveCash and matched export types to documentation (#73)

* fix: server give cash

* refactor: client types on exports

e4d7fa61fed2dc0ba5b9fd90a3fe73d9db3b2d81 authored over 2 years ago
fix(accounts): ui refresh on loadPlayer (#74)

b726f5108fb3110f3b8a01cbd512e76f4a3ad067 authored over 2 years ago
Adding ATMs support when target.enabled is false (#72)

* Adding ATMs support when target.enabled is false

I tried to do something clean, it doesn't ...

84a08a3d1d92691256d75c9740050f7b790ffafd authored over 2 years ago
Update release.yml (#71)

3669546e6b15d6b1ab47c89171a516495fabc062 authored over 2 years ago
Merge pull request #70 from project-error/fix/release-01

fix: remove prerelease hook

767e15d2e247eb4809f9dd8990bf006275df2318 authored over 2 years ago
Merge pull request #69 from project-error/fix/boot-error-message

fix: better error message for framework integration

8aab8a6aaa31367815b3eab314f90ac7fc3a9fc2 authored over 2 years ago
fix: remove prerelease hook

9715af9e0dcdaade4346629b4e01fe5e1cb6cd9e authored over 2 years ago
fix: better error message for framework integration

eaae3cc8ff88e2cadd76be0850acbdcbc25d7e2a authored over 2 years ago
Merge pull request #68 from project-error/fix/owner-role-access

fix: give owner full access

8ff2b1c52b2e7a0acd845bd5399c97aa96ce54a5 authored over 2 years ago
Merge pull request #67 from project-error/fix/setup-pull-translations

fix: client side translations

b9b68c1d9489d7f03a7457d97e9a440b9d42bd1d authored over 2 years ago
fix: give owner full access

d5b409e7f4fc93b93a87632d9aa582a419bc754e authored over 2 years ago
fix: client side translations

d7c61aeafc404623eb75c4d9c84753202908789b authored over 2 years ago
Merge pull request #66 from project-error/develop

Develop

0830184748fb64034cfae7c1d735104bccd1d1f8 authored over 2 years ago
Merge pull request #63 from daZepelin/feat/exports

feat(exports): add/remove money by account number

4f6411f414edd6c513220abe35a9d82723632c6d authored over 2 years ago
feat(exports): add/remove money by account number

c48f8d3e0bd02965435b8e7ae405cab0e4b848cd authored over 2 years ago
Merge pull request #62 from project-error/fix/external-accounts-in-mobile

fix: display external accounts in mobile transfer

66544b953e9ee6bf64d9e6763b3c75b8b33192d5 authored over 2 years ago
fix: display external accounts in mobile transfer

a688b7af73d510633333e9df3b75b4d9048bfe46 authored over 2 years ago
Merge pull request #61 from project-error/feature/copy-acc-number

feat: added discrete copy number button on card

406454c1434ffb6983f4dcb39063c5ee614672d0 authored over 2 years ago
feat: added discrete copy number button on card

6b5b8858a7bd9212d914d9243a433ae9387ee3e0 authored over 2 years ago
Merge pull request #60 from project-error/antonstjernquist-patch-2

Update README.md

4622d7aea067439f6621ba1b5bcaa0653d756665 authored over 2 years ago
Update README.md

25a9585af32e6052a32de6788565ec3ced95f9a5 authored over 2 years ago
Merge pull request #59 from project-error/fix/ci02

Fix/ci02

e0abbc92d9bab9d08da760bc1610777ccddb517c authored over 2 years ago
fix: pipeline fix for translations generation

81b240f3a9e03034f4b69a58185ad618302f4b5b authored over 2 years ago
fix: only run tests on branch pushes

fdc15e012c66060321652adfc32ae82f74eae257 authored over 2 years ago
feat: create pre-release of main branch

d602b71dba17904386f561183e3f8d9ab9f3fdb7 authored over 2 years ago
Merge pull request #58 from project-error/fix/ci01

fix: pipeline & translation fixes

27c2a2efb5fc2f19a6a27bcc2baa749e4b48e441 authored over 2 years ago
fix: ts-fixes

595f1113fde4d92efc03bd5a8ff957c40f3faf09 authored over 2 years ago
fix: pipeline & translation fixes

7764e7073b3cae1846343991f13ce19eb6095562 authored over 2 years ago
Merge pull request #57 from Oldarorn/patch-1

Fix markers

373170a23893d0dd1b52dbc3832080ace1afc6d2 authored over 2 years ago
Fix markers

I've updated it to make it work without restarting the resource, not sure if it's the good way t...

fb06428a91ec63ecd1d22c9f39021f1da28b493e authored over 2 years ago
Merge pull request #56 from project-error/feat/helper-text

feat(client): add interaction helper text if target is disabled

3111e93b7dd1234050135691d4b3ac8ae450cac9 authored over 2 years ago
Update interaction.lua

nice

b8a87ba81681f1e27dabd764ba6be5b0d6f218c9 authored over 2 years ago
Merge pull request #55 from project-error/fix/locales01

fix: server & client locale fixes

e19e2feea47d496c894b7fb5078e824ee5cd675b authored over 2 years ago
feat: get account balance by identifier

06a9c0d183ff975ddd69d4bc94d8a545fb4a71dd authored over 2 years ago
feat(scripts/release): add lua files

ce5dba964ca27d1ecc48a8ab40db7603ea4912bf authored over 2 years ago
feat(client): add interaction helper text if target is disabled

132d78aa5df321c049334ae39120cd563f3ef4ae authored over 2 years ago
feat: target debug

a2781d7d0a565918b4fdd1077d85b35e48c36f02 authored over 2 years ago
fix: server & client locale fixes

594d5f595ba7effd59a6772399ac6f4319b982d2 authored over 2 years ago
Merge pull request #52 from project-error/fix/ts-fixes01

fix: tsfixes & uniqueaccount fixes

4c945545c4fc1b87fd8b4aa647212de333d8ae10 authored over 2 years ago
fix: tsfixes & uniqueaccount fixes

ee0851648709b3b8c71435c56509913e08bfd381 authored over 2 years ago
Merge pull request #51 from project-error/ci/generate-locales

ci(release): generate locales

7d70b97c4d9a2e7273fc1a55411594d9a9819334 authored over 2 years ago
ci(release): generate locales

ecab2de5a946733f944640e46ac5575da664d56c authored over 2 years ago
Merge pull request #50 from project-error/ignore-scripts-ci

ignore scripts in ci

c6127fe0a0ac341c3c7689a8db080a40b45c1112 authored over 2 years ago
ignore scripts in ci

d0522d42ed28781a476bad549084eef781262100 authored over 2 years ago
Merge pull request #46 from project-error/develop

Develop

6f50f54edaecab596543ba7f1953e0c938d7f0d7 authored over 2 years ago
Merge pull request #48 from qalle-git/develop

fix(services/account): removeFromUniqueAccount

f40b836110ba219ca747e390ee8bfc08eb548e20 authored over 2 years ago
fix(services/account): delete row instead of updating deletedAt

fdcb4ed6cc28574148081daebaa24ed2c59de4ef authored over 2 years ago
fix(services/account): removeFromUniqueAccount

788a31742c84f0a7a410d0e4a972cb5b60d1e252 authored over 2 years ago
Merge branch 'main' into develop

2bcf26c60ab935053fda65d510e9174ab883d786 authored over 2 years ago
Merge pull request #47 from project-error/feat/release-build-script

feat(scripts): release script and CI

4e01a125a3176b9630d5a5b230cc1018c76a953e authored over 2 years ago
ci(tagged-release): change job name

de8450bc38af46bf67b46924835753301d82e832 authored over 2 years ago
feat(scripts): release script and CI

c539ad467e5d07e24f96eb1ec74a710868679156 authored over 2 years ago
fix: remove shouldSync from config.

28ce150b97146a4b7aba1ffb0a0ee2c62b85ed17 authored over 2 years ago
fix: response for loading & unloading playing

7aa7d25db29fe0143f15745f335d71877bcdb79a authored over 2 years ago
fix: correct interface removeUserFromUniqueAccount

98f92b71bbb363341e48757c0a555f1742220580 authored over 2 years ago
Merge branch 'develop' of github.com:project-error/pefcl into develop

ef00d0336600a4186482ec66249c50b341f4842c authored over 2 years ago
fix: maybe fix regex for åäö

4fcc550ce0ec070db863164debd6e07dacbe059a authored over 2 years ago
Merge pull request #44 from qalle-git/develop

fix(services/account): fixed adding to unique accounts

c5696259089b907db52bce596cfa1479c1a11480 authored over 2 years ago
fix(services/account): fixed adding to unique accounts

fae39d12b0dc66c3d0fb3f6901874be43a3d31f4 authored over 2 years ago
Merge branch 'develop' of https://github.com/project-error/pefcl into develop

b6abce77657bbfb121f7d120f81986f9884b84d5 authored over 2 years ago
fix: updated import.sql to reflect new changes to shared accounts & invoices

fd01cbd39144db43ee8ea8118be632ca9580037c authored over 2 years ago
fix: only send events to NPWD if npwd is started

0f3af767fe2c1068edabf47e5857d1c5992c48f3 authored over 2 years ago
feat: unique accounts (default accounts)

c400e81538271443d9a23d14705ad0a899ff51d4 authored over 2 years ago
Merge pull request #39 from teidova21/patch-1

Update config.json (Again =c)

58a7f0518cc2b9c9190384376bad0325adbe39d0 authored over 2 years ago
Merge pull request #42 from qalle-git/develop

Fixes

c2c2582673d04628ec4ab8a6d77ce4a52afacfa2 authored over 2 years ago