2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00
Commit Graph

2840 Commits

Author SHA1 Message Date
Mildred Ki'Lya
27d67a33e5 fix: #808 Payment referenceType NULL due to bad migration 2024-01-19 23:40:19 +01:00
Isaac GC
c7c7aae1f4 ignored issue templates in .prettierignore 2024-01-19 14:38:52 -08:00
Isaac-GC
ec5412b53b
Merge pull request #811 from Isaac-GC/issue_templates
removed non-working markdown field from bug template
2024-01-17 14:55:44 -08:00
Isaac Gray-Christensen
807513a47e removed non-working markdown field from bug template 2024-01-17 14:54:32 -08:00
Isaac-GC
546b0854d4
Merge pull request #807 from Isaac-GC/issue_templates
Added issue templates to help with workflows
2024-01-17 14:37:18 -08:00
Isaac Gray-Christensen
1acd30da68 updated feature template 2024-01-16 20:34:41 -08:00
18alantom
b1be14f2ae chore: update README with maintainers
- removed search for maintainers
2024-01-16 11:47:41 +05:30
Isaac Gray-Christensen
e0a9532ab7 fixed issue template prettifier issues 2024-01-15 18:54:29 -08:00
Isaac Gray-Christensen
9f3222d9b8 Added issue templates to help with workflows 2024-01-15 18:45:09 -08:00
Isaac-GC
338655219d
Merge pull request #804 from Isaac-GC/update_workflows_20240115
Updated workflow nodejs versions to 16.20.2
2024-01-15 15:11:13 -08:00
Isaac Gray-Christensen
b02168773f Updated nodejs version to 16.20.2 2024-01-15 14:56:00 -08:00
Mildred Ki'Lya
e11e51b406 v0.20.0 2024-01-08 23:51:14 +01:00
Mildred Ki'Lya
379eb8f672
Merge pull request #795 from frappe/mildred/i18n
chore: regenerate and fix translations
2024-01-08 23:50:55 +01:00
Mildred Ki'Lya
198e465e57 fix: french translations 2024-01-08 23:48:19 +01:00
Mildred Ki'Lya
8bd9727253 chore: regenerate and fix translations 2024-01-08 23:48:19 +01:00
Mildred Ki'Lya
bcd0cc8d61
Merge pull request #788 from frappe/mildred/151-quotations
feat: #151 Quotations
2024-01-08 22:05:13 +01:00
Mildred Ki'Lya
4dfeb98e4a chore: validate and lint typescript 2024-01-08 21:56:03 +01:00
Mildred Ki'Lya
47d90d8756 feat: Add submitted field to Docs on print templates 2024-01-08 21:56:03 +01:00
Mildred Ki'Lya
c10edc7132 feat: #151 Add quote object and allow create invoice from it
Also allow changing a print template type, necessary to create a custom
print template for this.
2024-01-08 21:56:03 +01:00
Mildred Ki'Lya
b1c94c3246
Merge pull request #794 from akshayitzme/pos-barcode
feat: POS: add items by barcode scan and input
2024-01-08 21:55:15 +01:00
akshayitzme
ecb46d7d92 incr: barcode width correction 2024-01-02 13:12:21 +05:30
akshayitzme
bc118884fb feat: add items by barcode scan and input 2024-01-02 12:51:06 +05:30
akshayitzme
8cb126851e feat: add item through barcode scan 2024-01-02 12:38:31 +05:30
Mildred Ki'Lya
bcb602e299
Merge pull request #790 from frappe/shanti/allow-svg-images
feat: allow inclusion of SVG images
2023-12-27 11:19:47 +01:00
Mildred Ki'Lya
77e4e19998 feat: allow inclusion of SVG images 2023-12-27 11:10:55 +01:00
Mildred Ki'Lya
0da912e324
Merge pull request #789 from frappe/mildred/755-taxes-on-payments
feat: #755 Accounting for taxes on payments
2023-12-27 11:05:42 +01:00
Mildred Ki'Lya
2bffcda8ff feat: #755 Accounting for taxes on payments
When defining taxes, it is possible to define an additional payment
account that will be used during payments to move taxes from the
original tax account to this new payment tax account. This allows to
account for taxes only when payment is received.

Now payments can reference tax summary objects that will reference the
two accounts to move funds between when the payment is committed. Reuse
some of the Invoice code to generate these tax summary objects.
2023-12-22 10:07:47 +01:00
Mildred Ki'Lya
5e4873cda8
Merge pull request #780 from mildred/bug-fixes
Various bug fixes
2023-12-21 21:03:21 +01:00
Mildred Ki'Lya
dd2830530b fix(reports): Allow multiple root account to have the same type
In French accounting, multiple root accounts can be of the same type,
ensure that reports take all accounts and not only the first one.
2023-12-05 21:38:25 +01:00
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
Akshay
82a2c5e5b6
Merge pull request #709 from akshayitzme/feat-pos-page
feat: point of sale
2023-12-04 15:05:50 +05:30
akshayitzme
7ed2a0841e fix: expectedAmount calculation 2023-12-04 14:42:57 +05:30
akshayitzme
a76953776b fix(ux): disable Pay, Submit buttons on conditions 2023-12-04 14:38:13 +05:30
akshayitzme
97f9fbb80b feat: toast popus on sinv, shpm, pay submit 2023-12-04 14:38:13 +05:30
akshayitzme
df6c472ca4 chore: refactor sinv validations 2023-12-04 14:38:13 +05:30
akshayitzme
8d1e0ca8c8 fix(ux): disable submit button 2023-12-04 14:38:13 +05:30
akshayitzme
9874d71821 chore: add missing types 2023-12-04 14:38:13 +05:30
akshayitzme
f86275da86 feat: validate serial number count in row 2023-12-04 14:38:13 +05:30
akshayitzme
23f9fc97d6 fix: list only inventory items (trackItem enabled) 2023-12-04 14:38:13 +05:30
akshayitzme
819d88f494 fix: failing test 2023-12-04 14:38:13 +05:30
akshayitzme
81be57be32 feat: pos settings validations 2023-12-04 14:38:13 +05:30
akshayitzme
ffbce23f03 fix: minor fixes 2023-12-04 14:38:13 +05:30
akshayitzme
7e7e3ed3cd chore: code cleanup 2023-12-04 14:38:13 +05:30
akshayitzme
7db0cf5ce9 fix: party creation from POS 2023-12-04 14:38:13 +05:30
akshayitzme
8186f12548 feat: pos settings 2023-12-04 14:38:13 +05:30
akshayitzme
db2a97d01e test: pos transacted amount 2023-12-04 14:38:13 +05:30
akshayitzme
238f477aa3 chore: code cleanup 2023-12-04 14:38:13 +05:30
akshayitzme
f50932c6a3 chore: set additional discount field to readonly 2023-12-04 14:38:13 +05:30
akshayitzme
ebaf110ff2 chore: remove POSSettings as its redundant for now 2023-12-04 14:38:13 +05:30
akshayitzme
83615ea50b chore: rename neupos to pos 2023-12-04 14:38:13 +05:30