2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 09:54:04 +00:00
Commit Graph

2986 Commits

Author SHA1 Message Date
Faris Ansari
859939e763 chore: Remove thumbnail middleware 2019-12-07 00:02:55 +05:30
Faris Ansari
48d12d1a93 chore: Remove unused packages 2019-12-06 23:42:06 +05:30
Faris Ansari
d4c997317d fix: Undo hide fields 2019-12-05 02:38:55 +05:30
Faris Ansari
d027871707 fix: Set printPath using app.getAppPath() 2019-12-05 02:33:52 +05:30
Faris Ansari
8f02928cee fix: Default precision 2019-12-05 00:13:17 +05:30
Faris Ansari
7af5c30e7b fix: validateMandatory in insert 2019-12-05 00:13:08 +05:30
Faris Ansari
26826488d8 fix: migrate then postStart 2019-12-05 00:11:56 +05:30
Faris Ansari
ff0baa58e5 fix: Remove unused props 2019-12-05 00:11:39 +05:30
Faris Ansari
5f60740acc fix: Cache router-view on route.path 2019-12-05 00:11:29 +05:30
Faris Ansari
83ce1cf5a8 fix: Show errors in a dialog 2019-12-05 00:10:46 +05:30
Faris Ansari
380acc4c12 fix: BackLink component 2019-12-04 22:56:40 +05:30
Faris Ansari
945dee6836 fix: Replace route if same doctype 2019-12-04 22:56:17 +05:30
Faris Ansari
7916619754 fix: Remove Payments from sidebar 2019-12-04 22:55:12 +05:30
Faris Ansari
2dd7176c53 fix: Profit and Loss
- Fix check for hasData
- Blank row rendering
2019-12-04 22:54:52 +05:30
Faris Ansari
50b184a9fc fix: Cashflow
- Simple cashflow from Bank and Cash accounts
2019-12-04 22:53:28 +05:30
Faris Ansari
7a94bffcbf fix: Capture bankName in setup wizard 2019-12-04 22:52:16 +05:30
Faris Ansari
4904632549 fix: Commonify Transaction code
for SalesInvoice and PurchaseInvoice
2019-12-04 22:51:48 +05:30
Faris Ansari
4e0af18983 fix: Truncate overflowing ListCell 2019-12-04 00:16:48 +05:30
Faris Ansari
1632b3eb82 fix: Settings URL for production 2019-12-03 23:59:17 +05:30
Faris Ansari
60f0a3a015 fix: Add w-full to Row components 2019-12-03 23:59:05 +05:30
Faris Ansari
27a9a3ac05 fix: misc fixes 2019-12-03 19:02:34 +05:30
Faris Ansari
b367164a52 fix: openQuickEdit
- Common method to route to quick edit form
2019-12-03 18:40:58 +05:30
Faris Ansari
e5480bbfef fix: Report
- Blank state
2019-12-03 17:45:10 +05:30
Faris Ansari
1757f8f266 fix: Report
- Tree structured reports
- Profit and Loss
2019-12-03 17:15:07 +05:30
Faris Ansari
f48a15d97d fix: Report
- Use inline-grid to make Row expand its parent
- Custom component for columns
- Avatar component
- partyWithAvatar component in GeneralLedger
- WithScroll renderless component to detect scroll
- Fixed header with horizontal and vertical scroll in Report
2019-12-03 15:53:54 +05:30
Faris Ansari
82bc0143e1 chore: Delete old ReportPage based views 2019-12-03 15:50:14 +05:30
Faris Ansari
fb4e6c067a fix: Reorder fields 2019-12-03 13:59:07 +05:30
Faris Ansari
5595a22ebc fix(Expenses): Empty state 2019-12-03 13:57:51 +05:30
Faris Ansari
8e5f244554 fix: Provide doc for FormControls 2019-12-03 13:55:18 +05:30
Faris Ansari
e17b3059fa fix: List
- Remove unused formatFilters
- Return field as column definition
2019-12-03 13:54:35 +05:30
Faris Ansari
b22e2045df fix: Replace dropdown with single button 2019-12-03 13:53:49 +05:30
Faris Ansari
c63897f888 fix(Dropdown): Natural keyboard navigation 2019-12-03 13:51:50 +05:30
Faris Ansari
dfc6c44886 fix(Settings): Add writeOffAccount and roundOffAccount 2019-12-03 13:51:10 +05:30
Faris Ansari
a62a634a3c fix: Right align Int column as well 2019-12-03 13:50:45 +05:30
Faris Ansari
c03b2d2147 fix(Base): Convert empty string to null 2019-12-03 13:50:24 +05:30
Faris Ansari
43d2c93c13 fix: InvoiceForm
- Currency formatting
- Route to list if doc not found
2019-12-03 13:49:58 +05:30
Faris Ansari
bdab355bdf fix: Show currency in Currency field 2019-12-03 13:46:53 +05:30
Faris Ansari
ca9e8fcbf3 feat: Delete doc with prompt 2019-12-03 13:45:12 +05:30
Faris Ansari
c282844685 fix: Cache singles and currencySymbols in postStart 2019-12-03 13:42:31 +05:30
Faris Ansari
049432dbf1 fix: SalesInvoice
- Make round off entry to balance debit and credit with an allowance of 0.5
- Add Write Off and Round Off Account in AccountingSettings
- Generate Tax Summary without intermediate JSON field
2019-12-03 13:40:42 +05:30
Faris Ansari
cf1e38f59b fix: Set name as randomString in getNewDoc 2019-12-02 17:51:18 +05:30
Faris Ansari
16ad083426 fix: Formula
- Trigger applyChange on parent if child is changed
- roundFloats after applyChange
- formulaDependsOn
- process formula value in getValueFromFormula
2019-12-02 17:50:48 +05:30
Faris Ansari
254b810fd0 fix: Set default precision for Float fields 2019-12-02 17:48:11 +05:30
Faris Ansari
2839240436 fix: Add floatPrecision field 2019-12-02 17:47:54 +05:30
Faris Ansari
51541465e6 fix: Format currency 2019-12-02 17:36:25 +05:30
Faris Ansari
5273177768 fix: Mark parentdoc as dirty if child is dirty 2019-11-28 23:09:43 +05:30
Faris Ansari
ab51ce3122 fix: Add loadLink method to document 2019-11-28 23:09:20 +05:30
Faris Ansari
f6204ad6db fix: getPDFForElectron 2019-11-28 23:08:37 +05:30
Faris Ansari
993e8d37b4 feat: Allow modifying webpack config from frappe.conf.js 2019-11-28 23:05:36 +05:30
Faris Ansari
d645ff31b7 fix: Move paymentMethod above paymentAccount 2019-11-28 22:53:18 +05:30