18alantom
|
b24577f9fc
|
feat: start rewriting data import as the import wizard
|
2023-02-02 13:42:09 +05:30 |
|
18alantom
|
5fd192174d
|
refactor: improve type definition of Field
|
2023-02-01 14:30:02 +05:30 |
|
18alantom
|
fe68edd94d
|
chore: add translation credits
- convert a few funcs to predicate funcs
|
2023-01-16 09:43:59 +05:30 |
|
18alantom
|
665e341450
|
chore: format, lint and cleanup PR #521
|
2023-01-13 12:14:10 +05:30 |
|
zaqoutabed
|
bf944817cd
|
use tailwindcss-rtl package
|
2023-01-07 13:25:36 +03:00 |
|
18alantom
|
c6fe61c545
|
feat: add datetime component
- refactor date component
|
2022-12-05 15:31:31 +05:30 |
|
18alantom
|
a879f04ad5
|
incr: add stock indicator text
- move inventory reports to Inventory
|
2022-11-30 20:16:20 +05:30 |
|
18alantom
|
a9fd590512
|
incr: complete stock ledger
|
2022-11-10 00:12:00 +05:30 |
|
18alantom
|
2c0540bfd5
|
incr: add enable inventory
- add basic inventory schemas
- add basic inventory models
- patch stockmovement number series
|
2022-11-07 13:28:35 +05:30 |
|
18alantom
|
d73d331a87
|
refactor: use NaN safe Number parsing where applicable
|
2022-11-06 23:55:22 -08:00 |
|
18alantom
|
4646049ad8
|
fix: don't fetch currency from Money obj
- cause pesa is used only for computation
- currency info is stored on the Doc or system wide
|
2022-10-24 13:20:23 +05:30 |
|
18alantom
|
ece213d69f
|
refactor: add FormHeader
- add custom vue type shims
|
2022-10-17 14:55:37 +05:30 |
|
18alantom
|
537a8f7153
|
incr: update currency display
|
2022-10-03 11:48:14 +05:30 |
|
18alantom
|
d90d113981
|
incr: improve error display
- show duplicate error instead of sqlite fail dump
|
2022-08-30 13:43:52 +05:30 |
|
18alantom
|
f3ca36cdd3
|
fix(ux): allow print when saved
|
2022-07-30 12:23:56 +05:30 |
|
18alantom
|
9136e5e647
|
fix(ux): add should store to errors
- throw error if Round Off Account not found
|
2022-07-28 13:25:48 +05:30 |
|
18alantom
|
daebdb0ea9
|
fix(ux): improve status indication
|
2022-06-14 14:40:46 +05:30 |
|
18alantom
|
3975eb3f64
|
fix(ux): display can't delete cause link
- update reports on ledger entries
- pull data until .plus({days: 1}) to account for all entries of the day
|
2022-05-30 17:04:25 +05:30 |
|
18alantom
|
401a86eeeb
|
chore: bump pesa
- fix isPesa impl
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
905829ca20
|
chore: switch to better-sqlite3
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
ca5514417e
|
incr: improve db call error handling
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
4810396434
|
incr: translate schema translateables
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
06b5ac4f90
|
incr: do BalanceSheet (smthn wrng)
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
0701c56429
|
incr: add code to generate a dummy instance
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
104a0fc43f
|
fix: add a few event listeners on cached docs
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
456a1546a0
|
fix: validation, error display
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
e6b8c8a1b6
|
incr: get JournalEntryForm to render
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
a2cd1bac21
|
incr: fix a bunch of vue files
- no modes in the first pane
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
9ebe35fe93
|
incr: set crud observable, set update listeners
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
25dacea269
|
test: observable
- add hasListener
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
371cda82b3
|
fix: get system settings to function and display
- improve autocomplete display and func
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
1b85fee5e6
|
fix: make setupInstance code work
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
9877bf4fd3
|
incr: simplify doc a bit
- allow nulls in converter else not not null'll fail
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
76c61a5c29
|
incr: get setupwizard to display
- make converter more explicit
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
6accde0e17
|
incr: update DatabaseSelector
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
27aed52044
|
incr: type some files, frappe -> fyo
- get books to serve albiet broken
- one step at a time
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
c56850d08f
|
incr: refactor and type src/utils
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
de7e5ba807
|
refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
|
2022-05-23 16:18:22 +05:30 |
|