Mildred Ki'Lya
d04b1561cd
fix(reports): correct date calculation in AccountReport
...
fyo.getValue(*, 'fiscalYear{Start,End}') returns a javascript Date object
that encodes the filcal year as local time (01-01 and 12-31 at midnight).
This date must not be converted to UTC else east timezones will return
the day before (12-31 and 12-30). Use locale time values instead.
When computing the monthly/quaterly/half yearly time periods, correct the
dates in the particular case where the last day of the month is selected
as reference date (yields series 12-31 11-30 10-31 09-30 ...) instead of
(12-31 11-30 10-30 09-30 ...).
2023-12-05 21:37:37 +01:00
18alantom
d0571a2450
chore: fix all fixable eslint errors in remaining non vue files
...
- update files to ignore
- delete babel.config.js
2023-06-22 14:22:54 +05:30
18alantom
ba97f25318
fix: account report end date increment by 1
...
- TemplateBuilder prevent reset if doc is not saved
2023-05-09 12:16:26 +05:30
18alantom
c6ca4f4e4c
fix: Reports Date filter field issue
...
- update Report Issue template
2023-03-02 15:50:03 +05:30
18alantom
9c7fa8f517
fix: dateRanges on PnL, Bal Sheet
2023-01-05 11:46:52 +05:30
18alantom
8d4669a878
fix: undefined account in accountMap
...
- remove logUnexpected
- remove global fyo occurance from report
2022-12-23 13:17:02 +05:30
18alantom
8d3d0a29ee
incr: add logUnexpected
...
- prevent undefined rootType, log it instead
2022-09-20 22:49:09 +05:30
18alantom
67e38e4729
fix: prevent errors cause undef or null
2022-08-30 13:43:52 +05:30
18alantom
648a82ce08
fix: skip if account tree doesn't have acc
2022-08-30 13:43:52 +05:30
18alantom
e65f69b5d5
fix: prevent undefined children from throwing error
2022-07-26 19:12:52 +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
8ee4dded19
incr(ui): mainly make the hrs touch the ends
2022-05-26 00:28:54 +05:30
18alantom
e20d7fc6d2
incr: enable non GST report exports
2022-05-23 16:18:23 +05:30
18alantom
ebb42c28ea
incr: get unpaid invoices to display
2022-05-23 16:18:23 +05:30
18alantom
63c2eace33
incr: add the TrialBalance report
2022-05-23 16:18:23 +05:30
18alantom
06b5ac4f90
incr: do BalanceSheet (smthn wrng)
2022-05-23 16:18:23 +05:30